Merge pull request #681 from jonathanKingston/set-default-background
Set default background to fix dark linux themes. Fixes #677
This commit is contained in:
commit
641c95e64e
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
}
|
||||
|
||||
html {
|
||||
background-color: #fefefe;
|
||||
box-sizing: border-box;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue