fix: inherit default color for href

fixes issues when using plain href, where ugly blue/violet and didnt
inherit the proper colors
This commit is contained in:
dni 2026-08-07 06:50:08 +02:00
parent e6c7ebdf42
commit cf464db2b4

View file

@ -4,6 +4,10 @@
@use 'cards';
@use 'home';
a {
color: unset;
}
[v-cloak] {
display: none;
}