diff --git a/web/dist/styles.css b/web/dist/styles.css
index 2f65b7aead3d5323d84d724f7ac431414d6bd023..f5156c9029d5eecec476b7dcd32d4f9ff766884d 100644
--- a/web/dist/styles.css
+++ b/web/dist/styles.css
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:fa4fad98263503c839032d16e83d2e3b8416519488c71af9c8dc9e3087f01038
+oid sha256:619932a5159c6f779b34899872f8c111fbf46a82f6cc8b2254127b548f83a1a6
 size 307982
diff --git a/web/layouts/docs/single.html b/web/layouts/docs/single.html
index e16bc4d916190b453d196399054aba3fb106dcdc..58edd11bea8156f0cccd5da0de71ba9b755383a7 100644
--- a/web/layouts/docs/single.html
+++ b/web/layouts/docs/single.html
@@ -16,7 +16,7 @@
       {{ $currentMenu := index .Site.Menus $subsection }}
       {{ range $currentMenu }}
         {{ if .HasChildren }}
-          <li class="tracking-wide font-serif mt-4">{{ .Name }}</li>
+          <li class="tracking-wide font-bold mt-4">{{ .Name }}</li>
           {{ range .Children }}
             <li class="m-1"><a href="{{ .URL }}"{{if $currentPage.IsMenuCurrent $subsection . }} class="active"{{end}}>{{ .Name }}</a></li>
           {{ end }}