We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b659214 + 17a274d commit 4715f5aCopy full SHA for 4715f5a
1 file changed
main.css
@@ -294,6 +294,21 @@ main {
294
.grid-item:hover img {
295
transform: scale(1.05);
296
}
297
+.grid-item:hover{
298
+ .arrow-icon{
299
+ color:white;
300
+ }
301
+ .feature-badge{
302
+ background: white;
303
+ color: #4caf50;
304
305
+ h3{
306
307
308
+ p{
309
+ color:ivory;
310
311
+}
312
313
.grid-item h3 {
314
color: #1b5e20;
0 commit comments