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 6e2ed6393e
commit b646a9183c

View file

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