Skip to content

Commit

Permalink
add some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Nov 17, 2020
1 parent 80f5804 commit df8764a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,16 @@ h3 {
ul, ol, dl {
margin-bottom: 0;
}

.anchorjs-link {
transition: all .25s linear;
text-decoration: none;
color: #000;
}
*:hover > .anchorjs-link {
margin-left: -1.125em !important;
text-decoration: none;
}
.anchorjs-link:hover {
color: #ff5231;
}

0 comments on commit df8764a

Please sign in to comment.