File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ body.docs-ndl .nav-menu .nav-item > a > strong {
142142
143143/* toolbar */
144144
145- body .docs-ndl .toolbar {
146- box-shadow : none ;
145+ body .docs-ndl . hub .toolbar {
146+ visibility : hidden ;
147147}
148148
149- /* body.docs-ndl.explainer .toolbar {
149+ body .docs-ndl .explainer .toolbar {
150150 background-color : rgba (var (--colors-neutral-10 ));
151- } */
151+ }
152152
153153body .docs-ndl .doc a {
154154 text-decoration : none;
@@ -829,7 +829,7 @@ body.docs-ndl .bottom-cards:not(.selectable) .sect2 .paragraph.link {
829829}
830830
831831body .docs-ndl .cards .sect2 .paragraph .category {
832- display : flex ;
832+ display : none ;
833833}
834834
835835body .docs-ndl .plain-links a .external ::after {
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ body.has-banner .toolbar {
5151}
5252
5353.home-link {
54+ background : url(../ img/home-o.svg) no-repeat 50% 45% ;
55+ background-size : 50% ;
5456 display : block;
5557 height : 2.5rem ;
5658 margin : 0 ;
@@ -60,8 +62,7 @@ body.has-banner .toolbar {
6062
6163.home-link : hover ,
6264.home-link .is-current {
63- background : rgba (var (--colors-baltic-10 ));
64- color : rgba (var (--colors-baltic-50 ));
65+ background-image : url(../ img/home.svg);
6566}
6667
6768.home-link a line {
You can’t perform that action at this time.
0 commit comments