@@ -36,6 +36,7 @@ body.docs-ndl .nav-menu .docs-home-link {
3636
3737body .docs-ndl .nav-menu .docs-home-link : hover ,
3838body .docs-ndl .nav-menu .docs-home-link : focus {
39+ cursor : default;
3940 text-decoration : none;
4041 background-color : var (--colors-baltic-15 );
4142}
@@ -51,6 +52,7 @@ body.docs-ndl .nav-menu .home-link.is-home {
5152}
5253
5354body .docs-ndl .nav-menu .home-link .is-home a {
55+ cursor : default;
5456 display : flex;
5557 background-color : rgba (var (--colors-baltic-10 ));
5658 color : rgba (var (--colors-baltic-50 ));
@@ -79,6 +81,7 @@ body.docs-ndl .nav-menu .nav-module > ul:not(ul:has(li)) {
7981
8082body .docs-ndl .nav-menu a ,
8183body .docs-ndl .nav-text {
84+ cursor : default;
8285 color : var (--neutral-color );
8386}
8487
@@ -433,21 +436,18 @@ body.docs-ndl .banner .paragraph.description {
433436 font-size : 16px ;
434437 font-weight : 100 ;
435438 line-height : 24px ;
436- letter-spacing : 0 px ;
439+ letter-spacing : 0 ;
437440}
438441
439442/* selectable cards */
440443
441- body .docs-ndl .cards .sect2 .selectable {
442- cursor : pointer;
443- }
444-
445444body .docs-ndl .cards .sect2 .selectable .description {
446445 color : var (--doc-font-color );
447446 font-weight : 200 ;
448447}
449448
450449body .docs-ndl .cards .sect2 .selectable a {
450+ cursor : default;
451451 text-decoration : solid;
452452}
453453
@@ -583,7 +583,6 @@ body.docs-ndl .lists ul li a {
583583body .docs-ndl .sect2 {
584584 display : flex;
585585 flex-direction : column;
586- cursor : pointer;
587586 border-radius : 16px ;
588587 position : relative;
589588}
@@ -596,7 +595,7 @@ body.docs-ndl .cards .sectionbody > div.sect2 {
596595
597596body .docs-ndl .cards .bottom-cards .sectionbody > div .sect2 {
598597 flex : 0 1 49% ;
599- border : 1 px solid var ( --panel-border-color ) ;
598+ border : 0 ;
600599}
601600
602601body .docs-ndl .explainer .sectionbody > div .sect2 {
@@ -803,9 +802,16 @@ body.docs-ndl .cards:not(.selectable) .sect2 .paragraph.link {
803802 margin-top : auto;
804803}
805804
805+ body .docs-ndl .bottom-cards .sect2 .icon {
806+ padding-bottom : 16px ;
807+ }
808+
809+ body .docs-ndl .bottom-cards .sect2 h3 {
810+ padding-bottom : 8px ;
811+ }
812+
806813body .docs-ndl .bottom-cards : not (.selectable ) .sect2 .paragraph .link {
807- margin-top : 8px ;
808- margin-bottom : 9px ;
814+ padding-top : 0 ;
809815}
810816
811817body .docs-ndl .cards .sect2 .paragraph .category {
0 commit comments