mirror of
https://github.com/corentin-godefroy/Obsidian-BreakPage.git
synced 2026-07-22 09:30:29 +00:00
12 lines
No EOL
199 B
CSS
12 lines
No EOL
199 B
CSS
div.page-break::after {
|
|
content: "Break page. Need at least 1 blank line after.";
|
|
display: block;
|
|
font-style: italic;
|
|
color: gray;
|
|
}
|
|
|
|
@media print {
|
|
div.page-break::after {
|
|
display: none;
|
|
}
|
|
} |