mirror of https://gitlab.com/bashrc2/epicyon
Happening button background color
parent
b3c07bce00
commit
0cb22bc2f1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue