Skip to content

Commit

Permalink
Revert tiddlylink font weight to match v5.1.23
Browse files Browse the repository at this point in the history
Otherwise links to missing tiddlers are too skinny
  • Loading branch information
Jermolene committed Sep 17, 2021
1 parent f223896 commit 33a82e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/tiddlywiki/vanilla/base.tid
Expand Up @@ -340,7 +340,7 @@ table tfoot tr td {
button.tc-tiddlylink,
a.tc-tiddlylink {
text-decoration: none;
font-weight: normal;
font-weight: 500;
color: <<colour tiddler-link-foreground>>;
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
}
Expand Down

0 comments on commit 33a82e3

Please sign in to comment.