mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +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 */
|
/* Base */
|
||||||
body {
|
body {
|
||||||
|
background-color: #fff;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue