Browse Source

reverse hover effect

pull/2/head
ghost 7 months ago
parent
commit
33029f8894
  1. 4
      src/public/index.php

4
src/public/index.php

@ -204,11 +204,11 @@ @@ -204,11 +204,11 @@
main > div {
position: absolute;
opacity: 0.8;
opacity: 1;
}
main > div:hover {
opacity: 1;
opacity: 0.8;
}
</style>

Loading…
Cancel
Save