This commit is contained in:
Simon Martens
2025-05-28 14:21:55 +02:00
parent b21aa142ee
commit f1fc908557
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -249,6 +249,11 @@
content: "⸰"; content: "⸰";
} }
.text .tl::before {
@apply text-slate-700 font-sans;
content: "□";
}
.text .pe { .text .pe {
@apply text-stone-600; @apply text-stone-600;
} }