add color to toggle on state

This commit is contained in:
RossAscends 2024-08-10 13:12:46 +09:00
parent 0dce445375
commit e77dd96bb7
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,10 @@
width: 7em;
}
.world_entry .killSwitch.fa-toggle-on {
color: var(--SmartThemeQuoteColor);
}
.wi-card-entry {
border: 1px solid;
border-color: var(--SmartThemeBorderColor);