Skip to content

Commit

Permalink
Merge pull request sveltejs#51 from PaulBGD/style-button-font
Browse files Browse the repository at this point in the history
Style button font for browsers using OS dark theme
  • Loading branch information
Rich-Harris authored Jun 28, 2019
2 parents 86495b4 + 04b253a commit 10adbb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ input[type="range"] {
}

button {
color: #333;
background-color: #f4f4f4;
outline: none;
}
Expand All @@ -58,4 +59,4 @@ button:active {

button:focus {
border-color: #666;
}
}

0 comments on commit 10adbb4

Please sign in to comment.