File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1720,8 +1720,20 @@ body.browser-vivaldi .penguin-glasses {
17201720 background : # f2f8ff ;
17211721 box-shadow : 0 0 0 1px rgba (8 , 15 , 30 , 0.4 ) inset;
17221722 z-index : 4 ;
1723- transform-origin : center 60% ;
1724- animation : penguin-blink 6.2s ease-in-out infinite;
1723+ overflow : hidden;
1724+ }
1725+
1726+ .penguin-eye ::before {
1727+ content : "" ;
1728+ position : absolute;
1729+ left : -1px ;
1730+ top : -6px ;
1731+ width : calc (100% + 2px );
1732+ height : 6px ;
1733+ border-radius : 50% ;
1734+ background : linear-gradient (170deg , # 1f3352 0% , # 0d1b32 70% , # 060c16 100% );
1735+ animation : penguin-eye-blink 8.1s ease-in-out infinite;
1736+ z-index : 2 ;
17251737}
17261738
17271739.penguin-eye ::after {
@@ -1751,8 +1763,6 @@ body.browser-vivaldi .penguin-glasses {
17511763 border-radius : 50% ;
17521764 background : # 05070b ;
17531765 z-index : 5 ;
1754- transform-origin : center 60% ;
1755- animation : penguin-blink 6.2s ease-in-out infinite;
17561766}
17571767
17581768.penguin-pupil .left {
@@ -1879,17 +1889,17 @@ body.browser-vivaldi .penguin-glasses {
18791889 }
18801890}
18811891
1882- @keyframes penguin-blink {
1892+ @keyframes penguin-eye- blink {
18831893 0% ,
1884- 45 % ,
1894+ 43 % ,
18851895 47% ,
1886- 49 % ,
1896+ 51 % ,
18871897 100% {
1888- transform : scaleY ( 1 );
1898+ transform : translateY ( 0 );
18891899 }
1890- 46 % ,
1891- 48 % {
1892- transform : scaleY ( 0.08 );
1900+ 44 % ,
1901+ 50 % {
1902+ transform : translateY ( 6 px );
18931903 }
18941904}
18951905
You can’t perform that action at this time.
0 commit comments