summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 14:36:06 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 14:36:06 (EDT)
commit440a076902e37ac528260e6a40b5b92040d75cec (patch)
tree484711038f6c556dacb60b6c5e92380b31cbd174 /main.css
parent9eb06b0120101cdb9cdad2a7eccfd5ddcdb140db (diff)
Add footer anchor styles.
Diffstat (limited to 'main.css')
-rw-r--r--main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.css b/main.css
index 3a98e22..ac5556d 100644
--- a/main.css
+++ b/main.css
@@ -171,3 +171,12 @@ footer p, footer p * {
text-align: center;
color: #666666;
}
+footer p a:link, footer p a:visited {
+ color: #666666;
+ font-family: sans-serif;
+ text-decoration: underline;
+}
+footer p a:hover, footer p a:active {
+ color: #666666;
+ text-decoration: underline;
+}