9 lines
166 B
CSS
9 lines
166 B
CSS
|
|
@tailwind base;
|
||
|
|
@tailwind components;
|
||
|
|
@tailwind utilities;
|
||
|
|
|
||
|
|
body {
|
||
|
|
@apply bg-gray-950 text-gray-100;
|
||
|
|
font-family: ui-monospace, 'SF Mono', Consolas, monospace;
|
||
|
|
}
|