diff --git a/src/scss/index.scss b/src/scss/index.scss index de9213785..4191fc71d 100644 --- a/src/scss/index.scss +++ b/src/scss/index.scss @@ -492,7 +492,7 @@ nav.bd-links { padding-top: 2rem; a { - color: #130754; + color: var(--pst-color-sidebar-link-active); } } @@ -584,4 +584,4 @@ div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */ -webkit-user-select: none !important; /* Chrome/Safari */ -moz-user-select: none !important; /* Firefox */ -ms-user-select: none !important; /* IE10+ */ -} \ No newline at end of file +}