fix strong fw bold

This commit is contained in:
isUnknown 2025-04-24 09:44:51 +02:00
parent bf20f1d394
commit e8e23379b0

View file

@ -33,6 +33,10 @@ p * {
line-height: 1; line-height: 1;
} }
strong {
font-weight: var(--font-weight-bold);
}
h1 { h1 {
font-size: var(--font-size-xl); font-size: var(--font-size-xl);
} }