fix: make body background white (#1409)

* Adding background-color as white

* Removed background-color from body of markswatch theme
This commit is contained in:
Nisheal John 2019-04-29 09:02:16 +05:30 committed by Yangshun Tay
parent 5d6dc49bcd
commit 65bb8ef978

View file

@ -365,6 +365,7 @@ hr:after {
/* Base */
body {
background-color: #fff;
min-height: 100vh;
text-rendering: optimizeLegibility;
}