Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ominestre committed Feb 15, 2023
1 parent 013a55e commit 149e333
Show file tree
Hide file tree
Showing 36 changed files with 2,461 additions and 1,842 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v2.1.1

### Dependencies

- Vulnerability patching for `json5` [PR](https://github.com/ominestre/rotten-deps/pull/95)
- Vulnerability patching for `minimatch` [PR](https://github.com/ominestre/rotten-deps/pull/97)
- Updates TypeScript to v4.9 [PR](https://github.com/ominestre/rotten-deps/pull/96)
- Updates minor/patch versions of all dependencies [PR](https://github.com/ominestre/rotten-deps/pull/96)

## v2.1.0

### Added
Expand Down
6 changes: 3 additions & 3 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
--dark-hl-6: #9CDCFE;
--light-hl-7: #098658;
--dark-hl-7: #B5CEA8;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand Down Expand Up @@ -43,7 +43,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 @@ -55,7 +55,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 149e333

Please sign in to comment.