clean project-slideshow script

This commit is contained in:
isUnknown 2026-05-14 19:17:21 +02:00
parent 1b108ac44f
commit 4dd4834aeb
3 changed files with 3 additions and 28 deletions

View file

@ -105,7 +105,7 @@ ul {
}
nav {
.filter-menu {
&.filter-menu {
display: flex;
opacity: 1;
position: relative;

View file

@ -100,7 +100,7 @@ ul {
cursor: pointer;
}
nav .filter-menu {
nav.filter-menu {
display: flex;
opacity: 1;
position: relative;
@ -109,7 +109,7 @@ nav .filter-menu {
gap: calc(2 * var(--body-margin));
margin: calc(4 * var(--line-height-S)) 0 var(--line-height-S) 0;
}
nav .filter-menu a {
nav.filter-menu a {
text-decoration: none;
}