Skip to content

Commit

Permalink
Merge pull request #33 from jackdbd/canary
Browse files Browse the repository at this point in the history
Merge `canary` into `main`
  • Loading branch information
jackdbd authored Sep 16, 2022
2 parents b8aca46 + c1f9c18 commit 2285737
Show file tree
Hide file tree
Showing 131 changed files with 8,395 additions and 3,561 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: Build & Test all packages on ${{ matrix.os }}, Node ${{ matrix.node }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
max-parallel: 1
matrix:
os: [ubuntu-latest]
# Try testing all packages with:
Expand Down
6 changes: 3 additions & 3 deletions docs/telegram-text-messages/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand All @@ -15,12 +15,12 @@
--code-background: var(--dark-code-background);
} }

body.light {
:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--code-background: var(--light-code-background);
}

body.dark {
:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--code-background: var(--dark-code-background);
}
Expand Down
Loading

0 comments on commit 2285737

Please sign in to comment.