@@ -219,10 +219,12 @@ body.docs-ndl .widget .sectionbody {
219219 row-gap : 0 ;
220220 justify-content : center;
221221 align-content : center;
222+ border : 1px solid var (--panel-border-color );
222223}
223224
224225body .docs-ndl .widget .lists .sectionbody {
225226 justify-content : space-between;
227+ line-height : 24px ;
226228}
227229
228230body .docs-ndl .widget .banner .sectionbody {
@@ -438,9 +440,9 @@ body.docs-ndl .cards .sect2.selectable a {
438440}
439441
440442body .docs-ndl .cards .sect2 .selectable a : hover {
441- transform : scale (1.02 );
442443 transition : 0.1s linear;
443- box-shadow : 0 4px 8px 0 rgba (12 , 26 , 37 , 0.08 );
444+ border : 1px solid var (--page-version-missing-font-color );
445+ box-shadow : 0 1px 2px 0 rgba (26 , 27 , 29 , 0.18 );
444446}
445447
446448body .docs-ndl .cards .sect2 .selectable : hover div .description {
@@ -582,15 +584,18 @@ body.docs-ndl .sect2 {
582584
583585body .docs-ndl .cards .sectionbody > div .sect2 {
584586 flex : 0 1 32% ;
587+ border : 1px solid var (--panel-border-color );
585588 /* margin-right: 1rem; */
586589}
587590
588591body .docs-ndl .cards .bottom-cards .sectionbody > div .sect2 {
589592 flex : 0 1 49% ;
593+ border : 1px solid var (--panel-border-color );
590594}
591595
592596body .docs-ndl .explainer .sectionbody > div .sect2 {
593597 flex : 0 1 49% ;
598+ border : 1px solid var (--panel-border-color );
594599}
595600
596601body .docs-ndl .cards .sect2 > a ,
@@ -606,22 +611,23 @@ body.docs-ndl .lists .sect2 {
606611 /* min-width: 30%; */
607612 padding : 1rem ;
608613 background : var (--color-white );
614+ line-height : 2rem ;
609615}
610616
611617body .docs-ndl .cards .sect2 a ::before ,
612618body .docs-ndl .cards : not (.selectable ) .sect2 a ::before {
613619 content : "" ;
614620 position : absolute;
615- top : 0 px ;
616- right : 0 px ;
617- bottom : 0 px ;
618- left : 0 px ;
621+ top : 0 ;
622+ right : 0 ;
623+ bottom : 0 ;
624+ left : 0 ;
619625}
620626
621627body .docs-ndl .cards : not (.selectable ) .sect2 : hover {
622- transform : scale (1.02 );
623628 transition : 0.1s linear;
624- box-shadow : 0 4px 8px 0 rgba (12 , 26 , 37 , 0.08 );
629+ border : 1px solid var (--page-version-missing-font-color );
630+ box-shadow : 0 1px 2px 0 rgba (26 , 27 , 29 , 0.18 );
625631}
626632
627633/* styles for specific types of cards:
0 commit comments