Skip to content

Commit 5f5b5ba

Browse files
authored
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 <[email protected]>
1 parent 5b2fd0f commit 5f5b5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/markup/content.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
margin-left: 0;
271271
padding: 0 15px;
272272
color: var(--color-text-light-2);
273-
border-left: 4px solid var(--color-secondary);
273+
border-left: 0.25em solid var(--color-secondary);
274274
}
275275

276276
.markup blockquote > :first-child {

0 commit comments

Comments
 (0)