mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
Made opacity of .feature-image
smoothly transition (#37)
This commit is contained in:
parent
c569bb8f8a
commit
c623e63ef3
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
transition: opacity 180ms ease-in-out;
|
||||||
|
|
||||||
._wrapper:hover & {
|
._wrapper:hover & {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in a new issue