Skip to content

Commit

Permalink
deploy: 0325907
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Aug 26, 2024
1 parent 62e363f commit fcd85ff
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 126 deletions.
11 changes: 2 additions & 9 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
--dark-hl-6: #4FC1FF;
--light-hl-7: #008000;
--dark-hl-7: #6A9955;
--light-hl-8: #098658;
--dark-hl-8: #B5CEA8;
--light-hl-9: #267F99;
--dark-hl-9: #4EC9B0;
--light-hl-8: #267F99;
--dark-hl-8: #4EC9B0;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -33,7 +31,6 @@
--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 @@ -47,7 +44,6 @@
--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 @@ -61,7 +57,6 @@
--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 @@ -75,7 +70,6 @@
--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 @@ -88,5 +82,4 @@
.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.

16 changes: 8 additions & 8 deletions classes/AtlasProject.html

Large diffs are not rendered by default.

93 changes: 17 additions & 76 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 fcd85ff

Please sign in to comment.