Skip to content

Commit 08600b4

Browse files
committed
fix: remove visited link decoration in LastUpdated
1 parent 8caacd2 commit 08600b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/overrides/LastUpdated.astro

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ const info = await getCommitInfo(filePath);
3030
}
3131

3232
<style>
33+
a, a:visited {
34+
color: var(--sl-color-accent-high);
35+
}
36+
3337
.nowrap {
3438
white-space: nowrap;
3539
}

0 commit comments

Comments
 (0)