Skip to content

Commit df8764a

Browse files
committed
add some CSS
1 parent 80f5804 commit df8764a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

assets/css/style.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,16 @@ h3 {
3535
ul, ol, dl {
3636
margin-bottom: 0;
3737
}
38+
39+
.anchorjs-link {
40+
transition: all .25s linear;
41+
text-decoration: none;
42+
color: #000;
43+
}
44+
*:hover > .anchorjs-link {
45+
margin-left: -1.125em !important;
46+
text-decoration: none;
47+
}
48+
.anchorjs-link:hover {
49+
color: #ff5231;
50+
}

0 commit comments

Comments
 (0)