From 7ad0833af0fa9a6b6e66b3e9d55f209ed3ee13db Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 1 Sep 2021 02:45:04 +0100 Subject: s --- html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index 06f7c5d..9ecf486 100644 --- a/html/style.css +++ b/html/style.css @@ -20,8 +20,8 @@ } body { - background-color: var(--bg); - background-image: url("https://davidovski.xyz/images/bg.png"); + background-color: var(--bg-light); + /*background-image: url("https://davidovski.xyz/images/bg.png");*/ background-position: absolute; background-repeat: no-repeat; background-size: cover; -- cgit v1.2.1