Heya Marko,
I just noticed that links in posts are pretty much invisible if link underlining is turned off in the browser. Unless you happen to hover the mouse over the text, there's no visual indication a link is there.
would it be possible to change the link style from this:
to something like this:Code:a:link { color: #000000; } a:visited { color: #000000; } a:hover, a:active { color: #FF4400; }
or even just add "text-decoration: underline" to the link style?Code:a:link { color: #0000CC; } a:visited { color: #3300CC; } a:hover, a:active { color: #FF4400; }
It should break anything, just provide a better default for those with a browser with it turned off.
Bookmarks