|
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 | + |
| 12 | +@media screen and (min-width: 769px) { |
| 13 | + .doc > .sect-header > h1.page:first-child { |
| 14 | + margin-top: 0; |
| 15 | + } |
| 16 | +} |
| 17 | + |
6 | 18 | body.docs-ndl.hub,
|
7 | 19 | body.docs-ndl.explainer {
|
8 | 20 | background: rgba(var(--colors-neutral-15));
|
@@ -152,6 +164,7 @@ body.docs-ndl.explainer .toolbar {
|
152 | 164 |
|
153 | 165 | body.docs-ndl .doc a {
|
154 | 166 | text-decoration: none;
|
| 167 | + cursor: default; |
155 | 168 | }
|
156 | 169 |
|
157 | 170 | body.docs-ndl .doc a::after {
|
@@ -191,9 +204,9 @@ body.docs-ndl .doc .flex-column {
|
191 | 204 | }
|
192 | 205 |
|
193 | 206 | body.docs-ndl .doc > .sect-header > h1.page:first-child {
|
194 |
| - margin-top: 1rem; |
| 207 | + margin-top: 0; |
195 | 208 | /* font-size: var(--font-size-h1); */
|
196 |
| - margin-bottom: 2rem; |
| 209 | + margin-bottom: 1.5rem; |
197 | 210 | }
|
198 | 211 |
|
199 | 212 | body.docs-ndl.hub .doc div:not(.display) h2 {
|
@@ -465,6 +478,10 @@ body.docs-ndl .cards .sect2.selectable a {
|
465 | 478 | text-decoration: solid;
|
466 | 479 | }
|
467 | 480 |
|
| 481 | +body.docs-ndl .cards .sect2.selectable .link a:hover { |
| 482 | + text-decoration: underline; |
| 483 | +} |
| 484 | + |
468 | 485 | body.docs-ndl .cards .sect2.selectable:hover div.description {
|
469 | 486 | text-decoration: none;
|
470 | 487 | }
|
@@ -544,6 +561,7 @@ body.docs-ndl .highlights .list a:hover,
|
544 | 561 | body.docs-ndl .highlights .list a:focus {
|
545 | 562 | text-decoration: none;
|
546 | 563 | background-color: var(--toc_hover-background-color);
|
| 564 | + cursor: default; |
547 | 565 | }
|
548 | 566 |
|
549 | 567 | body.docs-ndl .highlights .list ul li {
|
@@ -590,6 +608,7 @@ body.docs-ndl .lists ul li {
|
590 | 608 | body.docs-ndl .lists ul li a {
|
591 | 609 | font-weight: var(--font-weight-normal);
|
592 | 610 | text-decoration: none;
|
| 611 | + cursor: default; |
593 | 612 | }
|
594 | 613 |
|
595 | 614 | /* cards */
|
@@ -637,6 +656,7 @@ body.docs-ndl .cards.selectable .sect2:hover {
|
637 | 656 | transition: 0.1s linear;
|
638 | 657 | border: 1px solid var(--page-version-missing-font-color);
|
639 | 658 | box-shadow: 0 1px 2px 0 rgba(26, 27, 29, 0.18);
|
| 659 | + cursor: default; |
640 | 660 | }
|
641 | 661 |
|
642 | 662 | /* styles for specific types of cards:
|
|
0 commit comments