Skip to content

Commit 53b62da

Browse files
crystalOtto
crystal
authored and
Otto
committed
CB/ui: fix tertiary button (codeberg-dark) (!54)
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 <[email protected]> Co-committed-by: crystal <[email protected]>
1 parent 8c7bc23 commit 53b62da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web_src/less/themes/codeberg/dark-variables.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@
125125
.ui.green.button:hover, .ui.green.buttons .button:hover {
126126
background-color: #16ab39
127127
}
128+
.ui.tertiary.button {
129+
color: #fff9;
130+
&:hover {
131+
color: #ccc;
132+
}
133+
}
128134

129135
/** TODO: ??? **/
130136
.tag-code, .tag-code td {

0 commit comments

Comments
 (0)