mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/layout: fix strong element weight
This commit is contained in:
parent
4777d69cd7
commit
049edd49f1
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue