mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
css: merge duplicate selectors
This commit is contained in:
parent
06f09594dd
commit
06786d7451
@ -19,14 +19,6 @@
|
|||||||
color: var(--content);
|
color: var(--content);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content h1 {
|
|
||||||
margin: 40px auto 32px auto
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-content h2 {
|
|
||||||
margin: 32px auto 24px auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-content h3,
|
.post-content h3,
|
||||||
.post-content h4,
|
.post-content h4,
|
||||||
.post-content h5,
|
.post-content h5,
|
||||||
@ -35,10 +27,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-content h1 {
|
.post-content h1 {
|
||||||
|
margin: 40px auto 32px auto;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content h2 {
|
.post-content h2 {
|
||||||
|
margin: 32px auto 24px auto;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user