Skip to content

Commit 4715f5a

Browse files
authored
Merge pull request #1 from UdayaNarne/farmer_card_feature
Enhanced card selection visibility in farmer dashboard
2 parents b659214 + 17a274d commit 4715f5a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

main.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,21 @@ main {
294294
.grid-item:hover img {
295295
transform: scale(1.05);
296296
}
297+
.grid-item:hover{
298+
.arrow-icon{
299+
color:white;
300+
}
301+
.feature-badge{
302+
background: white;
303+
color: #4caf50;
304+
}
305+
h3{
306+
color:white;
307+
}
308+
p{
309+
color:ivory;
310+
}
311+
}
297312

298313
.grid-item h3 {
299314
color: #1b5e20;

0 commit comments

Comments
 (0)