mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-06-26 20:06:18 +00:00
Import old blogpost
Add more tags Fix some styling issues I found
This commit is contained in:
parent
3592650efc
commit
c39c794892
8 changed files with 88 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue