Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 9, 2024
1 parent a9d71d5 commit ec72a84
Show file tree
Hide file tree
Showing 249 changed files with 44,063 additions and 477 deletions.
65 changes: 65 additions & 0 deletions assets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
.container-main {
grid-template-columns: minmax(0, 1.15fr) minmax(0, 2fr) !important;
}

.tsd-generator {
display: none;
}

.tsd-accordion-summary {
margin-top: 0.25rem;
}

.tsd-accordion-summary > svg {
margin-top: 2px !important;
right: 1rem !important;
}

.tsd-accordion-summary > a {
padding: 0.88rem 1.25rem !important;
}

.tsd-accordion-details {
margin-top: 1rem !important;
}

.site-menu {
overflow: scroll !important;
padding-right: 0.5rem !important;
margin-right: 1rem !important;
}

.tsd-nested-navigation > li > details {
margin-left: unset !important;
}

.tsd-page-title > h1 {
display: none;
}

.tsd-page-toolbar {
height: unset !important;
}

.container-main {
margin-top: 1rem !important;
}

.current {
padding: 0.88rem 1.25rem !important;
}

.settings {
margin: 0 !important;
}

.page-menu {
display: flex;
flex-direction: column;
gap: 2rem !important;
padding: 2rem !important;
}

.warning {
display: none;
}
43 changes: 18 additions & 25 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,26 @@
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #008000;
--dark-hl-3: #6A9955;
--light-hl-4: #AF00DB;
--dark-hl-4: #C586C0;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-hl-6: #0000FF;
--dark-hl-6: #569CD6;
--light-hl-7: #0070C1;
--dark-hl-7: #4FC1FF;
--light-hl-3: #AF00DB;
--dark-hl-3: #C586C0;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #0000FF;
--dark-hl-5: #569CD6;
--light-hl-6: #0070C1;
--dark-hl-6: #4FC1FF;
--light-hl-7: #267F99;
--dark-hl-7: #4EC9B0;
--light-hl-8: #800000;
--dark-hl-8: #808080;
--light-hl-9: #267F99;
--dark-hl-9: #4EC9B0;
--light-hl-10: #E50000;
--dark-hl-10: #9CDCFE;
--light-hl-11: #000000FF;
--dark-hl-11: #D4D4D4;
--light-hl-12: #800000;
--dark-hl-12: #569CD6;
--light-hl-13: #098658;
--dark-hl-13: #B5CEA8;
--light-hl-9: #E50000;
--dark-hl-9: #9CDCFE;
--light-hl-10: #000000FF;
--dark-hl-10: #D4D4D4;
--light-hl-11: #008000;
--dark-hl-11: #6A9955;
--light-hl-12: #098658;
--dark-hl-12: #B5CEA8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -45,7 +43,6 @@
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--code-background: var(--light-code-background);
} }

Expand All @@ -63,7 +60,6 @@
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--code-background: var(--dark-code-background);
} }

Expand All @@ -81,7 +77,6 @@
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--code-background: var(--light-code-background);
}

Expand All @@ -99,7 +94,6 @@
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--code-background: var(--dark-code-background);
}

Expand All @@ -116,5 +110,4 @@
.hl-10 { color: var(--hl-10); }
.hl-11 { color: var(--hl-11); }
.hl-12 { color: var(--hl-12); }
.hl-13 { color: var(--hl-13); }
pre, code { background: var(--code-background); }
15 changes: 15 additions & 0 deletions assets/icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ec72a84

Please sign in to comment.