Set default background to fix dark linux themes. Fixes #677

This commit is contained in:
Jonathan Kingston 2017-07-17 12:50:43 +01:00
parent 9cb8ef2216
commit 954111d23d

View file

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