Skip to content
Snippets Groups Projects
Commit dfdd2758 authored by pedro f's avatar pedro f
Browse files

update global style

parent 2cdd3b02
Branches
Tags
No related merge requests found
...@@ -3,21 +3,16 @@ ...@@ -3,21 +3,16 @@
@tailwind utilities; @tailwind utilities;
:root { :root {
--background: #ffffff; --background: #2d2926;
--foreground: #171717;
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed; --foreground: #ededed;
} }
}
body { body {
color: var(--foreground); color: var(--foreground);
background: var(--background); 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 { @layer utilities {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment