Skip to content

Commit f6e62bb

Browse files
committed
api: regenerate from ach spec v1.20.1
1 parent 8b347e5 commit f6e62bb

File tree

81 files changed

+11793
-2984
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+11793
-2984
lines changed

api.ts

Lines changed: 311 additions & 74 deletions
Large diffs are not rendered by default.

docs/assets/highlight.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--dark-hl-9: #569CD6;
2222
--light-hl-10: #000000FF;
2323
--dark-hl-10: #D4D4D4;
24-
--light-code-background: #F5F5F5;
24+
--light-code-background: #FFFFFF;
2525
--dark-code-background: #1E1E1E;
2626
}
2727

@@ -55,7 +55,7 @@
5555
--code-background: var(--dark-code-background);
5656
} }
5757

58-
body.light {
58+
:root[data-theme='light'] {
5959
--hl-0: var(--light-hl-0);
6060
--hl-1: var(--light-hl-1);
6161
--hl-2: var(--light-hl-2);
@@ -70,7 +70,7 @@ body.light {
7070
--code-background: var(--light-code-background);
7171
}
7272

73-
body.dark {
73+
:root[data-theme='dark'] {
7474
--hl-0: var(--dark-hl-0);
7575
--hl-1: var(--dark-hl-1);
7676
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)