Browse Source

Make blockquote border size less aggressive (#29124)

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>
tags/v1.22.0-rc0
Yarden Shoham 4 months ago
parent
commit
5f5b5ba6e3
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web_src/css/markup/content.css

+ 1
- 1
web_src/css/markup/content.css View File

@@ -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 {

Loading…
Cancel
Save