fix strong tag font weight
This commit is contained in:
parent
78a63a9d60
commit
df2843123f
1 changed files with 1 additions and 5 deletions
|
|
@ -28,15 +28,11 @@ h4 *,
|
||||||
h5,
|
h5,
|
||||||
h5 *,
|
h5 *,
|
||||||
p,
|
p,
|
||||||
p * {
|
p *:not(strong) {
|
||||||
font-weight: var(--font-weight-light);
|
font-weight: var(--font-weight-light);
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue