diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-15 16:13:21 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-15 16:13:21 -0500 |
commit | 77adcd1b20528e6040ac3802b7d5ece769cebe32 (patch) | |
tree | 4034e82f287b1e416bf6393c833531373ff4831b /styles/themes/base.css | |
parent | e0c8f4e49d68c3f174b8877e91beff02565cfa2b (diff) |
Scrubber
Diffstat (limited to 'styles/themes/base.css')
-rw-r--r-- | styles/themes/base.css | 4 |
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 |