mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-11 08:14:14 +00:00
Fix erroneous bolding of links
An accident from f97850dd05693e84dd36b8af5d72b22fbfd74958
This commit is contained in:
parent
04962b4cd6
commit
6ae78a770f
@ -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 */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user