1
- * {
2
- font-family : system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI' , Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans' , 'Helvetica Neue' , sans-serif;
1
+ progressBar * {
2
+ font-family : system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto,
3
+ Oxygen, Ubuntu, Cantarell, "Open Sans" , "Helvetica Neue" , sans-serif;
3
4
}
4
5
body {
5
6
background-color : # f0f0f0 ;
11
12
12
13
.container {
13
14
max-width : 1200px ;
14
- margin : 100px ;
15
+ margin : 100px ;
15
16
padding : 200px ;
16
17
text-align : center;
17
18
margin-top : 20% ;
@@ -502,7 +503,6 @@ body.dark-mode .profile p {
502
503
/* Show moon icon when checked */
503
504
}
504
505
505
-
506
506
# theme-toggle : checked + label .switch-button {
507
507
transform : translateX (34px );
508
508
/* Adjust to fit switch width */
@@ -516,23 +516,22 @@ body.dark-mode .profile p {
516
516
height : 0 ;
517
517
}
518
518
519
-
520
519
/* Checkbox Checked State */
521
- # theme-toggle-mobile : checked + label {
520
+ # theme-toggle-mobile : checked + label {
522
521
background-color : # 555 ;
523
522
}
524
523
525
- # theme-toggle-mobile : checked + label .sun-icon {
524
+ # theme-toggle-mobile : checked + label .sun-icon {
526
525
opacity : 0 ;
527
526
/* Hide sun icon when checked */
528
527
}
529
528
530
- # theme-toggle-mobile : checked + label .moon-icon {
529
+ # theme-toggle-mobile : checked + label .moon-icon {
531
530
opacity : 1 ;
532
531
/* Show moon icon when checked */
533
532
}
534
533
535
- # theme-toggle-mobile : checked + label .switch-button {
534
+ # theme-toggle-mobile : checked + label .switch-button {
536
535
transform : translateX (30px );
537
536
/* Adjust to fit switch width */
538
537
background-color : black;
@@ -1356,19 +1355,18 @@ a {
1356
1355
}
1357
1356
}
1358
1357
1359
- @media (max-width : 530px ){
1360
- .search-input {
1358
+ @media (max-width : 530px ) {
1359
+ .search-input {
1361
1360
font-size : 12px ;
1362
1361
width : 55% ;
1363
1362
}
1364
- .fa-search {
1363
+ .fa-search {
1365
1364
margin-left : 0.3rem ;
1366
1365
font-size : 0.9rem ;
1367
1366
}
1368
1367
}
1369
1368
1370
-
1371
- .line .show {
1369
+ .line .show {
1372
1370
position : relative;
1373
1371
/* bottom: -20px; */
1374
1372
top : 95px ;
@@ -1453,7 +1451,6 @@ a {
1453
1451
}
1454
1452
1455
1453
# progressBarContainer {
1456
-
1457
1454
position : fixed;
1458
1455
top : 0 ;
1459
1456
left : 0 ;
@@ -1465,7 +1462,17 @@ a {
1465
1462
# progressBar {
1466
1463
height : 100% ;
1467
1464
width : 0% ;
1468
- background : white;
1465
+ .navbar {
1466
+ background : linear-gradient (
1467
+ 135deg ,
1468
+ # 2b0751,
1469
+ # 52057b,
1470
+ # 832ab9,
1471
+ # ff2a6d,
1472
+ # ff5e7a,
1473
+ # ff9e99
1474
+ );
1475
+ }
1476
+
1469
1477
transition : width 0.2s ease;
1470
1478
}
1471
-
0 commit comments