diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-19 02:10:49 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-19 02:10:49 -0500 |
commit | 074fc672900cb569e530ce6edbceb0a086150fa1 (patch) | |
tree | 45f7853204c91a79a76e1cb2ca9a8397621f2ce9 /styles/themes | |
parent | 77adcd1b20528e6040ac3802b7d5ece769cebe32 (diff) |
Refactor most Widget Parameters into setId rather than private variables
Diffstat (limited to 'styles/themes')
-rw-r--r-- | styles/themes/base.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/themes/base.css b/styles/themes/base.css index 14b11bd..68f07e1 100644 --- a/styles/themes/base.css +++ b/styles/themes/base.css @@ -44,5 +44,6 @@ /* Scrubber */ --w-scr-nub: #eee; + --w-scr-nub-hover: white; --w-scr-nub-active: white; }
\ No newline at end of file |