Skip to content

Commit 6867a73

Browse files
committed
chore: generate
1 parent 4c499d4 commit 6867a73

File tree

16 files changed

+472
-422
lines changed

16 files changed

+472
-422
lines changed

docs/css/highlight.css

+201-199
Large diffs are not rendered by default.

docs/css/jazzy.css

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*! Jazzy - https://github.com/realm/jazzy
2+
* Copyright Realm Inc.
3+
* SPDX-License-Identifier: MIT
4+
*/
15
html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr, td {
26
background: transparent;
37
border: 0;
@@ -79,6 +83,18 @@ blockquote {
7983
padding: 0 10px;
8084
border-left: 4px solid #ccc; }
8185

86+
hr {
87+
height: 1px;
88+
border: none;
89+
background-color: #e2e2e2; }
90+
91+
.footnote-ref {
92+
display: inline-block;
93+
scroll-margin-top: 70px; }
94+
95+
.footnote-def {
96+
scroll-margin-top: 70px; }
97+
8298
.content-wrapper {
8399
margin: 0 auto;
84100
width: 980px; }
@@ -92,7 +108,7 @@ header {
92108
z-index: 3; }
93109
header img {
94110
padding-right: 6px;
95-
vertical-align: -4px;
111+
vertical-align: -3px;
96112
height: 16px; }
97113
header a {
98114
color: #fff; }

0 commit comments

Comments
 (0)