refactor: stuff yop

This commit is contained in:
afn
2023-01-10 03:37:20 -05:00
parent f21e7954d1
commit 00817068f8
3 changed files with 45 additions and 51 deletions

View File

@@ -17,7 +17,6 @@
selected = selected;
}
console.log(selected);
localStorage.setItem('selected', JSON.stringify(selected));
};
</script>
@@ -68,7 +67,7 @@
}
.clicked {
background-color: var(--grey-three);
background-color: var(--accent-low-opacity);
}
.clicked h2,