Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/starlight/components/Select.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ interface Props {
display: flex;
align-items: center;
gap: 0.25rem;
color: var(--sl-color-gray-1);
color: var(--sl-color-gray-2);
}

label:hover {
color: var(--sl-color-gray-2);
color: var(--sl-color-white);
}

.icon {
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight/components/SocialIcons.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const links = config.social || [];
margin: -0.5em;
}
a:hover {
opacity: 0.66;
color: var(--sl-color-white);
}
}
</style>