mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
light: use black font color for "basic green button"
This commit is contained in:
parent
de6bc969f6
commit
fc3ad49098
1 changed files with 2 additions and 1 deletions
|
@ -47,9 +47,10 @@
|
||||||
.ui.label {
|
.ui.label {
|
||||||
padding: 0.5em 0.5em;
|
padding: 0.5em 0.5em;
|
||||||
}
|
}
|
||||||
|
/* "edit" and "reopen" button font color */
|
||||||
.ui.basic.green.buttons .button,
|
.ui.basic.green.buttons .button,
|
||||||
.ui.basic.green.button {
|
.ui.basic.green.button {
|
||||||
color: #2da44e;
|
color: #24292f;
|
||||||
}
|
}
|
||||||
.feeds .list ul li.private {
|
.feeds .list ul li.private {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
Loading…
Reference in a new issue