diff options
author | Juliane Clausen <git@juliane-clausen.de> | 2013-08-03 01:31:55 +0200 |
---|---|---|
committer | Juliane Clausen <git@juliane-clausen.de> | 2013-08-03 01:31:55 +0200 |
commit | 557de8d91099c500456b9529937cddd741786f24 (patch) | |
tree | a62c586c0794c34558dd023aae3be3636907e801 | |
parent | d90ac8b8be2e33a3ffbf84674d37d1fe7af4cf07 (diff) |
basic link styles
-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; |