css: button hover color

This commit is contained in:
Settel 2022-07-17 21:45:45 +02:00
parent adce61af4e
commit f9d09d205d

View File

@ -29,8 +29,8 @@ $button-background-color: #00a0e0;
$button-border-color: #007098;
$button-text-color: #304048;
$button-hover-background-color: #60c040;
$button-hover-border-color: #ffffc0;
$button-hover-background-color: $button-background-color;
$button-hover-border-color: $button-border-color;
$button-hover-text-color: #ffffc0;
$button-disabled-background-color: #406020;