From 87f457420b09db294f403218ac0a20effcc77ad5 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 27 Jan 2021 20:05:21 -0400 Subject: support per-album wallpapers! --- static/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/site.css b/static/site.css index 7cb1b8b..f0e10bb 100644 --- a/static/site.css +++ b/static/site.css @@ -12,6 +12,7 @@ --fg-color: #0088ff; --bg-color: #222222; --theme: 0; /* 0: dark (below light), 1: light (below dark) */ + --bg: url("../media/bg.jpg"); } body { @@ -31,7 +32,7 @@ body::before { height: 100%; z-index: -1; - background-image: url("../media/bg.jpg"); + background-image: var(--bg); background-position: center; background-size: cover; opacity: 0.5; -- cgit 1.3.0-6-gf8a5