Skip to content

Commit

Permalink
deploy: c86c86e
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Aug 28, 2024
1 parent fcd85ff commit e79b6fa
Show file tree
Hide file tree
Showing 10 changed files with 131 additions and 58 deletions.
11 changes: 9 additions & 2 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
--dark-hl-6: #4FC1FF;
--light-hl-7: #008000;
--dark-hl-7: #6A9955;
--light-hl-8: #267F99;
--dark-hl-8: #4EC9B0;
--light-hl-8: #098658;
--dark-hl-8: #B5CEA8;
--light-hl-9: #267F99;
--dark-hl-9: #4EC9B0;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -31,6 +33,7 @@
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--code-background: var(--light-code-background);
} }

Expand All @@ -44,6 +47,7 @@
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--code-background: var(--dark-code-background);
} }

Expand All @@ -57,6 +61,7 @@
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--code-background: var(--light-code-background);
}

Expand All @@ -70,6 +75,7 @@
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--code-background: var(--dark-code-background);
}

Expand All @@ -82,4 +88,5 @@
.hl-6 { color: var(--hl-6); }
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
pre, code { background: var(--code-background); }
4 changes: 2 additions & 2 deletions classes/APIError.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions classes/AtlasIndex.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions classes/AtlasOrganization.html

Large diffs are not rendered by default.

92 changes: 79 additions & 13 deletions classes/AtlasProject.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions classes/AtlasProjection.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions classes/AtlasUser.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/AtlasViewer.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions classes/Embedder.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/embed.html

Large diffs are not rendered by default.

0 comments on commit e79b6fa

Please sign in to comment.