10 lines
135 B
CSS
Vendored
10 lines
135 B
CSS
Vendored
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
:root {
|
|
--color-logo-green: 162, 207, 0;
|
|
}
|
|
}
|