From dfdd27589c43cdfa342a8826ed8ffd3bf465e1bb Mon Sep 17 00:00:00 2001 From: phfr24 <phfr24@inf.ufpr.br> Date: Tue, 8 Oct 2024 12:04:37 -0300 Subject: [PATCH] update global style --- src/styles/globals.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index c07fa89..83b76cb 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -3,21 +3,16 @@ @tailwind utilities; :root { - --background: #ffffff; - --foreground: #171717; -} - -@media (prefers-color-scheme: dark) { - :root { - --background: #0a0a0a; - --foreground: #ededed; - } + --background: #2d2926; + --foreground: #ededed; } body { color: var(--foreground); background: var(--background); - font-family: Lato, Tahoma, sans-serif; + font-family: Bitstream Vera Sans, Tahoma, sans-serif; + font-size: 0.9em; + padding: 1em; } @layer utilities { -- GitLab