add color to toggle on state

e77dd96bb75aa74a8562d88b014abfc3e55fd72e

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +4 -0Ignore whitespace
public/css/world-info.css+4 -0
@@ -181,6 +181,10 @@
181 width: 7em;181 width: 7em;
182}182}
183183
184.world_entry .killSwitch.fa-toggle-on {
185 color: var(--SmartThemeQuoteColor);
186}
187
184.wi-card-entry {188.wi-card-entry {
185 border: 1px solid;189 border: 1px solid;
186 border-color: var(--SmartThemeBorderColor);190 border-color: var(--SmartThemeBorderColor);