diff options
-rw-r--r-- | main.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; +} |