| .githubStars, .signIn { | |
| display: flex; | |
| color: var(--ifm-navbar-link-active-color); | |
| } | |
| .githubStarsContainer { | |
| display: flex; | |
| align-items: center; | |
| gap: 0.5rem; | |
| } | |
| .githubStarsContainer { | |
| text-decoration-line: none; | |
| } | |
| .githubText { | |
| font-size: 14px; | |
| font-weight: 500; | |
| line-height: 1; | |
| } | |
| .githubStars:hover, .signIn:hover { | |
| text-decoration-line: none; | |
| color: var(--ifm-navbar-link-color); | |
| } |