Skip to content

Commit b64c88b

Browse files
committed
style: lighten breadcrumb colors
1 parent 3c178d7 commit b64c88b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_sass/minimal-mistakes/_navigation.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
animation: $intro-transition;
1818
-webkit-animation-delay: 0.3s;
1919
animation-delay: 0.3s;
20+
color: $muted-text-color;
21+
22+
a {
23+
color: inherit;
24+
text-decoration: none;
25+
26+
&:hover {
27+
color: $text-color;
28+
}
29+
}
2030

2131
@include breakpoint($x-large) {
2232
max-width: $x-large;
@@ -43,6 +53,7 @@
4353

4454
.current {
4555
font-weight: bold;
56+
color: $text-color;
4657
}
4758
}
4859

0 commit comments

Comments
 (0)