Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/theme/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,9 @@ body::before {
background: url(../img/grid.png) repeat-x;
will-change: transform;
z-index: -1;
}
}

a.md-nav__link.md-nav__link--active {
font-weight: 700;
color: var(--md-accent-fg-color);
Comment thread
browniebroke marked this conversation as resolved.
Outdated
}
Loading