garbage collection

This commit is contained in:
2022-03-18 13:35:57 +01:00
parent 217e34823a
commit 10177b1598
347 changed files with 3734 additions and 8999 deletions

View File

@ -0,0 +1,26 @@
.filter-controls{
li{
cursor: pointer;
transition: .1s ease;
&.active{
font-weight: 600;
color: $primary-color;
}
&:hover{
color: $primary-color;
}
}
}
.tag-list{
a{
display: block;
padding: 5px 10px;
background: $light;
color: $text-color;
&:hover{
background-color: $primary-color;
color: $white;
}
}
}