1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Make katex toolbar (text buttons) button same color

This commit is contained in:
Jeremy Ruston 2019-07-07 17:31:54 +01:00 committed by GitHub
commit 08c900786e
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;