Library dir: lib/AutoWire/ -> lib/KLine/ Site title, docs, CLAUDE.md, platformio.ini all updated. All 4 firmware environments build clean.
31 lines
670 B
CSS
31 lines
670 B
CSS
/* K-Line docs — clean automotive theme */
|
|
|
|
:root {
|
|
--sl-color-accent-low: #1a2332;
|
|
--sl-color-accent: #3b82f6;
|
|
--sl-color-accent-high: #93c5fd;
|
|
--sl-font-system: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
|
|
--sl-font-system-mono: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', ui-monospace, monospace;
|
|
}
|
|
|
|
:root[data-theme='light'] {
|
|
--sl-color-accent-low: #dbeafe;
|
|
--sl-color-accent: #2563eb;
|
|
--sl-color-accent-high: #1e3a5f;
|
|
}
|
|
|
|
/* Tighter code blocks */
|
|
pre {
|
|
font-size: 0.85em;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
/* Tables — slightly more breathing room */
|
|
table {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
th {
|
|
white-space: nowrap;
|
|
}
|