Skip to content

Commit

Permalink
docs(fattureincloud-client): rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Sep 16, 2022
1 parent 6b200be commit aa9fd13
Show file tree
Hide file tree
Showing 414 changed files with 11,933 additions and 1,874 deletions.
6 changes: 3 additions & 3 deletions docs/fattureincloud-client/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 aa9fd13

Please sign in to comment.