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 e9d64f2 commit 38376a7Copy full SHA for 38376a7
packages/web/docs/src/app/global.css
@@ -0,0 +1,16 @@
1
+.nextra-sidebar.nextra-sidebar {
2
+ width: 300px;
3
+
4
+ & ul {
5
+ padding-left: 4px;
6
+ margin-left: 9px;
7
8
+ & .x\:text-gray-500 {
9
+ @apply text-gray-700 dark:text-neutral-300;
10
+ }
11
12
+}
13
14
+article.x\:min-h-\[calc\(100vh-var\(--nextra-navbar-height\)\)\] {
15
+ @apply md:pl-6 md:pr-8;
16
packages/web/docs/src/app/layout.tsx
@@ -20,6 +20,7 @@ import '../selection-styles.css';
20
import '../easing-functions.css';
21
import '../mermaid.css';
22
import { NarrowPages } from './narrow-pages';
23
+import './global.css';
24
25
export const metadata = getDefaultMetadata({
26
productName: PRODUCTS.HIVE.name,
0 commit comments