Skip to content

Commit

Permalink
feat(telegram-text-messages): add texts for GCP Cloud Run services
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Sep 15, 2022
1 parent b8aca46 commit 97eae0a
Show file tree
Hide file tree
Showing 58 changed files with 3,088 additions and 1,704 deletions.
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 97eae0a

Please sign in to comment.