File tree 2 files changed +7
-9
lines changed 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -483,6 +483,10 @@ blockquote {
483
483
484
484
}
485
485
486
+ .meta ::selection {
487
+ color : var (--white-color );
488
+ }
489
+
486
490
.logo {
487
491
@include font-size (40 );
488
492
@include sans-serif ;
@@ -3518,13 +3522,12 @@ ul.corporate-members li {
3518
3522
gap : 6rem ;
3519
3523
flex-wrap : wrap ;
3520
3524
align-content : center ;
3521
- justify-content : center ;
3522
3525
}
3523
3526
3524
3527
.community-cta-a {
3525
3528
display : inline-block ;
3526
- width : 400 px ;
3527
- height : 400 px ;
3529
+ width : 300 px ;
3530
+ height : 300 px ;
3528
3531
}
3529
3532
3530
3533
.community-cta {
@@ -3538,11 +3541,6 @@ ul.corporate-members li {
3538
3541
align-items : center ;
3539
3542
background : var (--community-img-bg );
3540
3543
border-radius : 20px ;
3541
- transition : background-color 0.1s ease ;
3542
- }
3543
-
3544
- .community-cta :hover {
3545
- background-color : var (--secondary );
3546
3544
}
3547
3545
3548
3546
.community-cta svg , h3 {
Original file line number Diff line number Diff line change 123
123
{% endblock %}
124
124
125
125
<!-- SVGs -->
126
- < svg xmlns ="http://www.w3.org/2000/svg " style =" display: none " >
126
+ < svg xmlns ="http://www.w3.org/2000/svg ">
127
127
< symbol viewBox ="0 0 24 24 " id ="icon-auto "> < path d ="M0 0h24v24H0z " fill ="currentColor "/> < path d ="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2V4a8 8 0 1 0 0 16z "/> </ symbol >
128
128
< symbol viewBox ="0 0 24 24 " id ="icon-moon "> < path d ="M0 0h24v24H0z " fill ="currentColor "/> < path d ="M10 7a7 7 0 0 0 12 4.9v.1c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2h.1A6.979 6.979 0 0 0 10 7zm-6 5a8 8 0 0 0 15.062 3.762A9 9 0 0 1 8.238 4.938 7.999 7.999 0 0 0 4 12z "/> </ symbol >
129
129
< symbol viewBox ="0 0 24 24 " id ="icon-sun "> < path d ="M0 0h24v24H0z " fill ="currentColor "/> < path d ="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z "/> </ symbol >
You can’t perform that action at this time.
0 commit comments