Skip to content

Commit 081431d

Browse files
committed
update content card style
1 parent c910d93 commit 081431d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

client/src/components/ContentCard/ContentCard.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
}
6161
6262
.content-card:hover {
63-
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.035),
64-
0 6px 20px 0 rgba(0, 0, 0, 0.035);
63+
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.05),
64+
0 6px 20px 0 rgba(0, 0, 0, 0.05);
6565
opacity: 1;
6666
}
6767
@@ -85,15 +85,15 @@
8585
margin-bottom: 10px;
8686
min-height: 60px;
8787
width: 100%;
88-
opacity: 0.6;
88+
opacity: 0.55;
8989
transition: all 0.15s;
9090
}
9191
9292
.content-card-info {
9393
margin-bottom: 5px;
9494
color: #6c717a;
9595
font-size: 0.9rem;
96-
opacity: 0.6;
96+
opacity: 0.55;
9797
transition: all 0.15s;
9898
}
9999

0 commit comments

Comments
 (0)