Change input text colour in dark mode
This commit is contained in:
parent
a574e7e532
commit
097293fc3e
|
@ -25,3 +25,7 @@ blockquote {
|
|||
iframe {
|
||||
@apply max-w-full
|
||||
}
|
||||
|
||||
input {
|
||||
@apply dark:text-gray-900
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue