This commit is contained in:
Benjamin Toby
2025-07-20 10:56:17 +01:00
parent b6a5982f02
commit 668b596402
13 changed files with 59 additions and 100 deletions
+8
View File
@@ -58,3 +58,11 @@
.twui-card-link {
@apply p-0 w-full border-none;
}
.twui-a {
@apply !text-foreground-light/70 dark:!text-foreground-dark/70 border-none;
}
.twui-a.active {
@apply !text-foreground-light dark:!text-foreground-dark font-bold;
}