Skip to content

Commit de66644

Browse files
authored
exclude nav items from the visited link styles for better UX
1 parent 8621bee commit de66644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/css/custom.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ a.contents__link > code {
144144
color: var(--ifm-color-primary-lightest);
145145
}
146146

147-
a:visited:not(.menu__link, .table-of-contents__link) {
147+
a:visited:not(.menu__link, .table-of-contents__link, .navbar__link:not([target="_blank"])) {
148148
color: var(--ifm-color-primary);
149149
}
150150
.navbar .navbar__inner {

0 commit comments

Comments
 (0)