diff --git a/docs/index.html b/docs/index.html
index 88eb4c89..8812563a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -58,9 +58,13 @@
}
nav .selected {
- color: #21283E;
+ color: #111;
font-weight: bold;
}
+
+ nav .selected:hover {
+ text-decoration: none;
+ }
header {
display: flex;