Skip to content

Commit

Permalink
Merge pull request #77 from zrsaber/main
Browse files Browse the repository at this point in the history
fix no stars
  • Loading branch information
urfreespace authored May 17, 2022
2 parents 3c9f7c2 + cc23dd5 commit b49e805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site2/website-next/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ html[data-theme="dark"] .navbar-sidebar {
.dropdown__link--active {
background-color: transparent;
}
.github-nav.navbar__link{ color: transparent; font-size: 0px; top: 0; position: absolute;}
.github-nav::before {content: url('@site/static/img/github-bg.svg');}
.github-nav.navbar__link:hover::before {content: url('@site/static/img/github-bg-hovered.svg');}
.github-nav.navbar__link{ color: transparent; font-size: 0px; top: 10px; position: absolute;right: 125px;}
.github-nav::before {content: url('https://img.shields.io/github/stars/apache/pulsar?label=%20&style=social');}
.github-nav.navbar__link:hover::before {content: url('https://img.shields.io/github/stars/apache/pulsar?label=%20&style=social');}
.navbar div[class^="toggle_node_"], .colorModeToggle_vKtC {top: 9px; position: absolute; transform: translateX(-70px);}
.community-dropdown ~ .dropdown__menu .dropdown__link--active, .dropdown__link.navbar__link--active{color: #1c1e21;}
.navbar__link svg {
Expand Down

0 comments on commit b49e805

Please sign in to comment.