add scripting for filters
This commit is contained in:
parent
ac73c80ea6
commit
45077d5eec
3 changed files with 90 additions and 0 deletions
|
@ -98,6 +98,10 @@ body {
|
|||
background: hsl(340, 45%, 65%);
|
||||
}
|
||||
|
||||
.item.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.item:focus-within {
|
||||
box-shadow: var(--focus-box);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue