aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <git@michaelball.name>2021-10-14 21:51:49 +0100
committerMichaël Ball <git@michaelball.name>2021-10-14 21:51:49 +0100
commitc4dadfe3533601f146f97bbe937bc8fba58bae95 (patch)
tree8239d0a1cea1931337446966a78c9a08cbea49c4
parentafbc4b22d8f415dc89f36ee509ac35fb161c6df4 (diff)
Fix wrong entry text colourHEADmain
-rw-r--r--templates/default.mustache4
1 files changed, 4 insertions, 0 deletions
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;
+}