@@ -175,15 +175,15 @@ function AnimeIntro(props) {
175175 return (
176176 React . createElement ( 'div' ,
177177 {
178- style : { height : '100%' , display : 'flex' , backgroundColor : 'var(--dark)' , cursor : 'default' }
178+ className : 'container-intro'
179179 } ,
180180 React . createElement ( 'div' ,
181181 {
182- style : { alignSelf : 'center' , width : '100%' , display : 'flex' , flexDirection : 'column' }
182+ className : 'logo-banner'
183183 } ,
184184 React . createElement ( 'div' ,
185185 {
186- style : { alignSelf : 'center' }
186+ className : 'logo-group'
187187 } ,
188188 React . createElement ( 'svg' ,
189189 {
@@ -200,7 +200,7 @@ function AnimeIntro(props) {
200200 {
201201 id : 'txt' ,
202202 style : { textAnchor : 'middle' , fontWeight : 'bold' , fontSize : '120px' , transform : 'translateX(0px)translateY(47px)' } ,
203- fill : 'var(--light )'
203+ fill : 'var(--default-front )'
204204 } ,
205205 'Era.js'
206206 ) ,
@@ -211,7 +211,7 @@ function AnimeIntro(props) {
211211 y : '-140' ,
212212 width : '320px' ,
213213 height : '280px' ,
214- fill : 'var(--dark )' ,
214+ fill : 'var(--default-back )' ,
215215 } ,
216216
217217 ) ,
@@ -243,7 +243,7 @@ function AnimeIntro(props) {
243243 id : 'tri1' ,
244244 style : { opacity : 0 } ,
245245 points : "-50,-50 50,-50 -50,50" ,
246- fill : 'var(--light )'
246+ fill : 'var(--default-front )'
247247 } ,
248248
249249 ) ,
@@ -252,7 +252,7 @@ function AnimeIntro(props) {
252252 id : 'tri2' ,
253253 style : { opacity : 0 } ,
254254 points : "50,50 50,-50 -50,50" ,
255- fill : 'var(--light )'
255+ fill : 'var(--default-front )'
256256 } ,
257257
258258 ) ,
@@ -261,7 +261,7 @@ function AnimeIntro(props) {
261261 id : 'rect' ,
262262 style : { transform : 'scale(0.0)' } ,
263263 points : "-50,-50 50,-50 50,50 -50,50" ,
264- fill : 'var(--light )'
264+ fill : 'var(--default-front )'
265265 } ,
266266
267267 )
@@ -271,14 +271,14 @@ function AnimeIntro(props) {
271271 React . createElement ( 'div' ,
272272 {
273273 id : 'inst' ,
274- style : { color : 'var(--light )' , opacity : 0.0 , textAlign : 'center' } ,
274+ style : { color : 'var(--default-front )' , opacity : 0.0 , textAlign : 'center' } ,
275275 } ,
276276
277277 'Waiting for Connection...' ,
278278 React . createElement ( 'div' ,
279279 {
280280 id : 'inst-more' ,
281- style : { color : 'var(--light )' , opacity : 0.0 , textAlign : 'center' , fontSize : '0.7rem' } ,
281+ style : { color : 'var(--default-front )' , opacity : 0.0 , textAlign : 'center' , fontSize : '0.7rem' } ,
282282 } ,
283283 React . createElement ( 'span' , null ,
284284 'If there is no connection for a long time,' ,
0 commit comments