Remove margin-top from h2.

This commit is contained in:
Sebastian Bugge 2023-12-26 16:27:18 +01:00
parent 5371fed820
commit 0abd417abd
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -74,7 +74,6 @@ h1 {
h2 {
font-size: 1.625rem;
margin-top: 2.5em;
}
h3 {
@ -268,15 +267,15 @@ pre {
@media (prefers-color-scheme: dark) {
color: inherit;
}
@media (prefers-color-scheme: light) {
color: #ccc;
}
[data-theme=dark] & {
color: inherit;
}
[data-theme=light] & {
color: #ccc;
}