We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e053d8 commit 4d1f518Copy full SHA for 4d1f518
pages/_document.tsx
@@ -43,16 +43,16 @@ class MyDocument extends Document {
43
}}
44
></script>
45
*/}
46
+ <style>{`
47
+ body {
48
+ margin: 0px;
49
+ font-family: sans-serif;
50
+ line-height: 1.7;
51
+ background-color: #fefefe;
52
+ }
53
+ `}</style>
54
</Head>
55
<body>
- <style jsx global>{`
- body {
- margin: 0px;
- font-family: sans-serif;
- line-height: 1.7;
- background-color: #fefefe;
- }
- `}</style>
56
<Main />
57
<NextScript />
58
</body>
0 commit comments