lighten font weight on code

This commit is contained in:
Chrissy Wainwright
2024-12-05 13:29:48 -06:00
parent 084de82b16
commit 8a925d39ad

View File

@@ -372,7 +372,7 @@ p, h1, h2, h3, h4, h5, h6 {
.boostlook .doc .colist > table code {
background: none;
padding: 0;
font-weight: 600;
font-weight: 500;
color: var(--bl-code-text-color) !important;
}
@@ -388,7 +388,6 @@ p, h1, h2, h3, h4, h5, h6 {
.boostlook .doc p a code,
.boostlook .doc table a code,
.boostlook .doc .colist > table a code {
font-weight: 500;
color: var(--bl-link-color) !important;
}