From a0266bdb2ae7031fa26a52cc26d5c7e6b33f4c5b Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 2 Aug 2014 22:49:30 +0100 Subject: [PATCH 1/2] Fix table-of-contents button colour --- themes/tiddlywiki/vanilla/base.tid | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 0c5d9610b..2bf84c75d 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1309,10 +1309,15 @@ canvas.tw-edit-bitmapeditor { white-space: nowrap; } +.tw-table-of-contents button { + color: <>; +} + .tw-table-of-contents svg { width: 0.7em; height: 0.7em; vertical-align: middle; + fill: <>; } .tw-table-of-contents ol { From 83bae92a299fc2c177cf989ba07155a90e3d20db Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 2 Aug 2014 22:51:04 +0100 Subject: [PATCH 2/2] Refine page control button colour --- core/palettes/Vanilla.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/palettes/Vanilla.tid b/core/palettes/Vanilla.tid index 3dc470745..00d63c002 100644 --- a/core/palettes/Vanilla.tid +++ b/core/palettes/Vanilla.tid @@ -48,7 +48,7 @@ pre-border: #cccccc primary: #5778d8 sidebar-button-foreground: <> sidebar-controls-foreground-hover: #000000 -sidebar-controls-foreground: #ffffff +sidebar-controls-foreground: #aaaaaa sidebar-foreground-shadow: rgba(255,255,255, 0.8) sidebar-foreground: #acacac sidebar-muted-foreground-hover: #444444