Skip to content

Commit

Permalink
Version 1.2.1 with updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Jun 27, 2022
1 parent 377edeb commit be81668
Show file tree
Hide file tree
Showing 14 changed files with 1,350 additions and 2,184 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "17"
- "18"
- "16"
- "14"
arch:
Expand Down
4 changes: 4 additions & 0 deletions History.md
@@ -1,5 +1,9 @@
# Changelog for Bitecache

1.2.1
=====
* Updated dependencies.

1.2.0
=====
* Updated dependencies.
Expand Down
6 changes: 3 additions & 3 deletions docs/assets/highlight.css
Expand Up @@ -15,7 +15,7 @@
--dark-hl-6: #9CDCFE;
--light-hl-7: #098658;
--dark-hl-7: #B5CEA8;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand Down Expand Up @@ -43,7 +43,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 @@ -55,7 +55,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

0 comments on commit be81668

Please sign in to comment.