feat: add a semantic way for creating a breadcrumb

This commit is contained in:
JelmerVeen 2022-01-25 21:13:14 +01:00
parent a018211b14
commit 8049be9ffa
3 changed files with 50 additions and 11 deletions

View file

@ -68,7 +68,7 @@ ul {
// Links
// 1. Remove the gray background on active links in IE 10
a {
a:not(::after) {
--color: var(--primary);
--background-color: transparent;
outline: none;