fix textarea color

This commit is contained in:
2026-02-06 12:27:42 +00:00
parent fbca89128e
commit 1931661d0a
2 changed files with 11 additions and 2 deletions

View File

@@ -133,6 +133,11 @@ a {
@apply text-primary bg-link text-center font-heading text-xl tracking-wide;
}
input,
textarea {
@apply text-primary border;
}
table {
@apply border-primary border text-primary;
}