Background for menu icons as well

This commit is contained in:
Kalle
2022-07-02 11:13:41 +03:00
parent 73cdfb7314
commit 539f72a48f

View File

@@ -115,6 +115,9 @@
.layout__menu__link__icon {
width: 2rem;
height: 2rem;
background-color: var(--bg-lighter);
background-image: url("/svg/background-pattern.svg");
border-radius: var(--rounded);
}
.layout__menu__links {