fix: Glowing links inherit colour
This commit is contained in:
parent
20f663e654
commit
e8ef1d6a0e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue