diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index da057fa53..b767691a0 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -139,6 +139,7 @@ table tfoot tr td { ** Links */ +button.tc-tiddlylink, a.tc-tiddlylink { text-decoration: none; font-weight: normal; @@ -154,6 +155,7 @@ a.tc-tiddlylink { color: <>; } +button.tc-tiddlylink:hover, a.tc-tiddlylink:hover { text-decoration: underline; }