8 lines
91 B
CSS
8 lines
91 B
CSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
body {
|
||
|
background: #eef0f3;
|
||
|
}
|