@@ -248,7 +248,8 @@ button.gh-form-input {
248
248
color : rgb (0 0 0 / 0.3 );
249
249
}
250
250
251
- : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) .gh-form-input {
251
+ : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) .gh-form-input ,
252
+ body [class *= " gh-font-heading" ]: not (.gh-font-heading-fira-sans ): not (.gh-font-heading-inter ): not (.gh-font-heading-manrope ): not (.gh-font-heading-noto-sans ): not (.gh-font-heading-nunito ): not (.gh-font-heading-poppins ): not (.gh-font-heading-roboto ): not (.gh-font-heading-space-grotesk ) .gh-form-input {
252
253
padding-inline : 20px ;
253
254
}
254
255
@@ -284,7 +285,8 @@ button.gh-form-input {
284
285
cursor : pointer;
285
286
}
286
287
287
- : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) button .gh-form-input {
288
+ : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) button .gh-form-input ,
289
+ body [class *= " gh-font-heading" ]: not (.gh-font-heading-fira-sans ): not (.gh-font-heading-inter ): not (.gh-font-heading-manrope ): not (.gh-font-heading-noto-sans ): not (.gh-font-heading-nunito ): not (.gh-font-heading-poppins ): not (.gh-font-heading-roboto ): not (.gh-font-heading-space-grotesk ) button .gh-form-input {
288
290
padding-inline-start : 50px ;
289
291
}
290
292
@@ -2714,15 +2716,8 @@ figcaption a {
2714
2716
letter-spacing : 0 ;
2715
2717
}
2716
2718
2717
- .has-serif-title : not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) : is (.gh-button , .gh-form , .gh-form-input ) {
2718
- border-radius : 0 ;
2719
- }
2720
-
2721
- .has-mono-title : not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) : is (.gh-button ) {
2722
- border-radius : 0 ;
2723
- }
2724
-
2725
- .has-mono-title : not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) : is (.gh-form ) {
2719
+ : is (.has-serif-title , .has-mono-title ): not ([class *= " gh-font-heading" ]): not ([class ^= "gh-font-heading" ]) : is (.gh-button , .gh-form , .gh-form-input ),
2720
+ body [class *= " gh-font-heading" ]: not (.gh-font-heading-fira-sans ): not (.gh-font-heading-inter ): not (.gh-font-heading-manrope ): not (.gh-font-heading-noto-sans ): not (.gh-font-heading-nunito ): not (.gh-font-heading-poppins ): not (.gh-font-heading-roboto ): not (.gh-font-heading-space-grotesk ) : is (.gh-button , .gh-form , .gh-form-input ) {
2726
2721
border-radius : 0 ;
2727
2722
}
2728
2723
0 commit comments