Skip to content

Commit

Permalink
enhancement: use hidden <a />
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualroot committed Aug 30, 2023
1 parent e9ef7cb commit 94265e0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@

@import "{{ site.theme }}";

h1:first-of-type {
.markdown-body h1:first-of-type {
background: url("/assets/images/brand-symbol-only-transparent-on-light.png") no-repeat;
border-bottom: 0px;
display:block;
border-bottom: none;
display: block;
height: 136px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
margin-bottom: 0;

a {
visibility: hidden;
}
}

0 comments on commit 94265e0

Please sign in to comment.