Skip to content

Commit

Permalink
api: regenerate from ach spec v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Sep 21, 2022
1 parent 8b347e5 commit f6e62bb
Show file tree
Hide file tree
Showing 81 changed files with 11,793 additions and 2,984 deletions.
385 changes: 311 additions & 74 deletions api.ts

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 @@ -21,7 +21,7 @@
--dark-hl-9: #569CD6;
--light-hl-10: #000000FF;
--dark-hl-10: #D4D4D4;
--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 f6e62bb

Please sign in to comment.