Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
snamiki1212 committed Jan 3, 2025
1 parent 75fa4f6 commit 921b53c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Markdown.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
---

<div class="post-content"><slot /></div>
Expand Down Expand Up @@ -72,7 +73,7 @@
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
color: #ccc;
Expand All @@ -96,7 +97,7 @@
align-items: center;
margin-bottom: 2rem;

background: var(--white);
background: #efefef;
border: 1px solid transparent;
transition: border 0.5s;
&:hover {
Expand Down

0 comments on commit 921b53c

Please sign in to comment.