Fix erroneous bolding of links

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