From 3b4412efb24fe9e667923308f86310e9ab292fbe Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 28 Mar 2019 20:08:11 +0000 Subject: [PATCH] Change background colour --- .../twentynineteen-tailwindcss/src/css/components/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentynineteen-tailwindcss/src/css/components/forms.css b/wp-content/themes/twentynineteen-tailwindcss/src/css/components/forms.css index b1f9545..b9c2167 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/src/css/components/forms.css +++ b/wp-content/themes/twentynineteen-tailwindcss/src/css/components/forms.css @@ -3,7 +3,7 @@ input[type=search] { @apply border border-gray-400 p-2; &:focus { - @apply outline-none bg-gray-300 + @apply outline-none bg-gray-100 } &::placeholder {