mirror of
https://github.com/zadam/trilium.git
synced 2025-12-27 17:54:23 +01:00
fix(title_actions): dark background in code affecting readability
This commit is contained in:
parent
6e3a020d0f
commit
8fda283977
@ -4,7 +4,14 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.note-split.type-code:not(.mime-text-x-sqlite) > .scrolling-container {
|
||||
background-color: var(--code-background-color);
|
||||
--scrollbar-background-color: var(--main-background-color);
|
||||
.note-split.type-code:not(.mime-text-x-sqlite) {
|
||||
&> .scrolling-container {
|
||||
background-color: var(--code-background-color);
|
||||
--scrollbar-background-color: var(--main-background-color);
|
||||
}
|
||||
|
||||
.inline-title,
|
||||
.title-actions {
|
||||
background-color: var(--main-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
@ -75,10 +75,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.note-split.type-code:not(.mime-text-x-sqlite) .inline-title {
|
||||
background-color: var(--main-background-color);
|
||||
}
|
||||
|
||||
body.prefers-centered-content .inline-title {
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user