Add some more styling

This commit is contained in:
ItsDrike 2021-08-25 22:39:10 +02:00
parent 8390da28bc
commit 46d344185c
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -101,3 +101,21 @@ a.no-color-change {
color: inherit; color: inherit;
} }
} }
p, li, h1, h2, h3, h4, h5, h6 {
code {
@extend .chroma;
padding: $spacer * 0.25;
color: inherit;
}
}
h1, h2, h3, h4, h5, h6 {
.anchor {
font-weight: lighter;
}
}
ul ul, ol ol {
padding-left: $spacer * 1.5;
}