Skip to content

Commit

Permalink
Nicer emphasis style on new buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 1, 2019
1 parent 24aa91b commit 1dd0249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,11 @@ div {
}

.button .emphasis {
color: #000;
color: #befcff;
}

.button.enabled:hover .emphasis {
color: #fff;
color: #b24ab5;
}

.button .small {
Expand Down

0 comments on commit 1dd0249

Please sign in to comment.