diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-12-24 14:30:19 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-12-24 14:30:19 +0300 |
commit | db71ccc71a134813c1e41c99f252966bccb91fb1 (patch) | |
tree | 921fca49fb17ec64db1a4feb77639146c9dd4058 /sass/css | |
parent | f660b1cf7fea0fb3bbd76cf9eb419fdf8f1b38cf (diff) | |
download | yaroslavps.com-db71ccc71a134813c1e41c99f252966bccb91fb1.tar.gz yaroslavps.com-db71ccc71a134813c1e41c99f252966bccb91fb1.zip |
Happy holidays 2022-2023!
Diffstat (limited to 'sass/css')
-rw-r--r-- | sass/css/yaroslavps.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index dd518df..58ce243 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -12,7 +12,8 @@ html, body { width: 100%; min-height: 100vh; font-size: 14px; - background: $bg0; + background-color: $bg0; + background-image: url("/img/snowfall.gif"); } ul, @@ -158,6 +159,7 @@ span.publish-date { height: auto; border-top: 1px solid $white; border-bottom: 1px solid $white; + background-color: $bg0; } .landing-header { @@ -195,7 +197,6 @@ span.publish-date { } .content-container { - background-color: $bg0; min-height: 90vh; } |