diff --git a/sass/layout/_base.scss b/sass/layout/_base.scss index 8a2b48e..22c08ae 100644 --- a/sass/layout/_base.scss +++ b/sass/layout/_base.scss @@ -1,10 +1,10 @@ html { font-family: $font-stack; color: #D0D0D0; - background: #131315; } html, body { + background: #131315; @include naked(); width: 100%; height: 100%;