social button hover

This commit is contained in:
afnzmn
2022-07-18 20:55:12 -04:00
parent e47aba921e
commit 38947d376e
2 changed files with 4 additions and 1 deletions

View File

@@ -37,4 +37,8 @@
button:hover {
transform: translate(-5%, -5%);
}
button:hover img {
filter: brightness(1.2);
}
</style>