Skip to content

Commit 7ca4e14

Browse files
committed
Update extra.css
Set active link color to purple for better aesthetics.
1 parent cbe1e3d commit 7ca4e14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_site_essentials/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ div.main p {
135135
box-shadow: none;
136136
}
137137

138+
.md-nav__item .md-nav__link--active,
139+
.md-nav__item .md-nav__link--active code {
140+
color:var(--purple) !important;
141+
}
138142
.md-sidebar__scrollwrap, .md-sidebar__inner, .md-nav--secondary, .md-nav__title {
139143
box-shadow: none !important;
140144
background-color: var(--smoke-white) !important;

0 commit comments

Comments
 (0)