This commit is contained in:
NotSoToothless
2026-05-14 15:31:40 -07:00
committed by GitHub
parent 1bae4950f7
commit 48ccfc46b7
+4 -2
View File
@@ -60,11 +60,13 @@
transition: transform 320ms cubic-bezier(.2,.9,.25,1), box-shadow 320ms ease;
}
.switcher-card.card-tss .switcher-pfp {
border-radius: 14px 4px 4px 14px;
margin-right: -1px;
border-radius: 14px 0 0 14px;
box-shadow: 0 0 0 1px rgba(255,157,0,0.35), 0 0 18px -4px rgba(255,157,0,0.45);
}
.switcher-card.card-sre .switcher-pfp {
border-radius: 4px 14px 14px 4px;
margin-left: -1px;
border-radius: 0 14px 14px 0;
box-shadow: 0 0 0 1px rgba(144,238,144,0.35), 0 0 18px -4px rgba(144,238,144,0.45);
}
.switcher-card.card-tss:hover .switcher-pfp { transform: scale(1.05); }