mirror of
https://github.com/Dokploy/website.git
synced 2026-07-24 07:15:25 +02:00
feat: migration to fumadocs 14
This commit is contained in:
18
apps/docs-v2/app/global.css
Normal file
18
apps/docs-v2/app/global.css
Normal file
@@ -0,0 +1,18 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
|
||||
|
||||
:root {
|
||||
--fd-background: 0 0% 0%;
|
||||
--background: 0 0% 100%;
|
||||
--card: 0 0% 97.6%;
|
||||
}
|
||||
|
||||
.dark{
|
||||
--fd-background: 0 0% 100%;
|
||||
--background: 0 0% 0%;
|
||||
--card: 0 0% 6.0%;
|
||||
}
|
||||
Reference in New Issue
Block a user