#apptoday-feed-68e749ff25675 .app-row { transition: background-color 0.3s ease; }#apptoday-feed-68e749ff25675[data-hover=”true”] .app-row:hover { background-color: #fffbcc !important; }
.apptoday-squircle {
border-radius: 20%;
clip-path: url(#squircle);
}
@supports (clip-path: path(“”)) {
.apptoday-squircle {
clip-path: path(“M100,200c43.8,0,68.2,0,84.1-15.9C200,168.2,200,143.8,200,100s0-68.2-15.9-84.1C168.2,0,143.8,0,100,0S31.8,0,15.9,15.9C0,31.8,0,56.2,0,100s0,68.2,15.9,84.1C31.8,200,56.2,200,100,200z”);
}
}