2
0

docs(lp): 💄 Small visual fixes

This commit is contained in:
Baptiste Arnaud
2022-03-17 14:37:00 +01:00
parent 8ba231f393
commit 52b773379e
12 changed files with 159 additions and 83 deletions

View File

@ -21,7 +21,7 @@ class MyDocument extends Document {
<link href="./styles/aos-noscript.css" rel="stylesheet" />
</noscript>
</Head>
<body>
<body style={{ backgroundColor: '#171923' }}>
<ColorModeScript initialColorMode={theme.config.initialColorMode} />
<Main />
<NextScript />