add scripting for filters

This commit is contained in:
Rhiannon Morris 2020-08-03 23:11:15 +02:00
parent ac73c80ea6
commit 45077d5eec
3 changed files with 90 additions and 0 deletions

View file

@ -98,6 +98,10 @@ body {
background: hsl(340, 45%, 65%);
}
.item.hidden {
display: none;
}
.item:focus-within {
box-shadow: var(--focus-box);
}