From c7d7aa4f81d6c502467f088ad23e9f6dd5ffb08c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 26 Sep 2013 11:07:22 -0400 Subject: main.css: Fix header link style issue. --- diff --git a/main.css b/main.css index dbe9f3e..9c095e3 100644 --- a/main.css +++ b/main.css @@ -55,7 +55,7 @@ header>h1 { font-family: serif; margin: 0px 0px 0px 0px; } -header>h1>a { +header>h1>a, header>h1>a:visited, header>h1>a:hover { color: #000000; text-decoration: none; } -- cgit v0.9.1