mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix: make body background white (#1409)
* Adding background-color as white * Removed background-color from body of markswatch theme
This commit is contained in:
parent
5d6dc49bcd
commit
65bb8ef978
|
|
@ -365,6 +365,7 @@ hr:after {
|
|||
|
||||
/* Base */
|
||||
body {
|
||||
background-color: #fff;
|
||||
min-height: 100vh;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue