diff options
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/globals.css | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/styles/globals.css b/styles/globals.css index 4f18421..6444bb0 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,26 +1,8 @@ -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; -} +@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800"); +@tailwind base; +@tailwind components; +@tailwind utilities; -a { - color: inherit; - text-decoration: none; -} - -* { - box-sizing: border-box; -} - -@media (prefers-color-scheme: dark) { - html { - color-scheme: dark; - } - body { - color: white; - background: black; - } -} +html.dark { + background: bg-slate-900; +}
\ No newline at end of file |
