Skip to content

Commit c7df07d

Browse files
author
Yeliazar
committed
updated Timeline Links
1 parent 75faa9b commit c7df07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Extra/Timeline/Timeline.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767

6868
+ li {
6969
&::before {
70-
color: #999;
70+
color: $link-color;
7171
content: '\25cf';
7272
padding: 0 8px;
7373
}
7474
}
7575

7676
> a {
7777
text-decoration: none;
78-
color: $text-muted;
78+
color: $link-color;
7979

8080
:hover {
8181
color: $text-muted;

0 commit comments

Comments
 (0)