This commit is contained in:
Benjamin Toby
2025-07-21 20:14:09 +01:00
parent 4cbe72fc8d
commit 1db7601c85
3 changed files with 25 additions and 2 deletions
+8
View File
@@ -66,3 +66,11 @@
.twui-a.active {
@apply !text-foreground-light dark:!text-foreground-dark font-bold;
}
.dotted-text {
@apply border-0 border-b-2 border-dotted border-foreground-light/20 dark:!border-foreground-dark/20 pb-1;
}
.dotted-text:hover {
text-decoration: none !important;
}