diff --git a/assets/css/bootstrap.scss b/assets/css/bootstrap.scss index 74de252..c6a3057 100644 --- a/assets/css/bootstrap.scss +++ b/assets/css/bootstrap.scss @@ -1 +1,5 @@ -@import 'bootstrap/scss/bootstrap'; \ No newline at end of file +@import 'bootstrap/scss/bootstrap'; + +body { + background: $body-bg-dark; +} \ No newline at end of file