Skip to content

Commit 8dc3d93

Browse files
authored
Use a variable for the color of editthispage (#412)
1 parent 286c927 commit 8dc3d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ nav.bd-links {
492492
padding-top: 2rem;
493493

494494
a {
495-
color: #130754;
495+
color: var(--pst-color-sidebar-link-active);
496496
}
497497
}
498498

@@ -584,4 +584,4 @@ div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
584584
-webkit-user-select: none !important; /* Chrome/Safari */
585585
-moz-user-select: none !important; /* Firefox */
586586
-ms-user-select: none !important; /* IE10+ */
587-
}
587+
}

0 commit comments

Comments
 (0)