light: use black font color for "basic green button"

This commit is contained in:
pat-s 2021-12-01 16:29:28 +01:00
parent de6bc969f6
commit fc3ad49098
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -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;