We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fd5ee commit 5ef5ce8Copy full SHA for 5ef5ce8
1 file changed
website/app/global.css
@@ -5,9 +5,9 @@
5
@source '../node_modules/fumadocs-ui/dist/**/*.js';
6
7
:root {
8
- --color-fd-background: 0 0% 100%;
+ --color-fd-background: hsl(0 0% 100%);
9
}
10
11
.dark {
12
- --color-fd-background: 240 5% 6%;
+ --color-fd-background: hsl(240 5% 6%);
13
0 commit comments