Fix dark mode readability, add new protocols to landing page

- Add explicit white backgrounds to body, features, and requirements
  sections so text stays readable in dark mode
- Add color-scheme: light to prevent browser dark mode overrides
- Add Fiat V1, Mazda V0, Mitsubishi V0, Porsche Touareg to protocol
  list and doc links on landing page
- Update protocol count to 18
This commit is contained in:
KaraZajac
2026-03-22 12:11:33 -04:00
parent cea473b654
commit 3c336e0a57
2 changed files with 13 additions and 2 deletions
+4
View File
@@ -20,7 +20,9 @@ html {
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
color: var(--text-color);
background-color: white;
line-height: 1.6;
color-scheme: light;
}
.container {
@@ -135,6 +137,7 @@ header .tagline {
/* Features Section */
.features {
padding: 60px 0;
background: white;
}
.features h2 {
@@ -213,6 +216,7 @@ header .tagline {
/* Requirements Section */
.requirements {
padding: 60px 0;
background: white;
}
.requirements h2 {