Import old blogpost

Add more tags
Fix some styling issues I found
This commit is contained in:
Michał Gdula 2024-05-28 22:25:32 +01:00
parent 3592650efc
commit c39c794892
8 changed files with 88 additions and 8 deletions

View file

@ -205,7 +205,8 @@ const tags = await getTagsBySlug(post.data.tags);
border-top: 2px solid $gray;
}
p code {
// Style code only if it's not a child of .astro-code
:not(.astro-code) > code {
padding: 2px 4px;
font-size: 13px;