diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 19:02:54 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:34 +0100 |
commit | aa607f964b2707d1167c1286b0d49da3a7c02736 (patch) | |
tree | 9f4ebc9d235aa236eccbe190d910f3252e13f1fe /local.css | |
parent | 0f1bba14ff238a97054e219eaa54d615dff9f057 (diff) |
Green links.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ /* Add local styling here, instead of modifying style.css. */ +a, +a:hover, +a:visited { + color: green; +} + .header { background-color: green; color: white; |