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 50a7c23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ 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;
color: #ff5231;
}

0 comments on commit 50a7c23

Please sign in to comment.