summaryrefslogtreecommitdiff
path: root/styles/themes/base.css
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-15 16:13:21 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-15 16:13:21 -0500
commit77adcd1b20528e6040ac3802b7d5ece769cebe32 (patch)
tree4034e82f287b1e416bf6393c833531373ff4831b /styles/themes/base.css
parente0c8f4e49d68c3f174b8877e91beff02565cfa2b (diff)
Scrubber
Diffstat (limited to 'styles/themes/base.css')
-rw-r--r--styles/themes/base.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/themes/base.css b/styles/themes/base.css
index c2478dd..14b11bd 100644
--- a/styles/themes/base.css
+++ b/styles/themes/base.css
@@ -41,4 +41,8 @@
--w-sel-button-selected: #0084ff;
--w-sel-button-selected-hover: #3ea2ff;
--w-sel-button-selected-active: #3ea2ff;
+
+ /* Scrubber */
+ --w-scr-nub: #eee;
+ --w-scr-nub-active: white;
} \ No newline at end of file