Merge pull request #51 from PaulBGD/style-button-font
Style button font for browsers using OS dark theme
This commit is contained in:
commit
10adbb48bf
1 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@ input[type="range"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
color: #333;
|
||||||
background-color: #f4f4f4;
|
background-color: #f4f4f4;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue