Skip to content

Commit 25d069f

Browse files
fix wrong color in primary navigation bar
1 parent 74ee439 commit 25d069f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
word-break: break-word;
4747
}
4848

49+
.md-nav--primary .md-nav__item--active>.md-nav__link {
50+
color: #ff1744;
51+
}
4952

5053
/* fixing colors because wkhtmltopdf does not understand colors such as "var(--md-typeset-a-color);" */
5154
@media print {

0 commit comments

Comments
 (0)