freddyaboulton HF staff commited on
Commit
6079687
1 Parent(s): 4625bc6

Hover brightness

Browse files
Files changed (1) hide show
  1. index.html +3 -0
index.html CHANGED
@@ -52,6 +52,9 @@
52
  overflow-y: hidden;
53
  border-radius: 10px;
54
  }
 
 
 
55
 
56
  .grid-item a {
57
  position: absolute;
 
52
  overflow-y: hidden;
53
  border-radius: 10px;
54
  }
55
+ .grid-item:hover {
56
+ filter: brightness(75%);
57
+ }
58
 
59
  .grid-item a {
60
  position: absolute;