diff options
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 |