From 557de8d91099c500456b9529937cddd741786f24 Mon Sep 17 00:00:00 2001 From: Juliane Clausen Date: Sat, 3 Aug 2013 01:31:55 +0200 Subject: basic link styles --- local.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index ce2b3f47..d1df3414 100755 --- a/local.css +++ b/local.css @@ -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; -- cgit v1.2.1