From 7f2ad15464f50670670463de9ac70bcb589fa4e9 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 24 Apr 2018 23:04:10 +0100 Subject: [PATCH] Make links a little bolder To make them more prominent, to compensate for the blue colour --- themes/tiddlywiki/vanilla/base.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 18d54c6c7..8c4906b43 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -275,7 +275,7 @@ table tfoot tr td { button.tc-tiddlylink, a.tc-tiddlylink { text-decoration: none; - font-weight: normal; + font-weight: 500; color: <>; -webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */ }