summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 21:38:53 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:36 +0100
commitd24b2d55a4d5f716a34dd8b825d502d5da5eb799 (patch)
tree045ab7123a27eb1259cb81edbca84ccfe7b6bb79
parent41f780b01920330a77e177fcb1cf27f33f33b726 (diff)
Parentlinks bold in all variations.
-rw-r--r--local.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/local.css b/local.css
index 00da1ab..46c8b12 100644
--- a/local.css
+++ b/local.css
@@ -14,7 +14,9 @@ a:visited {
color: white;
padding: 10px 20px 0;
}
-.header span.parentlinks {
+.header span.parentlinks,
+.header span.parentlinks a,
+.header span.parentlinks a:hover {
font-weight: bold;
}