Skip to content

Commit

Permalink
Final fixes to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Dec 16, 2024
1 parent 6337fe3 commit 6b2553e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/css/docs-ndl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
src: url('https://storage.googleapis.com/neo4j-fonts/Syne%20Neo%20Medium%20Font.otf') format('opentype');
}

@media screen and (min-width: 1024px) {
body:not(.landing) main>.content {
margin-top: 0;
}
}

body.docs-ndl.hub,
body.docs-ndl.explainer {
background: rgba(var(--colors-neutral-15));
Expand Down Expand Up @@ -152,6 +158,7 @@ body.docs-ndl.explainer .toolbar {

body.docs-ndl .doc a {
text-decoration: none;
cursor: default;
}

body.docs-ndl .doc a::after {
Expand Down Expand Up @@ -465,6 +472,10 @@ body.docs-ndl .cards .sect2.selectable a {
text-decoration: solid;
}

body.docs-ndl .cards .sect2.selectable .link a:hover {
text-decoration: underline;
}

body.docs-ndl .cards .sect2.selectable:hover div.description {
text-decoration: none;
}
Expand Down Expand Up @@ -544,6 +555,7 @@ body.docs-ndl .highlights .list a:hover,
body.docs-ndl .highlights .list a:focus {
text-decoration: none;
background-color: var(--toc_hover-background-color);
cursor: default;
}

body.docs-ndl .highlights .list ul li {
Expand Down Expand Up @@ -590,6 +602,7 @@ body.docs-ndl .lists ul li {
body.docs-ndl .lists ul li a {
font-weight: var(--font-weight-normal);
text-decoration: none;
cursor: default;
}

/* cards */
Expand Down Expand Up @@ -637,6 +650,7 @@ body.docs-ndl .cards.selectable .sect2:hover {
transition: 0.1s linear;
border: 1px solid var(--page-version-missing-font-color);
box-shadow: 0 1px 2px 0 rgba(26, 27, 29, 0.18);
cursor: default;
}

/* styles for specific types of cards:
Expand Down

0 comments on commit 6b2553e

Please sign in to comment.