diff options
author | CircleShift <kgunger12@gmail.com> | 2025-06-19 21:04:03 -0400 |
---|---|---|
committer | CircleShift <kgunger12@gmail.com> | 2025-06-19 21:04:03 -0400 |
commit | c2cf6b494d1e5535f3c0a4b7ec5c742cfc95ae5f (patch) | |
tree | 5ef299c7d0a7c0e9170d4ada93fa6c3a77ba46de /styles/themes | |
parent | 539d194ef7de149e70a7726b4db54883bd8487c5 (diff) |
Radio group
Diffstat (limited to 'styles/themes')
-rw-r--r-- | styles/themes/base.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/styles/themes/base.css b/styles/themes/base.css index 53ac83f..27b9b3e 100644 --- a/styles/themes/base.css +++ b/styles/themes/base.css @@ -15,9 +15,9 @@ --w-tg-inactive-bg-hover: #3ea2ff; --w-tg-inactive-bg-active: #3ea2ff; --w-tg-active-color: rgb(255, 128, 0); - --w-tg-active-bg: #dd3; - --w-tg-active-bg-hover: #ee7; - --w-tg-active-bg-active: #ee7; + --w-tg-active-bg: #fff134; + --w-tg-active-bg-hover: #fff674; + --w-tg-active-bg-active: #fff674; /* Slider colors */ --w-sl-fill: #0084ff; @@ -49,4 +49,12 @@ --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); + + /* Radio */ + --w-radio-inactive: #ccc; + --w-radio-inactive-hover: #eee; + --w-radio-inactive-active: #eee; + --w-radio-active: #0084ff; + --w-radio-active-hover: #2696ff; + --w-radio-active-active: #3ea2ff; }
\ No newline at end of file |