summaryrefslogtreecommitdiff
path: root/styles/themes/base.css
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-20 00:38:14 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-20 00:38:14 -0500
commitd33658089c6ab9fe0317e942161856bfcd242e93 (patch)
treebcf65fbd3820b76866d193ad7f0578502d5bdb10 /styles/themes/base.css
parent074fc672900cb569e530ce6edbceb0a086150fa1 (diff)
Poorly constructed scrubber
Diffstat (limited to 'styles/themes/base.css')
-rw-r--r--styles/themes/base.css3
1 files changed, 3 insertions, 0 deletions
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