Add files via upload

This commit is contained in:
m0onmo0n 2025-08-17 01:06:20 +02:00 committed by GitHub
parent a7d4fa16fa
commit 045700ef33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 12 deletions

View file

@ -188,7 +188,7 @@ body {
right: 1rem;
top: 2rem;
background: transparent;
background-image: url(icon-hamburger.svg);
background-image: url('Assets/icon-hamburger.svg');
background-repeat: no-repeat;
background-position: center;
width: 1.5rem;
@ -197,7 +197,7 @@ body {
}
.mobile-nav-toggle[aria-expanded="true"] {
background-image: url(icon-close.svg);
background-image: url('Assets/icon-close.svg');
}
.mobile-nav-toggle:focus-visible {