diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-20 00:38:14 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-20 00:38:14 -0500 |
commit | d33658089c6ab9fe0317e942161856bfcd242e93 (patch) | |
tree | bcf65fbd3820b76866d193ad7f0578502d5bdb10 /styles/themes/base.css | |
parent | 074fc672900cb569e530ce6edbceb0a086150fa1 (diff) |
Poorly constructed scrubber
Diffstat (limited to 'styles/themes/base.css')
-rw-r--r-- | styles/themes/base.css | 3 |
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 |