mirror of
https://github.com/langgenius/dify.git
synced 2025-11-09 07:53:55 +00:00
3 lines
113 B
CSS
3 lines
113 B
CSS
|
|
.card:hover {
|
||
|
|
background: linear-gradient(0deg, rgba(235, 245, 255, 0.4), rgba(235, 245, 255, 0.4)), #FFFFFF;
|
||
|
|
}
|