Button hover bg color fix

This commit is contained in:
Levi 2024-04-23 16:18:27 +02:00
parent 72bc061733
commit f9c99673f8

View file

@ -1001,8 +1001,8 @@ div[data-role="controlgroup"] a[data-role="button"] {
/*ANIMATIONS*/
/*Hover background for section title buttons*/
.button-flat:hover {
background: rgba(0, 164, 220, 0.2);
color: #00a4dc !important;
background: rgba(221, 78, 130, 15%);
color: rgba(var(--accent)) !important;
}
.dashboardSection h3 {
margin: .5em .0em .5em .5em;