Skip to content

Commit

Permalink
docs: update documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aegir[bot] committed Aug 14, 2023
1 parent dc45413 commit aac69dd
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 30 deletions.
42 changes: 21 additions & 21 deletions assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
:root {
--light-hl-0: #800000;
--dark-hl-0: #808080;
--light-hl-1: #800000;
--dark-hl-1: #569CD6;
--light-hl-2: #000000FF;
--dark-hl-2: #D4D4D4;
--light-hl-3: #FF0000;
--dark-hl-3: #9CDCFE;
--light-hl-4: #0000FF;
--dark-hl-4: #CE9178;
--light-hl-5: #AF00DB;
--dark-hl-5: #C586C0;
--light-hl-6: #000000;
--dark-hl-6: #D4D4D4;
--light-hl-0: #795E26;
--dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #800000;
--dark-hl-3: #808080;
--light-hl-4: #800000;
--dark-hl-4: #569CD6;
--light-hl-5: #000000FF;
--dark-hl-5: #D4D4D4;
--light-hl-6: #E50000;
--dark-hl-6: #9CDCFE;
--light-hl-7: #0000FF;
--dark-hl-7: #569CD6;
--light-hl-8: #001080;
--dark-hl-8: #9CDCFE;
--light-hl-9: #A31515;
--dark-hl-9: #CE9178;
--light-hl-10: #795E26;
--dark-hl-10: #DCDCAA;
--dark-hl-7: #CE9178;
--light-hl-8: #AF00DB;
--dark-hl-8: #C586C0;
--light-hl-9: #0000FF;
--dark-hl-9: #569CD6;
--light-hl-10: #001080;
--dark-hl-10: #9CDCFE;
--light-hl-11: #008000;
--dark-hl-11: #6A9955;
--light-code-background: #FFFFFF;
Expand Down
56 changes: 55 additions & 1 deletion assets/main.js

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,9 @@ blockquote {
.has-menu .col-menu {
visibility: visible;
transform: translate(0, 0);
display: grid;
align-items: center;
grid-template-rows: auto 1fr;
grid-gap: 1.5rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
max-height: 100vh;
padding: 1rem 2rem;
}
Expand Down Expand Up @@ -911,7 +910,7 @@ a.tsd-index-link {
margin-right: 0.8rem;
}

@media (min-width: 1024px) {
@media (min-width: 1025px) {
.col-content {
margin: 2rem auto;
}
Expand Down
Loading

0 comments on commit aac69dd

Please sign in to comment.