From c4dadfe3533601f146f97bbe937bc8fba58bae95 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Thu, 14 Oct 2021 21:51:49 +0100 Subject: Fix wrong entry text colour --- templates/default.mustache | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/default.mustache b/templates/default.mustache index 5c820e8..9640001 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -144,3 +144,7 @@ textbox-prompt-colon { margin: 0px 0.3000em 0.0000em 0.0000em ; text-color: inherit; } +element-text, element-icon { + background-color: inherit; + text-color: inherit; +} -- cgit v1.2.3