Fix footer colors in dark mode and use absolute anchor links

Pin the footer to fixed dark colors instead of the theme-reactive
.bg-dark/.text-light utilities, which flipped to a light background in
dark mode while child text stayed white. Also make product anchor links
absolute so they resolve from any page.
This commit is contained in:
nemunaire 2026-06-12 12:29:35 +09:00
commit ccfb30dbc2
2 changed files with 8 additions and 4 deletions

View file

@ -256,6 +256,10 @@ img {
footer {
border-top: 3px solid var(--hd-plum-400);
/* Footer is always a dark band (all child text is hardcoded white),
so pin its colors instead of using the theme-reactive .bg-dark/.text-light. */
background-color: #212529;
color: #f8f9fa;
}
.footer-tagline {