mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-22 20:42:47 +08: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:
parent
c63060b130
commit
2dc7e9e5fe
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user