From 77adcd1b20528e6040ac3802b7d5ece769cebe32 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 15 Nov 2024 16:13:21 -0500 Subject: Scrubber --- styles/themes/base.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'styles/themes/base.css') 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 -- cgit v1.2.3