💄 style(admonitions): reduce thickness of strong tag

Matches the rest of the theme, improving cohesion across browsers.
This commit is contained in:
welpo
2024-06-20 19:12:28 +02:00
parent be7628aeaa
commit faa9633531

View File

@@ -25,6 +25,9 @@
.admonition-content {
flex: 1;
strong {
font-weight: 580;
}
}
.admonition-icon {