bugfix: NuxtLink should not impose text color

This commit is contained in:
Settel 2022-04-09 17:54:29 +02:00
parent 57d9a6cdcd
commit f6e2e8590f

View File

@ -11,4 +11,5 @@ body {
a {
text-decoration: none;
color: inherit;
}