http://www.perlmonks.org?node_id=163260


in reply to PerlMonks CSS Examples

Here is what i use for the Dark Theme:
a { text-decoration: none; } a:hover { text-decoration: underline; color: #ff6500; } td { background-color: black; } tt.code { color: #eee; background-color: #111; }

jeffa

K.I.S.S. ;)