Skip to content

Commit 6d78d22

Browse files
authored
Merge pull request #66 from CMSgov/jimfuqian/BB2-node-sdk-bump-versions-for-packages-per-dependabot
jimfuqian/BB2-node-sdk-bump-versions-for-packages-per-dependabot
2 parents d13d9e9 + e3c7786 commit 6d78d22

38 files changed

+18124
-10150
lines changed

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: #6a9955;
2222
--light-hl-10: #267f99;
2323
--dark-hl-10: #4ec9b0;
24-
--light-code-background: #f5f5f5;
24+
--light-code-background: #ffffff;
2525
--dark-code-background: #1e1e1e;
2626
}
2727

@@ -59,7 +59,7 @@
5959
}
6060
}
6161

62-
body.light {
62+
:root[data-theme="light"] {
6363
--hl-0: var(--light-hl-0);
6464
--hl-1: var(--light-hl-1);
6565
--hl-2: var(--light-hl-2);
@@ -74,7 +74,7 @@ body.light {
7474
--code-background: var(--light-code-background);
7575
}
7676

77-
body.dark {
77+
:root[data-theme="dark"] {
7878
--hl-0: var(--dark-hl-0);
7979
--hl-1: var(--dark-hl-1);
8080
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)