From 097293fc3e672e67dfff9bc91f6f692477c132f6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 8 Nov 2020 13:45:25 +0000 Subject: [PATCH] Change input text colour in dark mode --- web/themes/custom/opdavies/assets/css/custom-base.pcss | 4 ++++ 1 file changed, 4 insertions(+) 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 +}