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.
950
1 parent 44a3dd0 commit 0f3473cCopy full SHA for 0f3473c
docs/app/app.vue
@@ -101,4 +101,11 @@ provide('navigation', navigation)
101
:root {
102
--ui-container-width: 90rem;
103
}
104
+
105
+.dark {
106
+ --ui-bg: var(--ui-color-neutral-950);
107
+ --ui-bg-muted: var(--ui-color-neutral-900);
108
+ --ui-bg-elevated: var(--ui-color-neutral-900);
109
+ --ui-bg-accented: var(--ui-color-neutral-800);
110
+}
111
</style>
0 commit comments