A slightly different blue for links in the sidebar

This commit is contained in:
Jeremy Ruston 2013-03-19 20:34:58 +00:00
parent 2aff4db744
commit 004e0b4f3a

View file

@ -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;
}