Skip to content

Commit

Permalink
chore(deps-dev): bump typedoc from 0.23.1 to 0.23.5 (googlemaps#283)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.1 to 0.23.5.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.1...v0.23.5)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 863bbf8
  • Loading branch information
googlemaps-bot committed Jul 7, 2022
1 parent c77956d commit 5f5221f
Show file tree
Hide file tree
Showing 34 changed files with 5,873 additions and 1,627 deletions.
6 changes: 3 additions & 3 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
--dark-hl-9: #6A9955;
--light-hl-10: #000000;
--dark-hl-10: #C8C8C8;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand Down Expand Up @@ -55,7 +55,7 @@
--code-background: var(--dark-code-background);
} }

body.light {
:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
Expand All @@ -70,7 +70,7 @@ body.light {
--code-background: var(--light-code-background);
}

body.dark {
:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
Expand Down
Loading

0 comments on commit 5f5221f

Please sign in to comment.