From e2d7a60598d7b852dd101aa64bb21f3f3355442c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 25 Nov 2020 15:32:45 +0000 Subject: [PATCH] Text area foreground --- epicyon-options.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/epicyon-options.css b/epicyon-options.css index 30b1ef37..7c4f6d38 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -137,18 +137,13 @@ a:focus { width: 15%; } -textarea { - color: var(--text-entry-foreground); - background-color: var(--text-entry-background); -} - @media screen and (min-width: 400px) { textarea { font-family: Arial, Helvetica, sans-serif; font-size: var(--font-size4); width: 90%; background-color: var(--text-entry-background); - color: white; + color: var(--text-entry-foreground); } .followText { font-size: var(--follow-text-size1); @@ -225,7 +220,7 @@ textarea { font-size: var(--font-size); width: 90%; background-color: var(--text-entry-background); - color: white; + color: var(--text-entry-foreground); } .followText { font-size: var(--follow-text-size2);