diff --git a/index.html b/index.html index d82dff6..b4cd5d2 100644 --- a/index.html +++ b/index.html @@ -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 */