textualize/frontend/styles/globals.css
Joshua Shoemaker 3fafbcc1d6 init commit
2022-12-06 22:13:02 -06:00

27 lines
329 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
padding: 0;
margin: 0;
background-color: rgba(0, 0, 0, 0);
}
a {
color: inherit;
text-decoration: none;
}
/* @media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
body {
color: white;
background: black;
}
} */