Skip to content

Commit

Permalink
Optimize dark mode button color
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Mar 31, 2020
1 parent 17b34e7 commit d259c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/css/_variables/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ $btn-default-bg-dark = $black-deep;
$btn-default-color = white;
$btn-default-color-dark = $text-color-dark;
$btn-default-border-color = $black-deep;
$btn-default-border-color-dark = $black-dim;
$btn-default-border-color-dark = $black-light;
$btn-default-hover-bg = white;
$btn-default-hover-bg-dark = $black-light;
$btn-default-hover-bg-dark = $grey-dim;
$btn-default-hover-color = $black-deep;
$btn-default-hover-color-dark = $text-color-dark;
$btn-default-hover-border-color = $black-deep;
$btn-default-hover-border-color-dark = $black-light;
$btn-default-hover-border-color-dark = $grey-dim;


// Pagination
Expand Down

1 comment on commit d259c38

@stevenjoezhang
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.