added margins to codeblocks and hover effects for the collapsible

This commit is contained in:
Xanazf 2024-10-19 22:22:13 +03:00
parent 45fc2eed5a
commit 712c286065
No known key found for this signature in database
GPG key ID: 4E4A5AD1FB748427
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
pre.shiki {
margin-block: 1.618rem;
}
:where(p, li):has(> code) code {
padding-inline: 0.272rem;
border-radius: 0.272rem;