mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02: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%;
|
|
}
|