1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 07:50:47 +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 {
color: {{$:/core/styles/colourmappings##linkbackground}};
background-color: {{$:/core/styles/colourmappings##linkforeground}};
text-decoration: underline;
}
a.tw-tiddlylink-resolves {