Files
webapp-conversation/app/components/sidebar/card.module.css
2023-04-14 20:35:08 +08:00

3 lines
113 B
CSS

.card:hover {
background: linear-gradient(0deg, rgba(235, 245, 255, 0.4), rgba(235, 245, 255, 0.4)), #FFFFFF;
}