Skip to content

Commit

Permalink
v8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Jun 3, 2023
1 parent 84f08ea commit a353dea
Show file tree
Hide file tree
Showing 22 changed files with 3,394 additions and 2,755 deletions.
210 changes: 210 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--dark-hl-5: #6a9955;
--light-hl-6: #001080;
--dark-hl-6: #9cdcfe;
--light-code-background: #f5f5f5;
--light-code-background: #ffffff;
--dark-code-background: #1e1e1e;
}

Expand Down Expand Up @@ -43,7 +43,7 @@
}
}

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 @@ -54,7 +54,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 a353dea

Please sign in to comment.