From 33a82e395eb4b1936ac3c15f98e52cc56d472790 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 17 Sep 2021 15:11:29 +0100 Subject: [PATCH] Revert tiddlylink font weight to match v5.1.23 Otherwise links to missing tiddlers are too skinny --- 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 2207789f2..2781dddcb 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -340,7 +340,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 */ }