aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/style.css b/docs/style.css
index e063e58..b9ef4a1 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -90,11 +90,12 @@ nav a {
}
nav > a {
- margin-left: 1rem;
+ margin-left: 0.6rem;
+ padding: 0.03em 0.2em;
text-decoration: none;
}
nav > a.active {
- text-decoration: underline;
+ background: #cccccc;
}
nav span a {