Add background-color when toggle is enabled

This commit is contained in:
Peter Curcio
2022-02-11 21:10:32 -08:00
parent ae55cad77b
commit 3ac4f3cca4

View File

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