mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix button not changing colour
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user