decrease heading selector specificity for post bundle
This commit is contained in:
parent
c3408f08fb
commit
a60660144b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
.post h1 {
|
||||
:where(.post) h1 {
|
||||
font-size: var(--size-step-6);
|
||||
}
|
||||
|
||||
.post h2 {
|
||||
:where(.post) h2 {
|
||||
font-size: var(--size-step-3);
|
||||
}
|
||||
|
||||
.post h3 {
|
||||
:where(.post) h3 {
|
||||
font-size: var(--size-step-2);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue