1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-14 01:26:48 +00:00

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

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