Fix header logo color in dark mode

Use CSS variable instead of hard-coded black so the logo text
is visible on dark backgrounds.
This commit is contained in:
Sylvestre Ledru
2026-04-01 08:45:25 +02:00
parent a54c76062f
commit ae5f7c7118
+1 -1
View File
@@ -124,7 +124,7 @@ header {
}
header .home {
color: black;
color: var(--fg-color);
font-size: 2rem;
font-weight: bold;
}