diff options
Diffstat (limited to 'theme3b.css')
-rw-r--r-- | theme3b.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/theme3b.css b/theme3b.css index a368935..2f7ac36 100644 --- a/theme3b.css +++ b/theme3b.css @@ -1,5 +1,8 @@ +:root { + --bg-primary: #051933; +} body{ - background-color: #051933; + background-color: var(--bg-primary); background-image: url("/pattern3b.png"); background-repeat: repeat; color: #FFF; |