diff options
Diffstat (limited to 'html/style.css')
-rw-r--r-- | html/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |