From c456a9df4843b29a919c51d301bd8ea7a001b6bd Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 17 Feb 2025 22:02:39 -0500 Subject: Drop the background pattern. It's cringy. Until we have new ones to use. --- theme0a.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theme0a.css') diff --git a/theme0a.css b/theme0a.css index c5bb30f..6f812fe 100644 --- a/theme0a.css +++ b/theme0a.css @@ -18,5 +18,6 @@ --widget-area-bg: rgba(204,204,204,0.6); --slider-empty-bg: rgba(184,122,171,0.6); --slider-filled-bg: #F0A0E0; - --bg-pattern: url("/pattern0a.png"); + --bg-pattern: none; + --bg-pattern-x: url("/pattern0a.png"); } -- cgit v1.2.3