Skip to content

Commit

Permalink
2.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsarris committed Feb 9, 2024
1 parent 99b4f4d commit 0284bfd
Show file tree
Hide file tree
Showing 15 changed files with 1,147 additions and 181 deletions.
40 changes: 22 additions & 18 deletions api/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@
}

/* Override Tailwind */
h1 {
font-weight: bold;
}

h2 {
font-weight: bold;
}

p:not(.box, .boxrun, .boxread),
ul,
ol {
padding-bottom: 0;
}

a:hover {
box-shadow: none;
}
a:hover.tsd-kind-project {
color: var(--color-ts-project);
}
Expand Down Expand Up @@ -111,7 +116,9 @@ pre[class*="lang"] code {

/* Override Typedoc style.css */
body {
font-size: 0.875rem;
font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container-main {
Expand Down Expand Up @@ -327,11 +334,12 @@ h1 code.tsd-tag:first-of-type {
}

/* Add extra custom styling */
#topnavList > ul {
margin: 0;
#topnavList a {
color: inherit;
font-weight: inherit;
}

.topnav-link:hover {
#navTop a:hover {
text-decoration: none;
}

Expand Down Expand Up @@ -438,11 +446,11 @@ ul.tsd-descriptions.active > .tsd-description.current {
}

.tsd-page-navigation {
margin-bottom: 0.5rem;
margin-bottom: 1rem;
}

.tsd-navigation.settings {
margin-bottom: 0.5rem;
margin-bottom: 1rem;
}

.tsd-accordion-summary > h3,
Expand All @@ -454,7 +462,7 @@ ul.tsd-descriptions.active > .tsd-description.current {
.tsd-theme-toggle {
display: flex;
align-items: center;
padding: 0.25rem 0 0 2rem;
padding: 0;
}

.tsd-theme-toggle > h4 {
Expand All @@ -473,18 +481,14 @@ ul.tsd-descriptions.active > .tsd-description.current {
}

.tsd-subicon {
width: 12px;
height: 12px;
min-width: 12px;
min-height: 12px;
width: 10px;
height: 10px;
min-width: 10px;
min-height: 10px;
position: absolute;
left: 13px;
}

.tsd-subicon-text {
fill: var(--color-text);
}

.tsd-subicon.static {
top: 1px;
}
Expand Down
2 changes: 1 addition & 1 deletion api/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0284bfd

Please sign in to comment.