diff options
author | Michaël Ball <git@michaelball.name> | 2021-10-14 21:51:49 +0100 |
---|---|---|
committer | Michaël Ball <git@michaelball.name> | 2021-10-14 21:51:49 +0100 |
commit | c4dadfe3533601f146f97bbe937bc8fba58bae95 (patch) | |
tree | 8239d0a1cea1931337446966a78c9a08cbea49c4 /templates | |
parent | afbc4b22d8f415dc89f36ee509ac35fb161c6df4 (diff) |
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.mustache | 4 |
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; +} |