Fix erroneous bolding of links

An accident from f97850dd05
sort-optimisations
jeremy@jermolene.com 2021-07-19 14:03:12 +01:00
rodzic 04962b4cd6
commit 6ae78a770f
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: bold;
font-weight: normal;
color: <<colour tiddler-link-foreground>>;
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
}