Hide theme switcher on landing page (#5882)

This commit is contained in:
Piotr Monwid-Olechnowicz 2024-11-09 00:33:33 +01:00 committed by GitHub
parent 9c31fa76c5
commit 13d688236b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,9 @@ export function IndexPage(): ReactElement {
--nextra-primary-saturation: 40%;
--nextra-bg: 255, 255, 255;
}
.nextra-sidebar-footer {
display: none;
}
`}
</style>
<Page className="text-green-1000 light mx-auto max-w-[90rem] overflow-hidden">