Skip to content

Commit

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

I made it match GitHub's size

# Before


![image](https://github.com/go-gitea/gitea/assets/20454870/08c05004-acd9-485e-9219-110d93fe1226)

# After


![image](https://github.com/go-gitea/gitea/assets/20454870/e2e32b6c-4ba8-488e-9405-95d33f80adf7)

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
  • Loading branch information
yardenshoham authored Feb 10, 2024
1 parent 5b2fd0f commit 5f5b5ba
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 5f5b5ba

Please sign in to comment.