This commit is contained in:
Benjamin Toby
2025-07-22 11:58:03 +01:00
parent 1db7601c85
commit aceddf5146
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -60,7 +60,7 @@
}
.twui-a {
@apply !text-foreground-light/70 dark:!text-foreground-dark/70 border-none;
@apply !text-foreground-light/70 dark:!text-foreground-dark/70 border-none hover:dark:!text-white hover:opacity-100;
}
.twui-a.active {
@@ -68,7 +68,7 @@
}
.dotted-text {
@apply border-0 border-b-2 border-dotted border-foreground-light/20 dark:!border-foreground-dark/20 pb-1;
@apply border-0 border-b-2 border-dotted border-foreground-light/20 dark:!border-foreground-dark/20 pb-[2px];
}
.dotted-text:hover {