web/layout: fix strong element weight

This commit is contained in:
wukko 2024-09-09 17:05:37 +06:00
parent 4777d69cd7
commit 049edd49f1
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -457,12 +457,16 @@
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) { :global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {
line-height: 1.7; line-height: 1.7;
font-size: 14.5px; font-size: 14.5px;
font-weight: 410;
font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace; font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace;
user-select: text; user-select: text;
-webkit-user-select: text; -webkit-user-select: text;
} }
:global(.long-text-noto),
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6, strong, em, del)) {
font-weight: 410;
}
:global(.long-text-noto ul) { :global(.long-text-noto ul) {
padding-inline-start: 30px; padding-inline-start: 30px;
} }