Merge pull request #681 from jonathanKingston/set-default-background

Set default background to fix dark linux themes. Fixes #677
This commit is contained in:
luke crouch 2017-07-18 18:53:01 +00:00 committed by GitHub
commit 641c95e64e

View file

@ -12,6 +12,7 @@
}
html {
background-color: #fefefe;
box-sizing: border-box;
font-size: 12px;
}