This commit is contained in:
NotSoToothless
2026-05-14 16:36:56 -07:00
committed by GitHub
parent 39c42ab635
commit 615e275402
+2 -2
View File
@@ -62,12 +62,12 @@
.switcher-card.card-tss .switcher-pfp {
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);
box-shadow: -1px 0 0 0 rgba(255,157,0,0.35), 0 -1px 0 0 rgba(255,157,0,0.35), 0 1px 0 0 rgba(255,157,0,0.35), 0 0 18px -4px rgba(255,157,0,0.45);
}
.switcher-card.card-sre .switcher-pfp {
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);
box-shadow: 1px 0 0 0 rgba(144,238,144,0.35), 0 -1px 0 0 rgba(144,238,144,0.35), 0 1px 0 0 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); }
.switcher-card.card-sre:hover .switcher-pfp { transform: scale(1.05); }