web: Change Ruffle logo hover animation

This commit is contained in:
Wumbo 2023-03-22 20:22:24 -04:00 committed by relrelb
parent 07a09d3204
commit 8d56c8b7ad
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ body {
.logo {
width: 100%;
transition: opacity 0.5s;
transition: transform 0.2s;
}
.logo:hover {
opacity: 0.5;
transform: scale(104%);
}
/* Based on "Pure CSS Slider Checkboxes": https://codepen.io/Qvcool/pen/bdzVYW */