summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/local.css b/local.css
index 0ea83b3..2d047f3 100644
--- a/local.css
+++ b/local.css
@@ -12,9 +12,11 @@ a:visited {
.header {
background-color: green;
color: white;
- font-weight: bold;
padding: 10px 20px 0;
}
+div.header span.parentlink {
+ font-weight: bold;
+}
div.header a,
div.header a:hover {