From 78f5465a477e70482d701576ddc05947444f23e2 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 24 Oct 2018 10:33:16 +0100 Subject: [PATCH] Fix hover colour for textual editor toolbar buttons --- 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 deefbe15d..401022128 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1116,6 +1116,7 @@ html body.tc-body.tc-single-tiddler-window { .tc-editor-toolbar button:hover { background-color: <>; fill: <>; + color: <>; } .tc-editor-toolbar .tc-text-editor-toolbar-more {