fix: Glowing links inherit colour

This commit is contained in:
Leni Aniva 2024-10-11 11:50:31 -07:00
parent 20f663e654
commit e8ef1d6a0e
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
}
@media (prefers-color-scheme: dark) {
:global(a), :global(button) {
text-shadow: 0 0 5px theme('colors.eucalyptus.400');
text-shadow: 0 0 5px;
}
}
main {