feat(conf): shiki config + layouts

This commit is contained in:
nico 2024-12-16 23:40:18 +01:00
parent 84e77c2b93
commit a486d6982f
Signed by: Nicolas
SSH key fingerprint: SHA256:ELi8eDeNLl5PTn64G+o2Kx5+XVDfHF5um2tZigfwWkM
7 changed files with 55 additions and 40 deletions

View file

@ -26,6 +26,7 @@ body {
:is(h1, h2, h3, h4, .h2, .h3, .h4) {
font-weight: bold;
text-wrap: balance;
}
:where(h1, h2, h3, h4, .h2, .h3, .h4) + * {
margin-block-start: var(--space-s);