FIX: nuxt icon

Nuxt icon implementation
This commit is contained in:
webfussel 2025-02-10 08:36:15 +01:00
parent d4b1a06bd0
commit 531e6d6e33
8 changed files with 175 additions and 59 deletions

View file

@ -57,6 +57,7 @@
font-size: 1.2rem;
display: flex;
justify-content: space-between;
align-items: center;
}
& > .wrapper {
@ -144,19 +145,9 @@
&:hover {
transform: scale(1.15);
color: var(--color-orange);
& .icon {
filter: invert(50%) sepia(84%) saturate(868%) hue-rotate(1deg) brightness(103%) contrast(100%);
}
}
}
}
nav .icon {
transition: 250ms;
filter: invert(1);
height: 30px;
}
}
@ -188,11 +179,6 @@
height: max-content;
gap: 3rem;
padding-bottom: 2rem;
& img {
height: 2rem;
width: 2rem;
}
}
& ul {