Add background-color when toggle is enabled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user