mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +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.button, | ||||||
| .ui.red.buttons .button { | .ui.red.buttons .button { | ||||||
|  |   color: var(--color-white); | ||||||
|   background: var(--color-red); |   background: var(--color-red); | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -283,6 +284,7 @@ | |||||||
|  |  | ||||||
| .ui.green.button, | .ui.green.button, | ||||||
| .ui.green.buttons .button { | .ui.green.buttons .button { | ||||||
|  |   color: var(--color-white); | ||||||
|   background: var(--color-green); |   background: var(--color-green); | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user