Revert tiddlylink font weight to match v5.1.23

Otherwise links to missing tiddlers are too skinny
This commit is contained in:
jeremy@jermolene.com 2021-09-17 15:11:29 +01:00
parent f223896c26
commit 33a82e395e
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
}