Skip to content

Commit

Permalink
Improve default rendering of header icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jul 21, 2021
1 parent 491c6ee commit 9db26e2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,13 @@ pre, code {

code {
font-size: 0.80em;
}
}

h1 > img {
border: unset;
box-shadow: unset;
vertical-align: middle;
-moz-box-shadow: unset;
-o-box-shadow: unset;
-ms-box-shadow: unset;
}

0 comments on commit 9db26e2

Please sign in to comment.