mirror of
https://github.com/YGGverse/YGGwave.git
synced 2025-01-31 08:54:20 +00:00
reverse hover effect
This commit is contained in:
parent
d342fd4778
commit
33029f8894
@ -204,11 +204,11 @@
|
|||||||
|
|
||||||
main > div {
|
main > div {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0.8;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
main > div:hover {
|
main > div:hover {
|
||||||
opacity: 1;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user