diff options
-rwxr-xr-x | local.css | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -23,6 +23,17 @@ pre, tt, code { monospace; } +/* Links */ +a { + color: #3E5F81; +} +a:hover { + color:#D52; +} +a:visited { + color:#D52; +} + /* Div with the full Header */ .pageheader { background-color: #3e5f81; |