12 lines
144 B
CSS
12 lines
144 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
background-color: #2B1B47;
|
|
color: #D4C5F9;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|