From 756beb6a5f31d451416ae3bc35f79bef4fe3763f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 13 Dec 2024 20:16:01 +0300 Subject: Happy holidays season 2024-2025! And some minor changes here and there. --- sass/css/_holidays.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sass/css/_holidays.scss') diff --git a/sass/css/_holidays.scss b/sass/css/_holidays.scss index e94a080..9e1b59e 100644 --- a/sass/css/_holidays.scss +++ b/sass/css/_holidays.scss @@ -1,5 +1,7 @@ body { background-image: url("/img/snowfall.gif"); + background-color: rgba(0, 0, 0, 0.25); + background-blend-mode: darken; } .holiday-greetings { @@ -12,3 +14,10 @@ body { font-weight: 500; } +.holiday-garland { + display: block; + width: 100%; + height: 65px; + background: url("/img/xmas-garland.gif") repeat-x; + background-position: top; +} -- cgit v1.2.3