Skip to content

Commit

Permalink
CB/ui: fix tertiary button (codeberg-dark) (!54)
Browse files Browse the repository at this point in the history
makes the "Regenerate Secret" button on the OAuth2 application edit page more legible

Reviewed-on: https://codeberg.org/Codeberg/forgejo/pulls/54
Co-authored-by: crystal <crystal@noreply.codeberg.org>
Co-committed-by: crystal <crystal@noreply.codeberg.org>
  • Loading branch information
crystal authored and Otto committed Jan 13, 2023
1 parent 8c7bc23 commit 53b62da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web_src/less/themes/codeberg/dark-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
.ui.green.button:hover, .ui.green.buttons .button:hover {
background-color: #16ab39
}
.ui.tertiary.button {
color: #fff9;
&:hover {
color: #ccc;
}
}

/** TODO: ??? **/
.tag-code, .tag-code td {
Expand Down

0 comments on commit 53b62da

Please sign in to comment.