Add click animation to .pop

This commit is contained in:
Denevola 2022-09-24 03:01:54 +09:00
parent b9d84f2534
commit 437e3ebd2f
3 changed files with 15 additions and 15 deletions

View file

@ -38,9 +38,6 @@ defineEmits(['open-album']);
padding: 1rem;
margin: auto;
}
.card:hover {
background-color: var(--color-background);
}
.card-bg {
--grad: v-bind('grad || rand');
height: 13rem;

View file

@ -341,16 +341,13 @@ h2 {
padding-bottom: 5rem;
}
.npl-box {
--background: var(--color-background-mute);
margin: 0 auto 2rem auto;
border-radius: 0.5rem;
background-color: var(--color-background-mute);
padding: 2rem 3rem;
font-size: 4rem;
width: 10rem;
}
.npl-box:hover {
background-color: var(--color-background-soft);
}
.npl-round {
float: left;
display: inline-block;