1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 03:19:55 +00:00

Make links a little bolder

To make them more prominent, to compensate for the blue colour
This commit is contained in:
Jermolene 2018-04-24 23:04:10 +01:00
parent df50d675f2
commit 7f2ad15464

View File

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