summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 18:33:16 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:33 +0100
commitc4168360fd79f9bdb7170a66b21e545e807865bf (patch)
tree65809c4ad188c3b9d5bdd58dd5c33e1b6f58a009
parenta0969f9d4fc2dac1fe0b543db5dae3efb7f419ee (diff)
White links in header.
-rw-r--r--local.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/local.css b/local.css
index 165c957..80198ab 100644
--- a/local.css
+++ b/local.css
@@ -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;