Skip to content

Commit ff79c7a

Browse files
committed
add stub for: do not print note title
1 parent 79e27f4 commit ff79c7a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dark/userstyle.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,12 @@ summary {
194194
background-color: var(--heading-print-bgcolor);
195195
}
196196

197+
/* do not print note title (or when exporting to PDF) */
198+
/*
199+
.exported-note-title {
200+
display: none !important;
201+
}
202+
*/
203+
197204
}
198205
/*---------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)