summaryrefslogtreecommitdiff
path: root/styles/themes/base.css
diff options
context:
space:
mode:
authorCircleShift <kgunger12@gmail.com>2025-06-19 21:04:03 -0400
committerCircleShift <kgunger12@gmail.com>2025-06-19 21:04:03 -0400
commitc2cf6b494d1e5535f3c0a4b7ec5c742cfc95ae5f (patch)
tree5ef299c7d0a7c0e9170d4ada93fa6c3a77ba46de /styles/themes/base.css
parent539d194ef7de149e70a7726b4db54883bd8487c5 (diff)
Radio group
Diffstat (limited to 'styles/themes/base.css')
-rw-r--r--styles/themes/base.css14
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