Merge pull request #17 from petercurcio/fix/enabled-toggle-background

Add background-color when toggle is enabled
This commit is contained in:
GlitchByte
2022-03-21 11:42:07 -04:00
committed by GitHub

View File

@@ -605,6 +605,11 @@ img
background-color: var(--interactive-accent); background-color: var(--interactive-accent);
} }
.checkbox-container.is-enabled:after
{
background-color: var(--bg5-dark);
}
.mod-cta .mod-cta
{ {
color: var(--background-secondary-alt) ; color: var(--background-secondary-alt) ;