Happening button background color

merge-requests/6/head
Bob Mottram 2020-02-22 18:13:56 +00:00
parent b3c07bce00
commit 0cb22bc2f1
1 changed files with 2 additions and 2 deletions

View File

@ -696,7 +696,7 @@ div.gallery img {
}
.buttonevent {
border-radius: var(--button-corner-radius);
background-color: var(--button-background);
background-color: var(--button-highlighted);
border: none;
color: var(--button-text);
text-align: center;
@ -1025,7 +1025,7 @@ div.gallery img {
}
.buttonevent {
border-radius: var(--button-corner-radius);
background-color: var(--button-background);
background-color: var(--button-highlighted);
border: none;
color: var(--button-text);
text-align: center;