diff options
author | 2025-02-17 22:02:39 -0500 | |
---|---|---|
committer | 2025-02-17 22:02:39 -0500 | |
commit | c456a9df4843b29a919c51d301bd8ea7a001b6bd (patch) | |
tree | 910a94423b82f30889559db15f1e8bd1c61e0609 /theme1b.css | |
parent | 5ae55b445b428eedf66c6882b8bbc03c959dae67 (diff) | |
download | web-c456a9df4843b29a919c51d301bd8ea7a001b6bd.tar.xz |
Drop the background pattern. It's cringy.
Until we have new ones to use.
Diffstat (limited to 'theme1b.css')
-rw-r--r-- | theme1b.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme1b.css b/theme1b.css index 2374774..789b404 100644 --- a/theme1b.css +++ b/theme1b.css @@ -18,5 +18,6 @@ --widget-area-bg: rgba(32,32,96,0.6); --slider-empty-bg: rgba(49,184,73,0.6); --slider-filled-bg: #0EA33D; - --bg-pattern: url("/pattern1b.png"); + --bg-pattern: none; + --bg-pattern-x: url("/pattern1b.png"); } |