diff --git a/epicyon-options.css b/epicyon-options.css index eca2187c1..30b1ef37f 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -137,6 +137,11 @@ 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; diff --git a/theme/debian/options_background.jpg b/theme/debian/options_background.jpg deleted file mode 100644 index 8cdcf1537..000000000 Binary files a/theme/debian/options_background.jpg and /dev/null differ