minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-01-31 02:16:56 +03:00
parent 85a382dfaf
commit 2fdd3ef57a

View File

@ -340,6 +340,9 @@ button:hover {
transition : all 0.1s ease; transition : all 0.1s ease;
} }
.buttons:hover .button { .buttons:hover .button {
opacity: 0.7;
}
.buttons .button:hover {
opacity: 1; opacity: 1;
} }
.buttons .button.visible { .buttons .button.visible {