From b27a520983f75c6d4c51d20f9d1f1055627434d9 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 19 Mar 2015 12:49:25 -0700 Subject: Another style change -- link colors --- css/cover.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'css') diff --git a/css/cover.css b/css/cover.css index 1464f37..f285bf4 100644 --- a/css/cover.css +++ b/css/cover.css @@ -100,6 +100,17 @@ body { } a { text-decoration: none; +} +a:link { + color: #b2d9e5; +} +a:visited { + color: #b2b2e5; +} +a:hover { + color: #e5bfb2; +} +a:active { color: #e5e5b2; } li { -- cgit 1.4.1-21-gabe81