Make links a little bolder

To make them more prominent, to compensate for the blue colour
print-window-tiddler
Jermolene 2018-04-24 23:04:10 +01:00
rodzic df50d675f2
commit 7f2ad15464
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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