From 4334de88a011cd8bef2292258f038a47429f7a12 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Mon, 7 Dec 2020 18:29:42 +0100 Subject: [PATCH] Make search-matches button discoverable on dark palettes (#5232) --- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 2010b45e6..2f60c4537 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -598,6 +598,10 @@ html body.tc-body .tc-btn-rounded:hover svg { color: <>; } +.tc-sidebar-lists button small { + color: <>; +} + button svg.tc-image-button, button .tc-image-button img { height: 1em; width: 1em;