Fix breadcrumb hover color in dark mode

Was hardcoded #111 (invisible on dark backgrounds), now #fff in dark mode.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 21:22:53 -04:00
parent ab2bc917d4
commit 89294491b8
+4
View File
@@ -244,6 +244,10 @@ pre > code {
color: #111;
}
body.dark-mode .breadcrumbs a:hover {
color: #fff;
}
.breadcrumb-separator {
margin: 0 0.5rem;
color: #999;