diff --git a/web/themes/custom/opdavies/assets/css/custom-base.pcss b/web/themes/custom/opdavies/assets/css/custom-base.pcss index 42f84ceb8..3fb28026d 100644 --- a/web/themes/custom/opdavies/assets/css/custom-base.pcss +++ b/web/themes/custom/opdavies/assets/css/custom-base.pcss @@ -29,3 +29,7 @@ iframe { input { @apply dark:text-gray-900 } + +th { + @apply dark:text-white +}