mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
better contrast of links on the dark theme
This commit is contained in:
parent
5b251b9977
commit
8e0d1fa0df
@ -53,6 +53,10 @@ body.theme-black {
|
|||||||
--menu-background-color: #222;
|
--menu-background-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.theme-black a, body.theme-black a:visited {
|
||||||
|
color: lightskyblue;
|
||||||
|
}
|
||||||
|
|
||||||
body.theme-black .CodeMirror {
|
body.theme-black .CodeMirror {
|
||||||
filter: invert(100%) hue-rotate(180deg);
|
filter: invert(100%) hue-rotate(180deg);
|
||||||
}
|
}
|
||||||
@ -80,6 +84,10 @@ body.theme-dark {
|
|||||||
--menu-background-color: #222;
|
--menu-background-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.theme-dark a, body.theme-dark a:visited {
|
||||||
|
color: lightskyblue;
|
||||||
|
}
|
||||||
|
|
||||||
body.theme-dark .CodeMirror {
|
body.theme-dark .CodeMirror {
|
||||||
filter: invert(90%) hue-rotate(180deg);
|
filter: invert(90%) hue-rotate(180deg);
|
||||||
}
|
}
|
||||||
@ -118,7 +126,7 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-link.active {
|
.nav-link.active {
|
||||||
background-color: inherit;
|
background-color: inherit !important;
|
||||||
color: var(--main-text-color) !important;
|
color: var(--main-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user