server-verwaltung/app/static/style.css
nocci c6a2ed928b 💄 style(css): remove light mode overrides
- delete CSS rules for light mode to maintain a single dark mode theme

♻️ refactor(html): enforce dark mode and remove theme toggle

- simplify theme management by permanently enabling dark mode
- remove theme toggle button and related JavaScript logic
2025-12-06 14:28:18 +00:00

5 lines
159 B
CSS

/* Simple extra styles on top of Tailwind. */
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
"Segoe UI", sans-serif;
}