Skip to content

tweak header link #759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions themes/vue/source/css/page.styl
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,17 @@
border-bottom: 1px solid $border
h3
margin: $h3-margin-top 0 1.2em
line-height: 1.2
position: relative
&:after
> a:before
content: "#"
color: $green
position: absolute
left: -0.7em
bottom: -2px
margin-top: -0.05em
padding-right: 0.5em
font-size: 1.2em
line-height: 1
font-weight: bold
figure
margin: 1.2em 0
Expand Down