mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
client: Fix background color
This commit is contained in:
@@ -527,7 +527,6 @@
|
|||||||
.ck-content pre {
|
.ck-content pre {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
color: hsl(0, 0%, 20.8%);
|
color: hsl(0, 0%, 20.8%);
|
||||||
background: hsla(0, 0%, 78%, 0.3);
|
|
||||||
border: 1px solid hsl(0, 0%, 77%);
|
border: 1px solid hsl(0, 0%, 77%);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -537,6 +536,9 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
.ck-content pre:not(.hljs) {
|
||||||
|
background: hsla(0, 0%, 78%, 0.3);
|
||||||
|
}
|
||||||
/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
|
/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
|
||||||
.ck-content pre code {
|
.ck-content pre code {
|
||||||
background: unset;
|
background: unset;
|
||||||
|
|||||||
2
libraries/ckeditor/ckeditor.js
vendored
2
libraries/ckeditor/ckeditor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user