summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/local.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/website/local.css b/website/local.css
index 5764265..04f336c 100644
--- a/website/local.css
+++ b/website/local.css
@@ -59,3 +59,12 @@ table.sitenav img.logo {
vertical-align: bottom;
}
+table.sitenav a {
+ font-weight: bold;
+ text-decoration: none;
+}
+
+table.sitenav a:hover {
+ font-weight: bold;
+ text-decoration: underline;
+}