9
9
font-family : "Poppins" ;
10
10
}
11
11
body {
12
- background-color : # 000 !important ;
12
+ background-color : rgb ( 51 , 51 , 51 ) !important ;
13
13
color : rgb (209 , 209 , 209 )!important ;
14
14
min-height : 100vh ;
15
- background : url ('../res/kieran-wood-UOk1ghQ7juY-unsplash.jpg' ) center center/cover no-repeat;
15
+ background : url ('../res/harpal-singh-eY9nCR7G0xw-unsplash.jpg' ) center center/cover no-repeat;
16
+ background-attachment : fixed;
16
17
}
17
18
.containerForOverlay {
18
19
position : absolute;
19
20
min-height : 100vh ;
20
21
min-width : 100vw ;
21
- background : rgba (0 , 0 , 0 , 0.767 );
22
+ background : rgba (0 , 0 , 0 , 0.486 );
22
23
}
23
24
.sudoku-board {
24
25
min-height : 22.75rem ;
@@ -186,7 +187,7 @@ footer p {
186
187
transition : 0.5s ;
187
188
}
188
189
.wrap {
189
- padding : 1rem ;
190
+ /* padding: 1rem; */
190
191
display : flex;
191
192
flex-direction : column;
192
193
justify-content : center;
@@ -197,7 +198,8 @@ footer p {
197
198
margin : 2rem ;
198
199
}
199
200
.side_hoja {
200
- transform : translateX (0% ) translateY (40% );
201
+ /* transform: translateX(-50%); */
202
+ margin-top : 0 ;
201
203
left : 0 ;
202
204
/* transform:translateY(0) ; */
203
205
}
@@ -367,8 +369,8 @@ button {
367
369
--webkit-box-reflect : below;
368
370
}
369
371
.practiceMode {
370
- color : # 2a8f3b ;
371
- border : 1px solid # 2a8f3b ;
372
+ color : # 22cf3f ;
373
+ border : 1px solid # 22cf3f ;
372
374
}
373
375
.practiceMode : hover {
374
376
background : # 2a8f3b ;
@@ -377,8 +379,8 @@ button {
377
379
0 0 200px # 2a8f3b !important ;
378
380
}
379
381
.competitiveMode {
380
- border : 1px solid rgb (151 , 10 , 10 );
381
- color : rgb (151 , 10 , 10 );
382
+ border : 1px solid rgb (214 , 30 , 30 );
383
+ color : rgb (214 , 30 , 30 );
382
384
}
383
385
.competitiveMode : hover {
384
386
background : rgb (151 , 10 , 10 );
@@ -423,7 +425,7 @@ button {
423
425
0 0 200px # 1dffe1 !important ;
424
426
}
425
427
.intermediate {
426
- color : # ff1dd9 ;
428
+ color : # ac1dff ;
427
429
border : 1px solid # ff1dd9 ;
428
430
429
431
}
@@ -433,3 +435,51 @@ button {
433
435
box-shadow : 0 0 5px # ff1dd9, 0 0 25px # ff1dd9, 0 0 50px # ff1dd9,
434
436
0 0 200px # ff1dd9 !important ;
435
437
}
438
+
439
+ .join_room {
440
+ color : # 30ff1d ;
441
+ border : 1px solid # 2a8f3b ;
442
+
443
+ }
444
+ .join_room : hover {
445
+ background : # 2a8f3b ;
446
+ color : # fff ;
447
+ box-shadow : 0 0 5px # 2a8f3b, 0 0 25px # 2a8f3b, 0 0 50px # 2a8f3b,
448
+ 0 0 200px # 2a8f3b !important ;
449
+ }
450
+
451
+ .create_one {
452
+ color : # 181aaf ;
453
+ border : 1px solid # 181aaf ;
454
+
455
+ }
456
+ .create_one : hover {
457
+ background : # 181aaf ;
458
+ color : # fff ;
459
+ box-shadow : 0 0 5px # 181aaf, 0 0 25px # 181aaf, 0 0 50px # 181aaf,
460
+ 0 0 200px # 181aaf !important ;
461
+ }
462
+ .js-solve-step-btn {
463
+ padding : 0.3rem ;
464
+ color : # d8d8d8 ;
465
+ border : 1px solid # d8d8d8 ;
466
+ }
467
+
468
+ .js-solve-step-btn : hover {
469
+ background : # d8d8d8 ;
470
+ color : # 000 ;
471
+ box-shadow : 0 0 5px # d8d8d8, 0 0 5px # d8d8d8, 0 0 25px # d8d8d8,
472
+ 0 0 200px # d8d8d8 !important ;
473
+ }
474
+ .js-clear-board-btn {
475
+ padding : 0.3rem ;
476
+ color : # d8d8d8 ;
477
+ border : 1px solid # d8d8d8 ;
478
+ }
479
+
480
+ .js-clear-board-btn : hover {
481
+ background : # d8d8d8 ;
482
+ color : # 000 ;
483
+ box-shadow : 0 0 5px # d8d8d8, 0 0 5px # d8d8d8, 0 0 25px # d8d8d8,
484
+ 0 0 200px # d8d8d8 !important ;
485
+ }
0 commit comments