Skip to content

Commit

Permalink
Make blockquote border size less aggressive
Browse files Browse the repository at this point in the history
It's too thick

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
  • Loading branch information
yardenshoham committed Feb 10, 2024
1 parent 5b2fd0f commit 96920f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/css/markup/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
margin-left: 0;
padding: 0 15px;
color: var(--color-text-light-2);
border-left: 4px solid var(--color-secondary);
border-left: 0.25em solid var(--color-secondary);
}

.markup blockquote > :first-child {
Expand Down

0 comments on commit 96920f9

Please sign in to comment.