💄 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
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

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