diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 18:33:16 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:33 +0100 |
commit | c4168360fd79f9bdb7170a66b21e545e807865bf (patch) | |
tree | 65809c4ad188c3b9d5bdd58dd5c33e1b6f58a009 /local.css | |
parent | a0969f9d4fc2dac1fe0b543db5dae3efb7f419ee (diff) |
White links in header.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ padding: 10px 20px 0; } +div.header a, +div.header a:hover { + text-decoration: none; + color: white +} + div.actions ul { border-bottom: 0; background-color: green; |