From c4a86e0ea190539b0c308cbfa8e2d1bc5bec4e4c Mon Sep 17 00:00:00 2001 From: pmario Date: Mon, 22 Apr 2024 10:22:58 +0200 Subject: [PATCH] allow internal link to be wikitex formatted as bold --- themes/tiddlywiki/vanilla/base.tid | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 69ba8e680e6..3b450e264fa 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -468,6 +468,11 @@ a.tc-tiddlylink-external:hover { color: <>; } +/* wikitext bodl for ''[[internal link]]'' */ +strong .tc-tiddlylink { + font-weight: bolder; +} + /* ** Drag and drop styles */