Skip to content

Commit 294554d

Browse files
committed
feat: add global style for links
1 parent 29f9e26 commit 294554d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/layouts/Layout.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ const { title } = Astro.props;
3131
.inset-shadow {
3232
box-shadow: 0px 0px 81px 0px rgba(255, 255, 255, 0.15) inset;
3333
}
34+
a:hover{
35+
color: white;
36+
}
3437
</style>

0 commit comments

Comments
 (0)