summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-26 11:07:22 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-26 11:07:22 (EDT)
commitc7d7aa4f81d6c502467f088ad23e9f6dd5ffb08c (patch)
tree9413bdb33416a944fa3c8f7f8739f1034852ca0b
parent80ed019db47baa520661a4a09193bde7d94b73d9 (diff)
downloadwww-c7d7aa4f81d6c502467f088ad23e9f6dd5ffb08c.zip
www-c7d7aa4f81d6c502467f088ad23e9f6dd5ffb08c.tar.gz
www-c7d7aa4f81d6c502467f088ad23e9f6dd5ffb08c.tar.bz2
main.css: Fix header link style issue.
-rw-r--r--main.css2
1 files changed, 1 insertions, 1 deletions
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;
}