Skip to content

Commit 930c791

Browse files
committed
chore: apply Starlight changes to our overrides
1 parent 576a67a commit 930c791

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/overrides/SiteTitle.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const { siteTitle, siteTitleHref } = Astro.locals.starlightRoute;
3131
color: var(--sl-color-text-accent);
3232
text-decoration: none;
3333
white-space: nowrap;
34+
min-width: 0;
35+
}
36+
span {
37+
overflow: hidden;
3438
}
3539
img {
3640
height: calc(var(--sl-nav-height) - 2 * var(--sl-nav-pad-y));

src/components/overrides/SocialIcons.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ const links = (config.social || [])
3838
margin: -0.5em;
3939
}
4040
a:hover {
41-
opacity: 0.66;
41+
color: var(--sl-color-white);
4242
}
4343
</style>

0 commit comments

Comments
 (0)