mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
dev: Modified activeColor to be opaque
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
--checkboxUncheckedFocusedBorderColor: rgb(37, 99, 235);
|
||||
--textColor: rgb(209, 213, 219);
|
||||
--dimTextColor: rgb(156, 163, 175);
|
||||
--activeColor: rgb(201 143 255 / 40%);
|
||||
--activeColorAlpha: rgb(201 143 255 / 40%);
|
||||
--activeColor: rgb(119 82 153);
|
||||
--tableBodyColor: rgb(31 41 55 / 1);
|
||||
--backgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPoint));
|
||||
--cardBackgroundGradient: linear-gradient(0deg, var(--darkerGradientPoint), var(--lighterGradientPoint) 25%);
|
||||
|
Reference in New Issue
Block a user