Update active state colors

This commit is contained in:
James Lyne 2021-09-01 01:07:51 +01:00
parent 4fbd41c040
commit 816783bb1f

View File

@ -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 */