Skip to content

Commit c0f488a

Browse files
committed
refactor: update global styles
1 parent d12f8fe commit c0f488a

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

src/app/global.css

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
@import "tailwindcss";
2-
@import "fumadocs-ui/css/neutral.css";
2+
@import "fumadocs-ui/css/dusk.css";
33
@import "fumadocs-ui/css/preset.css";
44

5-
:root {
6-
--color-fd-primary: oklch(0.63 0.17 149);
7-
--tweaks-color: oklch(0.63 0.17 149);
8-
--worlds-color: oklch(0.6 0.18 240);
9-
}
10-
11-
.dark {
12-
--color-fd-primary: oklch(0.63 0.17 149);
13-
--tweaks-color: oklch(0.63 0.17 149);
14-
--worlds-color: oklch(0.6 0.18 240);
15-
}
5+
* {
6+
border-radius: 0 !important;
7+
}

0 commit comments

Comments
 (0)