MAESTRO: apply dark hacker palette

This commit is contained in:
Mariusz Banach
2026-02-18 00:48:07 +01:00
parent 37ac150a94
commit 8652f04acc
2 changed files with 5 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
--background: #1e1e2e;
--foreground: #f8f8f2;
}
@theme inline {
@@ -12,15 +12,8 @@
--font-mono: var(--font-geist-mono);
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
font-family: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;
}