4949
5050html {
5151 color : var (--color-text );
52+ background : url ("https://colorfulstage.com/img/bg_lottie_pc.jpg" ) center/cover fixed;
5253 font-family : var (--font-inter ), "Inter" , "Avenir Next" , "Segoe UI" , sans-serif;
5354 letter-spacing : 0 ;
5455}
@@ -58,35 +59,6 @@ body {
5859 margin : 0 ;
5960}
6061
61- body ::before {
62- content : "" ;
63- position : fixed;
64- top : -10vh ;
65- left : 0 ;
66- width : 100vw ;
67- height : 120vh ;
68- background : url ("https://colorfulstage.com/img/bg_lottie_pc.jpg" ) center/cover;
69- z-index : -2 ;
70- pointer-events : none;
71- will-change : transform;
72- }
73-
74- @supports (animation-timeline : scroll ()) {
75- @keyframes bg-parallax {
76- from {
77- transform : translateY (0 );
78- }
79- to {
80- transform : translateY (-8vh );
81- }
82- }
83-
84- body ::before {
85- animation : bg-parallax linear both;
86- animation-timeline : scroll ();
87- }
88- }
89-
9062a {
9163 color : inherit;
9264 text-decoration : none;
@@ -2739,7 +2711,7 @@ html.dark .judge-field span {
27392711 inset : 0 ;
27402712 overflow : hidden;
27412713 pointer-events : none;
2742- z-index : -1 ;
2714+ z-index : 0 ;
27432715}
27442716
27452717.confetti-triangles span {
@@ -4825,8 +4797,8 @@ html.dark .theme-choice-button.active {
48254797 border : none;
48264798 cursor : pointer;
48274799 overflow : hidden;
4828- transition : all 0.2s ease ;
4829- border : 1 px solid rgba (0 , 255 , 255 , 0.5 );
4800+ transition : all 0.2s ;
4801+ border : 2 px solid rgba (0 , 255 , 255 , 0.5 );
48304802 background : rgba (0 , 255 , 255 , 0.1 );
48314803 box-shadow : 0 0 15px rgba (0 , 255 , 255 , 0.3 );
48324804 backdrop-filter : blur (5px );
@@ -4835,6 +4807,7 @@ html.dark .theme-choice-button.active {
48354807
48364808.hologram-btn : hover {
48374809 transform : translateY (-2px );
4810+ border-color : var (--color-pink , # ff66aa );
48384811}
48394812
48404813.hologram-btn span {
0 commit comments