Change table header colour in dark mode

This commit is contained in:
Oliver Davies 2020-11-08 14:51:02 +00:00
parent 097293fc3e
commit 3025ab0f68

View file

@ -29,3 +29,7 @@ iframe {
input {
@apply dark:text-gray-900
}
th {
@apply dark:text-white
}