From d33658089c6ab9fe0317e942161856bfcd242e93 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 20 Nov 2024 00:38:14 -0500 Subject: Poorly constructed scrubber --- styles/themes/base.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'styles/themes/base.css') diff --git a/styles/themes/base.css b/styles/themes/base.css index 68f07e1..53ac83f 100644 --- a/styles/themes/base.css +++ b/styles/themes/base.css @@ -46,4 +46,7 @@ --w-scr-nub: #eee; --w-scr-nub-hover: white; --w-scr-nub-active: white; + --w-scr-back: rgba(255, 255, 255, 0); + --w-scr-back-other: rgba(255, 255, 255, 0.3); + --w-scr-back-active: rgba(62, 162, 255, 0.5); } \ No newline at end of file -- cgit v1.2.3