diff options
author | davidovski <david@sendula.com> | 2021-09-01 02:45:04 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-09-01 02:45:04 +0100 |
commit | 7ad0833af0fa9a6b6e66b3e9d55f209ed3ee13db (patch) | |
tree | 2f873ff863298699a14600c643ce1e85d7ca0167 /html/style.css | |
parent | 372855459a5cb707a1cdbc6d7adb12177afbf44b (diff) |
s
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; |