Skip to content

Commit

Permalink
Fix broken build; update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Dec 2, 2024
1 parent 91d0ef4 commit 03cd040
Show file tree
Hide file tree
Showing 206 changed files with 1,832 additions and 1,825 deletions.
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

14 changes: 0 additions & 14 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,36 +1,22 @@
:root {
--light-hl-0: #001080;
--dark-hl-0: #9CDCFE;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

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

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

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

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

.hl-0 { color: var(--hl-0); }
.hl-1 { color: var(--hl-1); }
pre, code { background: var(--code-background); }
1 change: 1 addition & 0 deletions docs/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 03cd040

Please sign in to comment.