Merge pull request #4026 from jrtc27/patch-1

nature: Fix macOS Safari scrollbar color
This commit is contained in:
Takeshi KOMIYA 2017-08-28 22:46:35 +09:00 committed by GitHub
commit fa5cb856a4

View File

@ -16,7 +16,7 @@
body {
font-family: Arial, sans-serif;
font-size: 100%;
background-color: #111;
background-color: #fff;
color: #555;
margin: 0;
padding: 0;