Skip to content

Commit

Permalink
Make blockquote border size less aggressive (go-gitea#29124)
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenshoham authored and silverwind committed Feb 20, 2024
1 parent e662590 commit 5eaa39d
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 5eaa39d

Please sign in to comment.