Update active state colors
This commit is contained in:
parent
4fbd41c040
commit
816783bb1f
@ -165,7 +165,7 @@
|
||||
|
||||
--background-disabled: #555555; /* Disabled controls */
|
||||
--background-hover: #363636; /* :hovered buttons/menu items */
|
||||
--background-active: #eeeeee; /* Button :active */
|
||||
--background-active: #6d6d6d; /* Button :active */
|
||||
--background-selected: #BDBDBD; /* Selected buttons/menu items */
|
||||
|
||||
--outline-focus: #eeeeee; /* :focus outline */
|
||||
@ -181,8 +181,8 @@
|
||||
--text-disabled: var(--text-subtle); /* Disabled controls */
|
||||
|
||||
--text-hover: var(--text-base); /* Text in :hover buttons */
|
||||
--text-active: var(--text-base); /* Text in :active buttons */
|
||||
--text-selected: var(--background-base); /* Text in selected buttons */
|
||||
--text-active: var(--background-dark); /* Text in :active buttons */
|
||||
--text-shadow: 0.1rem 0.1rem #000000; /* Text in selected buttons */
|
||||
|
||||
--text-night: #ddffff; /* Clock time at night */
|
||||
|
Loading…
Reference in New Issue
Block a user