add dropdown style

This commit is contained in:
b1ek 2024-01-08 18:00:16 +10:00
parent 10b282f8c5
commit e50ca79cf5
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 6 additions and 0 deletions

6
sass/dropdown.scss Normal file
View File

@ -0,0 +1,6 @@
.dropdown {
display: none;
&:target {
display: block;
}
}