diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/globals.css | 29 |
1 files changed, 3 insertions, 26 deletions
diff --git a/styles/globals.css b/styles/globals.css index 4f184216..b5c61c95 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -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; |