Skip to content

Commit 7c2338e

Browse files
committed
website: update style.
1 parent 90c9fef commit 7c2338e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/style/style.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
708708
letter-spacing: 0.05em;
709709
}
710710

711-
.wrap-header.h3wrap > .wrap-body p,
711+
.wrap-header.h3wrap > .wrap-body > p,
712712
.h3wrap-body p {
713713
margin: 0px;
714714
width: 100%;
@@ -720,7 +720,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
720720
background-color: var(--color-bg-subtle);
721721
}
722722

723-
.wrap-header.h3wrap > .wrap-body p:first-child:before {
723+
.wrap-header.h3wrap > .wrap-body > p:first-child:before {
724724
background-color: var(--color-bg-subtle);
725725
color: rgb(30 41 59/0);
726726
content: '-';
@@ -732,13 +732,13 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
732732
border-radius: 0.5rem 0.5rem 0 0;
733733
}
734734

735-
.wrap-header.h3wrap > .wrap-body p:not(:first-child):last-child,
735+
.wrap-header.h3wrap > .wrap-body > p:not(:first-child):last-child,
736736
.h3wrap-body p:not(:first-child):last-child {
737737
margin-top: auto;
738738
border-radius: 0 0 0.5rem 0.5rem;
739739
}
740740

741-
.wrap-header.h3wrap > .wrap-body :not(:first-child):last-child {
741+
.wrap-header.h3wrap > .wrap-body > :not(:first-child):last-child {
742742
border-radius: 0 0 0.5rem 0.5rem;
743743
}
744744

0 commit comments

Comments
 (0)