style(next): don't print box shadow for code

This commit is contained in:
Elian Doran 2025-02-01 00:01:13 +02:00
parent d1a5d317ed
commit bfadd36f3d
No known key found for this signature in database

View File

@ -104,12 +104,14 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
opacity: 1;
}
@media (screen) {
.ck-content p code {
border: 1px solid var(--card-border-color);
box-shadow: var(--card-box-shadow);
border-radius: 6px;
background-color: var(--card-background-color);
}
}
.note-detail-printable:not(.word-wrap) pre code {
white-space: pre;