mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
Hide theme switcher on landing page (#5882)
This commit is contained in:
parent
9c31fa76c5
commit
13d688236b
1 changed files with 3 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue