mirror of
https://github.com/0xglitchbyte/obsidian_everforest.git
synced 2026-07-22 03:10:30 +00:00
Add background-color when toggle is enabled
This commit is contained in:
parent
ae55cad77b
commit
3ac4f3cca4
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue