k9-mail/docs/assets/theme/navigation.css

14 lines
336 B
CSS
Raw Normal View History

2025-11-22 13:56:56 +01:00
.sidebar-scrollbox .section a[href*="adr"]:not([href*="index.html"]) strong {
display: none;
}
.sidebar-scrollbox .section a[href*="adr"]:not([href*="index.html"]) .number {
font-weight: 550;
}
.chapter li .chapter-item div {
display: block;
padding: 0;
text-decoration: none;
color: var(--sidebar-fg);
}