affirmative button on hover has better contrast background

This commit is contained in:
2025-08-18 18:15:26 +02:00
parent 6af6def556
commit 5905f8f810

View File

@@ -125,12 +125,13 @@ button span {
button.affirmative span { button.affirmative span {
background-color: var(--theme); background-color: var(--theme);
color: white; color: white;
font-style: italic;
} }
button.affirmative:hover span { button.affirmative:hover span {
border-color: var(--highlight);
background-color: var(--highlight);
color: var(--theme); color: var(--theme);
border-color: var(--theme);
background-color: var(--highlight);
} }
button:disabled { button:disabled {