Skip to content

Commit 5ef5ce8

Browse files
committed
fix: docs css
1 parent 97fd5ee commit 5ef5ce8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/app/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
@source '../node_modules/fumadocs-ui/dist/**/*.js';
66

77
:root {
8-
--color-fd-background: 0 0% 100%;
8+
--color-fd-background: hsl(0 0% 100%);
99
}
1010

1111
.dark {
12-
--color-fd-background: 240 5% 6%;
12+
--color-fd-background: hsl(240 5% 6%);
1313
}

0 commit comments

Comments
 (0)