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
2 changed files with 12 additions and 0 deletions

View File

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