This commit is contained in:
2026-03-09 14:35:16 +00:00
parent 3a131cb30c
commit 8491c52639
13 changed files with 132 additions and 15 deletions
+9
View File
@@ -85,3 +85,12 @@
.turboci-admin-aside-link.active * {
@apply font-semibold;
}
.admin-h1 {
@apply text-3xl;
}
code {
@apply bg-slate-100 dark:bg-white/10 px-3 py-1 rounded-default;
@apply my-1;
}