polishing

This commit is contained in:
planetabhi
2023-12-22 00:11:08 +05:30
parent 45325ea183
commit 2289a60f08

View File

@@ -14,6 +14,7 @@
0px 12px 12px -6px var(--shadow-color),
0px 24px 24px -12px var(--shadow-color);
transition:all .12s ease-out;
border: 1px solid transparent;
}
.link-card>a {
@@ -29,7 +30,7 @@ p {
.link-card:is(:hover, :focus-within) {
background-position: 0;
--shadow-color: rgb(0 0 0 / 0.06);
border: 1px solid var(--border);
}
p.distribution {