build: add .gitignore, npm scripts, fix font-brand token, clear audit warnings

This commit is contained in:
Oliver
2026-03-27 16:30:07 -03:00
parent 4d2f57c20c
commit 3627c2c73d
5 changed files with 37 additions and 13 deletions
+4 -4
View File
@@ -3,15 +3,15 @@
@tailwind utilities;
body {
font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
@apply font-brand;
}
#lang-selector {
color: #ffffff;
color: #ffffff;
}
#lang-selector:focus,
#lang-selector:focus-visible {
color: #201824;
background-color: #ffffff;
color: #201824;
background-color: #ffffff;
}