We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f9e26 commit 294554dCopy full SHA for 294554d
src/layouts/Layout.astro
@@ -31,4 +31,7 @@ const { title } = Astro.props;
31
.inset-shadow {
32
box-shadow: 0px 0px 81px 0px rgba(255, 255, 255, 0.15) inset;
33
}
34
+ a:hover{
35
+ color: white;
36
+ }
37
</style>
0 commit comments