8 lines
98 B
CSS
8 lines
98 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
body {
|
|
background-color: #303134;
|
|
} |