mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
19 lines
258 B
CSS
19 lines
258 B
CSS
@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%;
|
|
}
|