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:
parent
c63060b130
commit
2dc7e9e5fe
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user