mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
light: fix font color of repo archival dialog buttons
This commit is contained in:
parent
41746283cb
commit
1c8d2c1b70
2 changed files with 12 additions and 0 deletions
|
@ -372,6 +372,12 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue