Skip to content

Commit

Permalink
feat: hide external icon in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent c0d1587 commit d21d3f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@

.header-github-link:hover::before {
background-color: var(--ifm-navbar-link-hover-color);
}

.navbar__items [class^='iconExternalLink'] {
display: none;
}

0 comments on commit d21d3f9

Please sign in to comment.