You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
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:
+1
-1
@@ -124,7 +124,7 @@ header {
|
||||
}
|
||||
|
||||
header .home {
|
||||
color: black;
|
||||
color: var(--fg-color);
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user