1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-24 00:54:31 +00:00

Tweak opacity

This commit is contained in:
Steffo 2023-05-29 01:20:04 +02:00
parent b310d37d17
commit fbf92a5bd9
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -23,7 +23,7 @@
transform: rotateY(180deg); transform: rotateY(180deg);
z-index: 0; z-index: 0;
user-select: none; user-select: none;
opacity: 0.4; opacity: 0;
transition-delay: 0s, 0s, 0.5s; transition-delay: 0s, 0s, 0.5s;
} }
@ -40,7 +40,7 @@
margin-left: -100%; margin-left: -100%;
z-index: 0; z-index: 0;
user-select: none; user-select: none;
opacity: 0.4; opacity: 0;
transition-delay: 0s, 0s, 0.5s; transition-delay: 0s, 0s, 0.5s;
} }