- 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
5 lines
159 B
CSS
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;
|
|
}
|