fix: 🐛 text-decoration on breadcrumb link

This commit is contained in:
Adrian Pilarczyk 2023-05-18 12:55:19 +02:00
parent 371cfb721b
commit 4e5f6c2d46

View file

@ -1,5 +1,6 @@
.link {
color: inherit;
text-decoration: none;
}
.link:hover {