mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
client: Improve style for code blocks
This commit is contained in:
parent
87bc142552
commit
d2235a185b
@ -526,14 +526,15 @@
|
|||||||
/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
|
/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
|
||||||
.ck-content pre {
|
.ck-content pre {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border: 1px solid hsl(0, 0%, 77%);
|
|
||||||
border-radius: 2px;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
tab-size: 4;
|
tab-size: 4;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
border: 0px;
|
||||||
|
border-radius: 6px;
|
||||||
|
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
.ck-content pre:not(.hljs) {
|
.ck-content pre:not(.hljs) {
|
||||||
color: hsl(0, 0%, 20.8%);
|
color: hsl(0, 0%, 20.8%);
|
||||||
|
@ -807,6 +807,12 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
|
|||||||
vertical-align: baseline !important;
|
vertical-align: baseline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ck-content pre {
|
||||||
|
border: 0;
|
||||||
|
border-radius: 6px;
|
||||||
|
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
.ck-content .todo-list .todo-list__label > input:before {
|
.ck-content .todo-list .todo-list__label > input:before {
|
||||||
border: 1px solid var(--muted-text-color) !important;
|
border: 1px solid var(--muted-text-color) !important;
|
||||||
}
|
}
|
||||||
|
@ -92,3 +92,7 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
|
|||||||
.btn-close {
|
.btn-close {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ck-content pre {
|
||||||
|
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6) !important;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user