1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 07:16:08 +00:00

Fix incorrect background colour for sidebar tag pills

Fixes #568.
This commit is contained in:
Jermolene
2014-04-17 15:11:59 +01:00
parent 6da28e7365
commit d336ffea02
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ a.tw-tiddlylink-external:hover {
color: <<colour foreground>>;
}
.tw-sidebar-lists button {
.tw-sidebar-lists button.btn {
color: <<colour sidebar-button-foreground>>;
}