This commit is contained in:
2026-03-12 12:56:29 +00:00
parent ee62ac8f54
commit 5131e22c69
2 changed files with 33 additions and 8 deletions
+5 -1
View File
@@ -127,7 +127,7 @@ code {
#admin-main h3,
.admin-h3 {
@apply text-lg font-semibold;
@apply text-base font-semibold;
}
hr {
@@ -137,3 +137,7 @@ hr {
.dotted-link {
@apply border-b border-dashed border-foreground-light/40 dark:border-foreground-dark/40;
}
.twui-button-primary-outlined * {
@apply font-semibold;
}