mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-07 09:42:52 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue