This commit is contained in:
2026-03-10 13:42:50 +00:00
parent 2363f9dc1f
commit aeff7c6ff0
5 changed files with 137 additions and 67 deletions
+6 -1
View File
@@ -12,7 +12,7 @@
--color-dark: #000000;
--color-primary: #3ecf8e;
--color-primary: #76e4ad;
--color-primary-hover: #3ecf8e;
--color-primary-outline: #3ecf8e;
--color-primary-text: #000000;
@@ -120,6 +120,11 @@ code {
@apply text-xl font-semibold;
}
#admin-main h3,
.admin-h3 {
@apply text-lg font-semibold;
}
hr {
@apply border-foreground-light/10 dark:border-foreground-dark/10;
}