From 1f44ee7eb172f7f17891325db24c685adcfa16a3 Mon Sep 17 00:00:00 2001 From: Tomas <27066503+creatort@users.noreply.github.com> Date: Thu, 18 May 2023 20:01:21 +0100 Subject: Add files via upload --- styles/globals.css | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) (limited to 'styles') 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 -- cgit v1.2.3