From 45fc036cc85e8531f82a740fb2871e331da4e049 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Oct 2014 18:40:52 +0200 Subject: change link color to another blue --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 863ae5c..ed4c3ef 100644 --- a/src/style.css +++ b/src/style.css @@ -25,7 +25,7 @@ body { a, a:visited { text-decoration: none; - color: #656590; + color: #32609C; } a:hover { color: #339; -- cgit v1.2.3-54-g00ecf