BUGFIX: overlapping comments

This commit is contained in:
Simon Martens
2025-05-20 20:13:48 +02:00
parent 4a5a9be775
commit 157b4128ef
5 changed files with 825 additions and 771 deletions

View File

@@ -115,6 +115,7 @@
.text .ru,
.text .nr,
.text .align,
.text .er,
.text .b,
.text .i,
.text .subst,
@@ -262,7 +263,12 @@
}
.text .hand {
@apply inline text-blue-950 font-didone text-[0.9rem];
@apply inline text-blue-950 !font-didone text-[0.9rem];
}
.text .er {
text-decoration: line-through;
text-decoration-thickness: 17px;
}
.text .sidenote-page::before {