Revert tiddlylink font weight to match v5.1.23

Otherwise links to missing tiddlers are too skinny
sort-optimisations
jeremy@jermolene.com 2021-09-17 15:11:29 +01:00
rodzic f223896c26
commit 33a82e395e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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