1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

docs: update docs

This commit is contained in:
James Cook 2022-01-31 23:20:27 +00:00
parent 48d03a0181
commit 02eac2ce7e
23 changed files with 59 additions and 27 deletions

View file

@ -13,7 +13,7 @@
--dark-hl-5: #DCDCAA;
--light-hl-6: #0070C1;
--dark-hl-6: #4FC1FF;
--light-code-background: #FFFFFF;
--light-code-background: #F5F5F5;
--dark-code-background: #1E1E1E;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -152,6 +152,15 @@ body.dark {
--external-icon: var(--dark-external-icon);
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.2;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
@ -1386,3 +1395,19 @@ input[type="checkbox"]:checked + .tsd-widget:before {
img {
max-width: 100%;
}
.tsd-anchor-icon {
margin-left: 10px;
vertical-align: middle;
color: var(--color-text);
}
.tsd-anchor-icon svg {
width: 1em;
height: 1em;
visibility: hidden;
}
.tsd-anchor-link:hover > .tsd-anchor-icon svg {
visibility: visible;
}