decrease heading selector specificity for post bundle

This commit is contained in:
Lene Saile 2024-11-29 17:19:45 +01:00 committed by GitHub
parent c3408f08fb
commit a60660144b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}