122
122
color : var (--body-fg );
123
123
}
124
124
125
- main & {
125
+ [ role = " main" ] & {
126
126
@include font-size (32 );
127
127
margin : 40px 0px 30px ;
128
128
color : var (--body-fg );
159
159
}
160
160
}
161
161
162
- main & {
162
+ [ role = " main" ] & {
163
163
margin-top : 40px ;
164
164
margin-bottom : 15px ;
165
165
}
@@ -174,24 +174,20 @@ h3 {
174
174
175
175
[role = " complementary" ] & ,
176
176
.layout-secondary & {
177
- @include font-size (20 );
178
- border-bottom : 1px solid var (--hairline-color );
177
+ @include font-size (18 );
179
178
font-weight : 400 ;
180
179
padding-bottom : 15px ;
181
- margin-top : 30px ;
182
-
183
- & :first-of-type {
184
- margin-top : inherit ;
185
- }
186
180
187
181
& :first-child {
188
182
@include respond-min (768px ) {
189
- margin-top : 20 px ;
183
+ margin-top : 12 px ;
190
184
}
191
185
}
192
- .full-width & {
193
- @include font-size (24 );
194
- }
186
+ }
187
+
188
+ [role = " complementary" ] & {
189
+ @include font-size (18 );
190
+ border-bottom : 1px solid var (--hairline-color );
195
191
}
196
192
}
197
193
@@ -240,7 +236,7 @@ a:focus {
240
236
p {
241
237
242
238
// increase top margin if first item in container
243
- main >& :first-child {
239
+ [ role = " main" ] >& :first-child {
244
240
margin-top : 30px ;
245
241
}
246
242
}
@@ -278,7 +274,7 @@ blockquote {
278
274
// ------------------- Layout
279
275
280
276
281
- main {
277
+ [ role = " main" ] {
282
278
// Main column. Left aligned by default. See /styleguide for explanation.
283
279
background : var (--white-color );
284
280
padding : 1px 10px 40px ;
@@ -451,7 +447,7 @@ main {
451
447
452
448
// ------------------- Site Chrome (Header/Footer)
453
449
454
- header {
450
+ [ role = " banner " ] {
455
451
// Includes global navigation, logo, and tagline at top of document
456
452
@include clearfix ;
457
453
background : $green-dark ;
@@ -533,7 +529,7 @@ header {
533
529
}
534
530
}
535
531
536
- nav {
532
+ [ role = " navigation " ] {
537
533
width : 100% ;
538
534
background : $green-dark ;
539
535
transition : max-height 0.3s ease-out ;
@@ -588,10 +584,6 @@ header {
588
584
display : block ;
589
585
text-decoration : none ;
590
586
591
- & :visited {
592
- color : var (--menu );
593
- }
594
-
595
587
& :active ,
596
588
& :hover {
597
589
color : var (--secondary-accent );
@@ -705,7 +697,6 @@ header {
705
697
line-height : 1.3 ;
706
698
padding : 1px 0 6px ;
707
699
margin : .45em 0 .35em ;
708
- letter-spacing : -1px ;
709
700
710
701
em {
711
702
font-style : normal ;
@@ -724,7 +715,6 @@ header {
724
715
a {
725
716
font-weight : 300 ;
726
717
color : var (--secondary-accent );
727
- text-decoration : none ;
728
718
}
729
719
730
720
a .cta ,
@@ -874,7 +864,7 @@ header {
874
864
875
865
}
876
866
877
- footer {
867
+ [ role = " contentinfo " ] {
878
868
// Global Footer at bottom of page
879
869
@include clearfix ;
880
870
@include sans-serif ;
@@ -922,7 +912,7 @@ footer {
922
912
923
913
}
924
914
925
- h3 {
915
+ h2 {
926
916
@include font-size (16 );
927
917
border-top : 1px solid var (--hairline-color );
928
918
color : var (--menu );
@@ -952,15 +942,10 @@ footer {
952
942
color : var (--menu );
953
943
text-decoration : none ;
954
944
955
- & :visited {
956
- color : var (--menu );
957
- }
958
-
959
945
& :hover ,
960
946
& :active ,
961
947
& :focus {
962
948
text-decoration : underline ;
963
- color : var (--menu );
964
949
}
965
950
}
966
951
}
@@ -2573,7 +2558,7 @@ table.docutils th {
2573
2558
}
2574
2559
}
2575
2560
2576
- +h3 {
2561
+ +h2 {
2577
2562
margin-top : 34px ;
2578
2563
}
2579
2564
}
@@ -3597,9 +3582,7 @@ ul.corporate-members li {
3597
3582
border-radius : 20px ;
3598
3583
}
3599
3584
3600
- .community-cta {
3601
- svg , h3 {
3602
- color : var (--community-img-fg );
3603
- }
3585
+ .community-cta svg , h3 {
3586
+ color : var (--community-img-fg );
3604
3587
}
3605
3588
}
0 commit comments