Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 10adbb4

Browse files
authored
Merge pull request #51 from PaulBGD/style-button-font
Style button font for browsers using OS dark theme
2 parents 86495b4 + 04b253a commit 10adbb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ input[type="range"] {
4848
}
4949

5050
button {
51+
color: #333;
5152
background-color: #f4f4f4;
5253
outline: none;
5354
}
@@ -58,4 +59,4 @@ button:active {
5859

5960
button:focus {
6061
border-color: #666;
61-
}
62+
}

0 commit comments

Comments
 (0)