1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 02:06:56 +00:00

make katex toolbar (text buttons) button same color

This commit is contained in:
Simon Huber 2019-07-07 18:00:17 +02:00 committed by GitHub
parent 19f2280803
commit efa593bb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1115,6 +1115,7 @@ html body.tc-body.tc-single-tiddler-window {
.tc-editor-toolbar button {
vertical-align: middle;
background-color: <<colour tiddler-controls-foreground>>;
color: <<colour tiddler-controls-foreground-selected>>;
fill: <<colour tiddler-controls-foreground-selected>>;
border-radius: 4px;
padding: 3px;