feat: update version 3 post

This commit is contained in:
Devin Haska 2024-03-03 18:15:23 -08:00
parent bc728a3b8c
commit ec53da11c2
5 changed files with 108 additions and 7 deletions

View file

@ -125,7 +125,7 @@ hr {
:not(pre) > code {
background-color: var(--color-surface);
border-radius: 0.5em;
border-radius: var(--spacing-\0.5);
padding-block: 0.15em;
padding-inline: 0.25em;
}
@ -147,7 +147,7 @@ figure figcaption {
picture source,
picture img {
border-radius: 1rem;
border-radius: var(--spacing-0\.5);
}
aside {