File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -34,34 +34,32 @@ body {
34
34
35
35
.plus-one {
36
36
position : absolute;
37
+ z-index : 2147483648 ;
37
38
bottom : 100% ;
38
39
animation : plus-one 1s forwards;
39
40
font-weight : bold;
40
- font-size : 12px ;
41
- color : rgba (10 , 60 , 90 , 0.9 );
42
- background-color : rgba (255 , 255 , 255 , 0.2 );
41
+ font-size : 15px ;
42
+ color : # 276ef1da ;
43
43
border-radius : 4px ;
44
44
}
45
45
46
46
[data-theme = "dark" ] .plus-one {
47
- color : rgba (117 , 194 , 242 , 0.9 );
48
- background-color : rgba (0 , 0 , 0 , 0.2 );
47
+ color : # 72a4ffda ;
49
48
}
50
49
51
50
@keyframes plus-one {
52
51
0% {
53
52
opacity : 0 ;
54
- transform : translateY (100% ) scale (0.5 );
53
+ transform : translateY (100% ) scale (0.2 );
55
54
}
56
55
25% {
57
- opacity : 1 ;
58
56
transform : translateY (-50% ) scale (1 );
59
57
}
60
58
50% {
61
59
opacity : 1 ;
62
60
}
63
61
100% {
64
62
opacity : 0 ;
65
- transform : translateY (0 );
63
+ transform : translateY (0% ) scale ( 1 );
66
64
}
67
65
}
You can’t perform that action at this time.
0 commit comments