feat: add hover effect to article list card, tag cloud and archive list

This commit is contained in:
Jimmy Cai
2020-09-07 17:28:22 +02:00
parent 0eb492edbd
commit 199517d988
2 changed files with 18 additions and 2 deletions
+6
View File
@@ -11,6 +11,12 @@
border-radius: var(--card-border-radius);
overflow: hidden;
transition: box-shadow .3s ease;
&:hover {
@include box_shadow(2);
}
&:not(:last-of-type) {
margin-bottom: var(--section-separation);
}