allow internal link to be wikitex formatted as bold

This commit is contained in:
pmario 2024-04-22 10:22:58 +02:00
parent a081e58273
commit c4a86e0ea1
1 changed files with 5 additions and 0 deletions

View File

@ -468,6 +468,11 @@ a.tc-tiddlylink-external:hover {
color: <<colour tiddler-link-background>>;
}
/* wikitext bodl for ''[[internal link]]'' */
strong .tc-tiddlylink {
font-weight: bolder;
}
/*
** Drag and drop styles
*/