kamilcraft.com/css/index.css

9 lines
138 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--color-kamilcraft-green: 162 207 0;
}
}