Replace css for tailwind

This commit is contained in:
Hydroxycarbamide 2022-11-21 10:52:38 +01:00
parent 4fa8df20ac
commit b982db361a
2 changed files with 3 additions and 155 deletions

View file

@ -1,26 +1,3 @@
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
body {
color: white;
background: black;
}
}
@tailwind base;
@tailwind components;
@tailwind utilities;