diff options
Diffstat (limited to 'styles/themes/base.css')
-rw-r--r-- | styles/themes/base.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/styles/themes/base.css b/styles/themes/base.css index 68f07e1..53ac83f 100644 --- a/styles/themes/base.css +++ b/styles/themes/base.css @@ -46,4 +46,7 @@ --w-scr-nub: #eee; --w-scr-nub-hover: white; --w-scr-nub-active: white; + --w-scr-back: rgba(255, 255, 255, 0); + --w-scr-back-other: rgba(255, 255, 255, 0.3); + --w-scr-back-active: rgba(62, 162, 255, 0.5); }
\ No newline at end of file |