mirror of
https://github.com/YGGverse/YGGwave.git
synced 2026-03-31 17:55:37 +00:00
reverse hover effect
This commit is contained in:
parent
d342fd4778
commit
33029f8894
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue