mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-19 14:40:27 +00:00
Make links a little bolder
To make them more prominent, to compensate for the blue colour
This commit is contained in:
parent
df50d675f2
commit
7f2ad15464
@ -275,7 +275,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 */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user