From b4071629e03e080f00744a93ba42034937b6878d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 11 Aug 2020 13:02:10 +0100 Subject: [PATCH] Notes background color on options screen --- epicyon-options.css | 1 + 1 file changed, 1 insertion(+) diff --git a/epicyon-options.css b/epicyon-options.css index 7c3dee7db..3fe023a1f 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -115,6 +115,7 @@ a:link { textarea { font-size: var(--font-size4); width: 90%; + background-color: var(--text-entry-background); } @media screen and (min-width: 400px) {