forked from mirror/codeberg-forgejo
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>codeberg-1.18
parent
77eed1f99d
commit
6caeabb2c4
web_src/less/themes
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue