diff --git a/core/styles/base.tid b/core/styles/base.tid index 530bd8e0a..b6606ddca 100644 --- a/core/styles/base.tid +++ b/core/styles/base.tid @@ -60,6 +60,10 @@ a.tw-tiddlylink { color: {{$:/core/styles/colourmappings##linkforeground}}; } +.sidebar-header a.tw-tiddlylink { + color: #69699B; +} + a.tw-tiddlylink:hover { text-decoration: underline; }