Skip to content

Commit

Permalink
link highlight style #52 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronggur committed May 20, 2020
1 parent f69c72c commit 19dee4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/theme-tinkerbell-docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions src/scss/theme-tinkerbell-docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,17 @@ a {
height: 55px;
width: auto;
}
}
#body {
a.highlight {
color:#0082a7;
&:after {
width: 100%;
}
&:hover {
&:after {
width: 0;
}
}
}
}

0 comments on commit 19dee4d

Please sign in to comment.