1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Use slightly bolder text for tag pills

This commit is contained in:
Jermolene 2016-11-23 18:14:49 +00:00
parent 0e57ce4090
commit 5bf238fc86

View File

@ -531,7 +531,7 @@ button.tc-tag-label, span.tc-tag-label {
display: inline-block;
padding: 0.16em 0.7em;
font-size: 0.9em;
font-weight: 300;
font-weight: 400;
line-height: 1.2em;
color: <<colour tag-foreground>>;
white-space: nowrap;
@ -557,6 +557,7 @@ button.tc-untagged-label {
height: 1em;
width: 1em;
fill: <<colour tag-foreground>>;
vertical-align: text-bottom;
}
.tc-tag-manager-table .tc-tag-label {