diff options
Diffstat (limited to 'sass/css')
-rw-r--r-- | sass/css/yaroslavps.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index 58ce243..dd518df 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -12,8 +12,7 @@ html, body { width: 100%; min-height: 100vh; font-size: 14px; - background-color: $bg0; - background-image: url("/img/snowfall.gif"); + background: $bg0; } ul, @@ -159,7 +158,6 @@ span.publish-date { height: auto; border-top: 1px solid $white; border-bottom: 1px solid $white; - background-color: $bg0; } .landing-header { @@ -197,6 +195,7 @@ span.publish-date { } .content-container { + background-color: $bg0; min-height: 90vh; } |