feat: refresh blog content and localize tailwind css

This commit is contained in:
NGOs WebDev
2026-03-22 20:30:38 -03:00
parent 4dc30023ff
commit 95a36df58b
7 changed files with 1141 additions and 84 deletions
+17
View File
@@ -0,0 +1,17 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}
#lang-selector {
color: #ffffff;
}
#lang-selector:focus,
#lang-selector:focus-visible {
color: #201824;
background-color: #ffffff;
}