mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 02:10:04 +08:00
style(next): improve the color contrast for switches
This commit is contained in:
parent
48b4f37f91
commit
b56b42bea0
@ -451,6 +451,14 @@ optgroup {
|
||||
--icon-button-size: 28px;
|
||||
}
|
||||
|
||||
div.switch-widget {
|
||||
--switch-off-track-background: var(--cmd-button-background-color);
|
||||
--switch-on-track-background: var(--cmd-button-text-color);
|
||||
|
||||
--switch-off-thumb-background: var(--cmd-button-text-color);
|
||||
--switch-on-thumb-background: var(--main-background-color);
|
||||
}
|
||||
|
||||
/* Links */
|
||||
|
||||
body a.tn-link,
|
||||
|
Loading…
x
Reference in New Issue
Block a user