diff options
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; |