File size: 147 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 |
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
:root {
height: 100%;
background-color: black;
color-scheme: dark;
}
|
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 |
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
:root {
height: 100%;
background-color: black;
color-scheme: dark;
}
|