mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 19:08:02 +00:00
Revert tiddlylink font weight to match v5.1.23
Otherwise links to missing tiddlers are too skinny
This commit is contained in:
@@ -340,7 +340,7 @@ table tfoot tr td {
|
|||||||
button.tc-tiddlylink,
|
button.tc-tiddlylink,
|
||||||
a.tc-tiddlylink {
|
a.tc-tiddlylink {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: normal;
|
font-weight: 500;
|
||||||
color: <<colour tiddler-link-foreground>>;
|
color: <<colour tiddler-link-foreground>>;
|
||||||
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
|
-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user