light: fix font color of repo archival dialog buttons

This commit is contained in:
pat-s 2022-09-16 15:33:31 +02:00
parent 41746283cb
commit 1c8d2c1b70
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
2 changed files with 12 additions and 0 deletions

View file

@ -372,6 +372,12 @@
.ui.ui.ui.grey.label { .ui.ui.ui.grey.label {
line-height: 10px; line-height: 10px;
} }
/* yes/no dialog buttons for repo archival */
.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
color: #f9fafb !important;
}
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
:root { :root {

View file

@ -366,3 +366,9 @@ a.muted {
.ui.ui.ui.grey.label { .ui.ui.ui.grey.label {
line-height: 10px; line-height: 10px;
} }
/* yes/no dialog buttons for repo archival */
.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
color: #f9fafb !important;
}