mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Make blockquote border size less aggressive (#29124)
It's too thick I made it match GitHub's size # Before  # After  Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user