Change input text colour in dark mode

This commit is contained in:
Oliver Davies 2020-11-08 13:45:25 +00:00
parent a574e7e532
commit 097293fc3e

View file

@ -25,3 +25,7 @@ blockquote {
iframe {
@apply max-w-full
}
input {
@apply dark:text-gray-900
}