1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-06-21 07:54:07 +00:00

Underline links on hover

Looks better and less obtrusive than reversing them
This commit is contained in:
Jeremy Ruston 2013-02-06 11:27:34 +00:00
parent b0a20e704b
commit 1d77709372

View File

@ -61,8 +61,7 @@ a.tw-tiddlylink {
} }
a.tw-tiddlylink:hover { a.tw-tiddlylink:hover {
color: {{$:/core/styles/colourmappings##linkbackground}}; text-decoration: underline;
background-color: {{$:/core/styles/colourmappings##linkforeground}};
} }
a.tw-tiddlylink-resolves { a.tw-tiddlylink-resolves {