mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
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:
@@ -244,6 +244,10 @@ pre > code {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
body.dark-mode .breadcrumbs a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.breadcrumb-separator {
|
||||
margin: 0 0.5rem;
|
||||
color: #999;
|
||||
|
||||
Reference in New Issue
Block a user