mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-24 00:54:31 +00:00
Tweak opacity
This commit is contained in:
parent
b310d37d17
commit
fbf92a5bd9
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
transform: rotateY(180deg);
|
||||
z-index: 0;
|
||||
user-select: none;
|
||||
opacity: 0.4;
|
||||
opacity: 0;
|
||||
transition-delay: 0s, 0s, 0.5s;
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
margin-left: -100%;
|
||||
z-index: 0;
|
||||
user-select: none;
|
||||
opacity: 0.4;
|
||||
opacity: 0;
|
||||
transition-delay: 0s, 0s, 0.5s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue