Fix tertiary button (forgejo-dark) (#238)

- Makes the "Regenerate Secret" button on the OAuth2 application edit page more legible.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/238
Co-authored-by: crystal <crystal@noreply.codeberg.org>
Co-committed-by: crystal <crystal@noreply.codeberg.org>
This commit is contained in:
crystal 2023-01-13 11:21:01 +00:00 committed by Loïc Dachary
parent 77eed1f99d
commit 6caeabb2c4
No known key found for this signature in database
GPG Key ID: 992D23B392F9E4F2
1 changed files with 7 additions and 0 deletions

View File

@ -285,3 +285,10 @@ i.grey.icon.icon.icon.icon {
.ui.basic.yellow.label.pending-label {
background: var(--color-light) !important;
}
.ui.tertiary.button {
color: #fff9;
&:hover {
color: #ccc;
}
}