mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix button color on red and green buttons (#30500)
Previously these colors were provided by fomantic css. I missed them. Fixes: https://github.com/go-gitea/gitea/issues/30499 Regressed by: https://github.com/go-gitea/gitea/pull/30475
This commit is contained in:
		| @@ -249,6 +249,7 @@ | ||||
|  | ||||
| .ui.red.button, | ||||
| .ui.red.buttons .button { | ||||
|   color: var(--color-white); | ||||
|   background: var(--color-red); | ||||
| } | ||||
|  | ||||
| @@ -283,6 +284,7 @@ | ||||
|  | ||||
| .ui.green.button, | ||||
| .ui.green.buttons .button { | ||||
|   color: var(--color-white); | ||||
|   background: var(--color-green); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user