Skip to content

Commit

Permalink
fix: fix h2 anchor hover
Browse files Browse the repository at this point in the history
fix #174
  • Loading branch information
yyx990803 committed Dec 5, 2020
1 parent f32771f commit 9bd79e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ h2 {
padding-bottom: .3rem;
line-height: 1.25;
font-size: 1.65rem;
overflow-x: auto;
/* overflow-x: auto; */
}

h2 + h3 {
Expand Down

1 comment on commit 9bd79e8

@vercel
Copy link

@vercel vercel bot commented on 9bd79e8 Dec 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.