Skip to content

Commit

Permalink
docs(app): set background to 950
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 7, 2024
1 parent 44a3dd0 commit 0f3473c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,11 @@ provide('navigation', navigation)
:root {
--ui-container-width: 90rem;
}
.dark {
--ui-bg: var(--ui-color-neutral-950);
--ui-bg-muted: var(--ui-color-neutral-900);
--ui-bg-elevated: var(--ui-color-neutral-900);
--ui-bg-accented: var(--ui-color-neutral-800);
}
</style>

0 comments on commit 0f3473c

Please sign in to comment.