From 004e0b4f3a23bde84c754f17d552eb151ab7c087 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 19 Mar 2013 20:34:58 +0000 Subject: [PATCH] A slightly different blue for links in the sidebar --- core/styles/base.tid | 4 ++++ 1 file changed, 4 insertions(+) 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; }