mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-20 02:51:40 +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;
|
--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 */
|
/* Links */
|
||||||
|
|
||||||
body a.tn-link,
|
body a.tn-link,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user