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:
parent
1573f5840e
commit
a0266bdb2a
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user