Skip to content

Commit

Permalink
deploy: be55a7c
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Dec 23, 2024
1 parent 6161bf1 commit 0701649
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,17 @@ article.on-list {
ul {
margin-top: 30px;
}

blockquote {
position: relative;
border-left: 2px solid var(--color-gray);
border-top: none;;
border-bottom: none;;
margin: 0;
padding: 10px 25px;
color: var(--color-gray);
}

blockquote::before {
display: none;
}

0 comments on commit 0701649

Please sign in to comment.