1
1
@charset "UTF-8" ;
2
2
3
3
: root {
4
- --font-family : system-ui , -apple-system , "Segoe UI" , " Roboto", "Ubuntu" , "Cantarell" , "Noto Sans" , sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" ;
4
+ --font-family : " Roboto", sans-serif;
5
5
--line-height : 1.5 ;
6
6
--font-weight : 400 ;
7
7
--font-weight-bold : 700 ;
@@ -358,8 +358,8 @@ kbd {
358
358
width : 100% ;
359
359
margin-right : auto;
360
360
margin-left : auto;
361
- padding-right : var ( --spacing ) ;
362
- padding-left : var ( --spacing )
361
+ padding-left : 1 rem ;
362
+ padding-right : 1 rem ;
363
363
}
364
364
365
365
@media (min-width : 576px ) {
@@ -1475,19 +1475,13 @@ nav li {
1475
1475
nav a {
1476
1476
font-weight : 400 ;
1477
1477
text-decoration : none;
1478
+ font-size : 16px ;
1478
1479
}
1479
1480
1480
1481
nav li > * {
1481
1482
--spacing : 0
1482
1483
}
1483
1484
1484
- nav : where (a , [role = link ]) {
1485
- display : inline-block;
1486
- margin : calc (var (--nav-link-spacing-vertical ) * -1 ) calc (var (--nav-link-spacing-horizontal ) * -1 );
1487
- padding : var (--nav-link-spacing-vertical ) var (--nav-link-spacing-horizontal );
1488
- border-radius : var (--border-radius );
1489
- text-decoration : none
1490
- }
1491
1485
1492
1486
nav : where (a , [role = link ]): is ([aria-current ], : hover , : active , : focus ) {
1493
1487
text-decoration : none
@@ -2748,6 +2742,7 @@ html {
2748
2742
align-items : center;
2749
2743
gap : 0.25rem ;
2750
2744
text-decoration : none;
2745
+ padding-left : 18px ;
2751
2746
}
2752
2747
2753
2748
.nav .logo-link : hover {
@@ -2762,6 +2757,7 @@ html {
2762
2757
}
2763
2758
2764
2759
.nav .logo-text , .navbar-brand .navbar-item : first-child .logo-text {
2760
+ font-size : 18px ;
2765
2761
font-weight : 700 ;
2766
2762
color : # fff ;
2767
2763
white-space : nowrap;
@@ -2778,7 +2774,6 @@ html {
2778
2774
}
2779
2775
2780
2776
nav {
2781
- background-color : rgba (0 , 0 , 0 , 0.2 );
2782
2777
backdrop-filter : blur (10px );
2783
2778
}
2784
2779
@@ -2860,11 +2855,10 @@ ol a:focus {
2860
2855
2861
2856
.nav {
2862
2857
background-color : rgba (0 , 0 , 0 , 0.2 );
2863
- padding : 0.25rem 1rem ;
2864
- font-size : calc (16 / var (--rem-base ) * 1rem );
2858
+ font-size : 16px ;
2865
2859
font-weight : bold;
2866
- font-size : 1rem ;
2867
2860
height : 3.5rem ;
2861
+ max-height : 63px ;
2868
2862
display : flex;
2869
2863
align-items : center;
2870
2864
justify-content : space-between;
@@ -2902,7 +2896,7 @@ ol a:focus {
2902
2896
}
2903
2897
2904
2898
.nav-section : last-child {
2905
-
2899
+ padding-right : 18 px ;
2906
2900
color : # ffffff99 ;
2907
2901
}
2908
2902
@@ -2921,7 +2915,7 @@ ol a:focus {
2921
2915
2922
2916
2923
2917
.nav .nav-section : last-child a [role = "menuitem" ] {
2924
- font-size : 1rem ;
2918
+ /* font-size: 1rem; */
2925
2919
}
2926
2920
2927
2921
/* ===========================
0 commit comments