mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ hr:after {
|
|||
|
||||
/* Base */
|
||||
body {
|
||||
background-color: #fff;
|
||||
min-height: 100vh;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue