mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
style(next): don't print box shadow for code
This commit is contained in:
parent
d1a5d317ed
commit
bfadd36f3d
@ -104,11 +104,13 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck-content p code {
|
@media (screen) {
|
||||||
border: 1px solid var(--card-border-color);
|
.ck-content p code {
|
||||||
box-shadow: var(--card-box-shadow);
|
border: 1px solid var(--card-border-color);
|
||||||
border-radius: 6px;
|
box-shadow: var(--card-box-shadow);
|
||||||
background-color: var(--card-background-color);
|
border-radius: 6px;
|
||||||
|
background-color: var(--card-background-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-detail-printable:not(.word-wrap) pre code {
|
.note-detail-printable:not(.word-wrap) pre code {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user