Skip to content

Commit

Permalink
Merge pull request #2877 from jimmylism/update_button_contrast
Browse files Browse the repository at this point in the history
Update dark mode button to have better contrast
  • Loading branch information
anoek authored Dec 2, 2024
2 parents 3314be8 + c329e98 commit c02e0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ogs.styl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ dark.toast-fg = dark.bg
dark.link-color = #539bff
dark.link-color-active = darken(dark.link-color, 20%)

dark.default-button = lighten(dark.bg, 10%)
dark.default-button = lighten(dark.bg, 20%)
dark.default-button-color = dark.fg
dark.primary = darken(light.primary, core-color-darken-amount)
dark.danger = darken(light.danger, core-color-darken-amount)
Expand Down

0 comments on commit c02e0f9

Please sign in to comment.