1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-03 19:38:02 +00:00

Download button should use palette colours

This commit is contained in:
Jeremy Ruston
2025-01-08 10:06:56 +00:00
parent 6b39d6aa43
commit d1ce54806f

View File

@@ -96,8 +96,8 @@ type: text/vnd.tiddlywiki
cursor: pointer;
font-size: 1.2em;
line-height: 1.4em;
color: #fff;
fill: #fff;
color: <<colour download-foreground>>;
fill: <<colour download-foreground>>;
}
.tc-btn-download:active {