Skip to content

Commit 5110096

Browse files
chore(deps-dev): bump typedoc from 0.22.10 to 0.22.11 (#78)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.10 to 0.22.11. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.22.10...v0.22.11) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 0ab208c
1 parent 6abb8ac commit 5110096

File tree

6 files changed

+33
-8
lines changed

6 files changed

+33
-8
lines changed

assets/highlight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
--dark-hl-8: #4EC9B0;
2020
--light-hl-9: #795E26;
2121
--dark-hl-9: #DCDCAA;
22-
--light-code-background: #FFFFFF;
22+
--light-code-background: #F5F5F5;
2323
--dark-code-background: #1E1E1E;
2424
}
2525

assets/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/style.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ body.dark {
152152
--external-icon: var(--dark-external-icon);
153153
}
154154

155+
h1,
156+
h2,
157+
h3,
158+
h4,
159+
h5,
160+
h6 {
161+
line-height: 1.2;
162+
}
163+
155164
h1 {
156165
font-size: 2em;
157166
margin: 0.67em 0;
@@ -1386,3 +1395,19 @@ input[type="checkbox"]:checked + .tsd-widget:before {
13861395
img {
13871396
max-width: 100%;
13881397
}
1398+
1399+
.tsd-anchor-icon {
1400+
margin-left: 10px;
1401+
vertical-align: middle;
1402+
color: var(--color-text);
1403+
}
1404+
1405+
.tsd-anchor-icon svg {
1406+
width: 1em;
1407+
height: 1em;
1408+
visibility: hidden;
1409+
}
1410+
1411+
.tsd-anchor-link:hover > .tsd-anchor-icon svg {
1412+
visibility: visible;
1413+
}

0 commit comments

Comments
 (0)