fix button not changing colour

This commit is contained in:
SethBurkart123
2023-11-28 17:30:31 +11:00
parent d78a6ed1d3
commit e3b381f85e
+1 -1
View File
@@ -68,7 +68,6 @@ html {
[style="background-color: rgb(255, 255, 255);"] {
color: black;
}
.pillbox {
border-radius: 1rem;
overflow: clip;
@@ -86,6 +85,7 @@ html {
&.depressed {
height: auto !important;
color: var(--text-primary) !important;
background: var(--background-secondary) !important;
}
}
}