1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-08 07:00:03 +00:00

Fix table-of-contents button colour

This commit is contained in:
Jermolene 2014-08-02 22:49:30 +01:00
parent 1573f5840e
commit a0266bdb2a

View File

@ -1309,10 +1309,15 @@ canvas.tw-edit-bitmapeditor {
white-space: nowrap; white-space: nowrap;
} }
.tw-table-of-contents button {
color: <<colour sidebar-foreground>>;
}
.tw-table-of-contents svg { .tw-table-of-contents svg {
width: 0.7em; width: 0.7em;
height: 0.7em; height: 0.7em;
vertical-align: middle; vertical-align: middle;
fill: <<colour sidebar-foreground>>;
} }
.tw-table-of-contents ol { .tw-table-of-contents ol {