mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 14:44:25 +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;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-split.type-code:not(.mime-text-x-sqlite) > .scrolling-container {
|
.note-split.type-code:not(.mime-text-x-sqlite) {
|
||||||
background-color: var(--code-background-color);
|
&> .scrolling-container {
|
||||||
--scrollbar-background-color: var(--main-background-color);
|
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 {
|
body.prefers-centered-content .inline-title {
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user