From 78c2beb640eb432c0f85d23f0745c1558da8e2f0 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Thu, 10 Dec 2020 18:33:42 +0100 Subject: [PATCH] Add fill: <> to html button in vanilla/base (#5250) --- themes/tiddlywiki/vanilla/base.tid | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 32c7c3875..2d5fc82a3 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -82,6 +82,7 @@ input[type="search"] { html button { line-height: 1.2; color: <>; + fill: <>; background: <>; border-color: <>; }