|
3 | 3 | src: url('https://storage.googleapis.com/neo4j-fonts/Syne%20Neo%20Medium%20Font.otf') format('opentype'); |
4 | 4 | } |
5 | 5 |
|
| 6 | +@media screen and (min-width: 1024px) { |
| 7 | + body:not(.landing) main>.content { |
| 8 | + margin-top: 0; |
| 9 | + } |
| 10 | +} |
| 11 | + |
6 | 12 | body.docs-ndl.hub, |
7 | 13 | body.docs-ndl.explainer { |
8 | 14 | background: rgba(var(--colors-neutral-15)); |
@@ -152,6 +158,7 @@ body.docs-ndl.explainer .toolbar { |
152 | 158 |
|
153 | 159 | body.docs-ndl .doc a { |
154 | 160 | text-decoration: none; |
| 161 | + cursor: default; |
155 | 162 | } |
156 | 163 |
|
157 | 164 | body.docs-ndl .doc a::after { |
@@ -465,6 +472,10 @@ body.docs-ndl .cards .sect2.selectable a { |
465 | 472 | text-decoration: solid; |
466 | 473 | } |
467 | 474 |
|
| 475 | +body.docs-ndl .cards .sect2.selectable .link a:hover { |
| 476 | + text-decoration: underline; |
| 477 | +} |
| 478 | + |
468 | 479 | body.docs-ndl .cards .sect2.selectable:hover div.description { |
469 | 480 | text-decoration: none; |
470 | 481 | } |
@@ -544,6 +555,7 @@ body.docs-ndl .highlights .list a:hover, |
544 | 555 | body.docs-ndl .highlights .list a:focus { |
545 | 556 | text-decoration: none; |
546 | 557 | background-color: var(--toc_hover-background-color); |
| 558 | + cursor: default; |
547 | 559 | } |
548 | 560 |
|
549 | 561 | body.docs-ndl .highlights .list ul li { |
@@ -590,6 +602,7 @@ body.docs-ndl .lists ul li { |
590 | 602 | body.docs-ndl .lists ul li a { |
591 | 603 | font-weight: var(--font-weight-normal); |
592 | 604 | text-decoration: none; |
| 605 | + cursor: default; |
593 | 606 | } |
594 | 607 |
|
595 | 608 | /* cards */ |
@@ -637,6 +650,7 @@ body.docs-ndl .cards.selectable .sect2:hover { |
637 | 650 | transition: 0.1s linear; |
638 | 651 | border: 1px solid var(--page-version-missing-font-color); |
639 | 652 | box-shadow: 0 1px 2px 0 rgba(26, 27, 29, 0.18); |
| 653 | + cursor: default; |
640 | 654 | } |
641 | 655 |
|
642 | 656 | /* styles for specific types of cards: |
|
0 commit comments