fix strong tag font weight

This commit is contained in:
isUnknown 2025-04-26 10:24:06 +02:00
parent 78a63a9d60
commit df2843123f

View file

@ -28,15 +28,11 @@ h4 *,
h5,
h5 *,
p,
p * {
p *:not(strong) {
font-weight: var(--font-weight-light);
line-height: 1;
}
strong {
font-weight: var(--font-weight-bold);
}
h1 {
font-size: var(--font-size-xl);
}