Soften bold on various definition list entries on docs
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 8 Feb 2021 17:19:33 +0000 (12:19 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 8 Feb 2021 17:19:33 +0000 (12:19 -0500)
The new changes had made certain pages, e.g. the index, much
more bold.

media/css/main.css

index 8626fdc202c3ebdcc16222526e1fe40fd70edadc..4553a0dd7ff4592f2ff81a14996e613cff983b90 100644 (file)
@@ -639,6 +639,10 @@ ul.actions {
   margin-bottom: 1rem;
 }
 
+#docContent dt {
+  font-weight: 600;
+}
+
 #docContent hr {
   margin: 0 0 0.5em 0;
 }
@@ -893,6 +897,7 @@ code,
 
 #docContent div.TOC > dl > dt.c2,
 #docContent div.toc > dl > dt.c2 {
+  font-weight: 400;
   margin-bottom: 1rem;
 }