Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner committed Apr 4, 2023
1 parent bb1d330 commit 29ff37a
Show file tree
Hide file tree
Showing 20 changed files with 2,044 additions and 1,240 deletions.
7 changes: 0 additions & 7 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--hl-0: var(--light-hl-0);
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--hl-0: var(--dark-hl-0);
--code-background: var(--dark-code-background);
} }

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

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

.hl-0 { color: var(--hl-0); }
pre, code { background: var(--code-background); }
Loading

0 comments on commit 29ff37a

Please sign in to comment.