Dark Mode Nav: transparenter Hintergrund, dunkelblauer Text

This commit is contained in:
David Kertzscher 2026-05-20 12:57:36 +00:00
parent cc73e5f47c
commit 21d6e4e451

View file

@ -143,23 +143,23 @@ body.dark header h2 {
}
/* Dark Mode - Navigation */
html.dark ,
html.dark nav,
body.dark nav {
background-color: rgba(15, 23, 42, 0.95);
border-color: #334155;
background-color: transparent;
border-color: transparent;
}
html.dark ,
html.dark nav a,
body.dark nav a {
color: #93c5fd;
color: #1e3a5f;
transition: color 0.2s ease;
}
html.dark ,
html.dark nav a:hover,
body.dark nav a:hover,
html.dark ,
html.dark nav a.active,
body.dark nav a.active {
color: #60a5fa;
color: #1e40af;
}
/* Dark Mode - Main Content */