File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -708,7 +708,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
708
708
letter-spacing : 0.05em ;
709
709
}
710
710
711
- .wrap-header .h3wrap > .wrap-body p ,
711
+ .wrap-header .h3wrap > .wrap-body > p ,
712
712
.h3wrap-body p {
713
713
margin : 0px ;
714
714
width : 100% ;
@@ -720,7 +720,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
720
720
background-color : var (--color-bg-subtle );
721
721
}
722
722
723
- .wrap-header .h3wrap > .wrap-body p : first-child : before {
723
+ .wrap-header .h3wrap > .wrap-body > p : first-child : before {
724
724
background-color : var (--color-bg-subtle );
725
725
color : rgb (30 41 59 / 0 );
726
726
content : '-' ;
@@ -732,13 +732,13 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
732
732
border-radius : 0.5rem 0.5rem 0 0 ;
733
733
}
734
734
735
- .wrap-header .h3wrap > .wrap-body p : not (: first-child ): last-child ,
735
+ .wrap-header .h3wrap > .wrap-body > p : not (: first-child ): last-child ,
736
736
.h3wrap-body p : not (: first-child ): last-child {
737
737
margin-top : auto;
738
738
border-radius : 0 0 0.5rem 0.5rem ;
739
739
}
740
740
741
- .wrap-header .h3wrap > .wrap-body : not (: first-child ): last-child {
741
+ .wrap-header .h3wrap > .wrap-body > : not (: first-child ): last-child {
742
742
border-radius : 0 0 0.5rem 0.5rem ;
743
743
}
744
744
You can’t perform that action at this time.
0 commit comments