mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
feat(in-app-help): improve code block style
This commit is contained in:
parent
911e112964
commit
7ea6c97c6f
@ -10,12 +10,17 @@ const TPL = `<div class="note-detail-doc note-detail-printable">
|
|||||||
}
|
}
|
||||||
|
|
||||||
.note-detail-doc-content pre {
|
.note-detail-doc-content pre {
|
||||||
background-color: var(--accented-background-color);
|
border: 0;
|
||||||
border: 1px solid var(--main-border-color);
|
box-shadow: var(--code-block-box-shadow);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-detail-doc-content pre:not(.hljs) {
|
||||||
|
background-color: var(--accented-background-color);
|
||||||
|
border: 1px solid var(--main-border-color);
|
||||||
|
}
|
||||||
|
|
||||||
.note-detail-doc.contextual-help {
|
.note-detail-doc.contextual-help {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user