blob: 396ba3468ea96b1dfa0796ee57420d87fd1cb58b [file] [log] [blame]
.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);
}