This commit is contained in:
2026-06-20 01:13:14 -04:00
parent 85c67e1334
commit 0e93efe76d
6 changed files with 155 additions and 5 deletions

View File

@@ -22,6 +22,12 @@
color: mediumblue;
}
.todo {
color: red;
border-block-width: 9px !important;
border-style: double !important;
}
@media print {
:root {
font: 10pt / 1.5 serif
@@ -46,6 +52,10 @@ h1, h2, h3, h4, h5, h6, nav {
font-family: Mojangles, monospace;
}
pre {
overflow-x: scroll;
}
ol {
padding-inline-start: 2ch;
}