diff --git a/web/themes/custom/opdavies/assets/css/custom-base.pcss b/web/themes/custom/opdavies/assets/css/custom-base.pcss index 8eda8fe..42f84ce 100644 --- a/web/themes/custom/opdavies/assets/css/custom-base.pcss +++ b/web/themes/custom/opdavies/assets/css/custom-base.pcss @@ -25,3 +25,7 @@ blockquote { iframe { @apply max-w-full } + +input { + @apply dark:text-gray-900 +}