More progress on forms

This commit is contained in:
JhumanJ
2022-10-17 17:08:36 +02:00
parent 559040f679
commit 5a28d9cb6d
7 changed files with 202 additions and 170 deletions

View File

@@ -19,7 +19,7 @@ body.dark * {
@layer base {
p, div {
@apply text-gray-800 dark:text-white;
@apply text-gray-900 dark:text-white;
}
h1, h2, h3, h4, h5, h6 {