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 @@
181181 width: 7em;
182182}
183183
184+.world_entry .killSwitch.fa-toggle-on {
185+ color: var(--SmartThemeQuoteColor);
186+}
187+
184188.wi-card-entry {
185189 border: 1px solid;
186190 border-color: var(--SmartThemeBorderColor);