diff --git a/docs/templates/layout.html b/docs/templates/layout.html
index de59d01..9152101 100644
--- a/docs/templates/layout.html
+++ b/docs/templates/layout.html
@@ -48,6 +48,10 @@ a {
nav a, main a, header p a {
color: #1d781d;
}
+nav a.active, main a.active, header p a.active {
+ color: #781D78;
+ font-weight: bold;
+}
nav a:hover, main a:hover, header p a:hover {
color: #781D78;
}
@@ -60,6 +64,7 @@ code {
padding: 10px;
overflow: auto;
display: block;
+ font-family: monospace;
}
@@ -73,8 +78,8 @@ code {