fix(feedback): removed importants

This commit is contained in:
jelmerveen 2022-06-12 12:31:35 +02:00
parent d7bfb3609a
commit 8416db171f

View file

@ -63,13 +63,13 @@ nav {
a::after {
padding-left: 0.5rem;
content: "/";
color: var(--muted-color) !important;
color: var(--muted-color);
}
}
}
& a[aria-current="page"] {
color: inherit !important;
color: inherit;
}
}
}