Skip to content

Commit 0f3473c

Browse files
committed
docs(app): set background to 950
1 parent 44a3dd0 commit 0f3473c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/app/app.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,11 @@ provide('navigation', navigation)
101101
:root {
102102
--ui-container-width: 90rem;
103103
}
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+
}
104111
</style>

0 commit comments

Comments
 (0)