dendron-jekyll 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +68 -0
  4. data/Rakefile +1 -0
  5. data/_includes/active.html +8 -0
  6. data/_includes/archive-single.html +33 -0
  7. data/_includes/crumbs.html +15 -0
  8. data/_includes/css/custom.scss.liquid +1 -0
  9. data/_includes/css/just-the-docs.scss.liquid +7 -0
  10. data/_includes/documents-collection.html +25 -0
  11. data/_includes/figure +9 -0
  12. data/_includes/head.html +40 -0
  13. data/_includes/head_custom.html +0 -0
  14. data/_includes/js/custom.js +0 -0
  15. data/_includes/nav.html +37 -0
  16. data/_includes/sidebar.html +19 -0
  17. data/_includes/title.html +5 -0
  18. data/_includes/toc +7 -0
  19. data/_includes/toc-mm.html +96 -0
  20. data/_includes/toc.html +16 -0
  21. data/_includes/vendor/anchor_headings.html +100 -0
  22. data/_layouts/about.html +5 -0
  23. data/_layouts/archive.html +30 -0
  24. data/_layouts/default.html +160 -0
  25. data/_layouts/home.html +5 -0
  26. data/_layouts/page.html +5 -0
  27. data/_layouts/post.html +5 -0
  28. data/_layouts/single.html +97 -0
  29. data/_layouts/table_wrappers.html +7 -0
  30. data/_layouts/vendor/compress.html +10 -0
  31. data/_sass/base.scss +108 -0
  32. data/_sass/buttons.scss +118 -0
  33. data/_sass/code.scss +261 -0
  34. data/_sass/color_schemes/dark.scss +17 -0
  35. data/_sass/color_schemes/light.scss +0 -0
  36. data/_sass/content.scss +196 -0
  37. data/_sass/custom/custom.scss +0 -0
  38. data/_sass/labels.scss +37 -0
  39. data/_sass/layout.scss +205 -0
  40. data/_sass/minimal-mistakes/_animations.scss +21 -0
  41. data/_sass/minimal-mistakes/_archive.scss +455 -0
  42. data/_sass/minimal-mistakes/_base.scss +357 -0
  43. data/_sass/minimal-mistakes/_buttons.scss +97 -0
  44. data/_sass/minimal-mistakes/_footer.scss +86 -0
  45. data/_sass/minimal-mistakes/_forms.scss +393 -0
  46. data/_sass/minimal-mistakes/_masthead.scss +93 -0
  47. data/_sass/minimal-mistakes/_mixins.scss +92 -0
  48. data/_sass/minimal-mistakes/_navigation.scss +566 -0
  49. data/_sass/minimal-mistakes/_notices.scss +105 -0
  50. data/_sass/minimal-mistakes/_page.scss +553 -0
  51. data/_sass/minimal-mistakes/_print.scss +252 -0
  52. data/_sass/minimal-mistakes/_reset.scss +187 -0
  53. data/_sass/minimal-mistakes/_search.scss +132 -0
  54. data/_sass/minimal-mistakes/_sidebar.scss +347 -0
  55. data/_sass/minimal-mistakes/_syntax.scss +324 -0
  56. data/_sass/minimal-mistakes/_tables.scss +39 -0
  57. data/_sass/minimal-mistakes/_utilities.scss +593 -0
  58. data/_sass/minimal-mistakes/_variables.scss +169 -0
  59. data/_sass/minimal-mistakes/skins/_air.scss +23 -0
  60. data/_sass/minimal-mistakes/skins/_aqua.scss +30 -0
  61. data/_sass/minimal-mistakes/skins/_contrast.scss +51 -0
  62. data/_sass/minimal-mistakes/skins/_dark.scss +28 -0
  63. data/_sass/minimal-mistakes/skins/_default.scss +5 -0
  64. data/_sass/minimal-mistakes/skins/_dirt.scss +33 -0
  65. data/_sass/minimal-mistakes/skins/_mint.scss +23 -0
  66. data/_sass/minimal-mistakes/skins/_neon.scss +57 -0
  67. data/_sass/minimal-mistakes/skins/_plum.scss +64 -0
  68. data/_sass/minimal-mistakes/skins/_sunrise.scss +44 -0
  69. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -0
  70. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +95 -0
  71. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -0
  72. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +50 -0
  73. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -0
  74. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -0
  75. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -0
  76. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +71 -0
  77. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -0
  78. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -0
  79. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -0
  80. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -0
  81. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -0
  82. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -0
  83. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -0
  84. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +22 -0
  85. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -0
  86. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -0
  87. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -0
  88. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -0
  89. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +46 -0
  90. data/_sass/minimal-mistakes/vendor/susy/_su.scss +4 -0
  91. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -0
  92. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -0
  93. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -0
  94. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -0
  95. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -0
  96. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -0
  97. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -0
  98. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -0
  99. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -0
  100. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -0
  101. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -0
  102. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -0
  103. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -0
  104. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -0
  105. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -0
  106. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -0
  107. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -0
  108. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -0
  109. data/_sass/modules.scss +25 -0
  110. data/_sass/navigation.scss +196 -0
  111. data/_sass/print.scss +40 -0
  112. data/_sass/search.scss +323 -0
  113. data/_sass/support/_functions.scss +9 -0
  114. data/_sass/support/_variables.scss +135 -0
  115. data/_sass/support/mixins/_buttons.scss +27 -0
  116. data/_sass/support/mixins/_layout.scss +34 -0
  117. data/_sass/support/mixins/_typography.scss +86 -0
  118. data/_sass/support/mixins/mixins.scss +3 -0
  119. data/_sass/support/support.scss +3 -0
  120. data/_sass/tables.scss +58 -0
  121. data/_sass/typography.scss +60 -0
  122. data/_sass/utilities/_colors.scss +239 -0
  123. data/_sass/utilities/_layout.scss +95 -0
  124. data/_sass/utilities/_lists.scss +17 -0
  125. data/_sass/utilities/_spacing.scss +165 -0
  126. data/_sass/utilities/_typography.scss +91 -0
  127. data/_sass/utilities/utilities.scss +5 -0
  128. data/_sass/vendor/normalize.scss/README.md +78 -0
  129. data/_sass/vendor/normalize.scss/normalize.scss +427 -0
  130. data/_sass/vendor/normalize.scss/package.json +70 -0
  131. data/assets/css/just-the-docs-dark.scss +3 -0
  132. data/assets/css/just-the-docs-default.scss +8 -0
  133. data/assets/css/just-the-docs-light.scss +3 -0
  134. data/assets/images/just-the-docs.png +0 -0
  135. data/assets/images/search.svg +1 -0
  136. data/assets/js/just-the-docs.js +473 -0
  137. data/assets/js/vendor/lunr.min.js +6 -0
  138. data/assets/js/zzzz-search-data.json +60 -0
  139. data/bin/just-the-docs +16 -0
  140. data/lib/tasks/search.rake +74 -0
  141. metadata +245 -0
@@ -0,0 +1,118 @@
1
+ //
2
+ // Buttons and things that look like buttons
3
+ //
4
+ // stylelint-disable color-named
5
+
6
+ .btn {
7
+ display: inline-block;
8
+ box-sizing: border-box;
9
+ padding-top: 0.3em;
10
+ padding-right: 1em;
11
+ padding-bottom: 0.3em;
12
+ padding-left: 1em;
13
+ margin: 0;
14
+ font-family: inherit;
15
+ font-size: inherit;
16
+ font-weight: 500;
17
+ line-height: 1.5;
18
+ color: $link-color;
19
+ text-decoration: none;
20
+ vertical-align: baseline;
21
+ cursor: pointer;
22
+ background-color: $base-button-color;
23
+ border-width: 0;
24
+ border-radius: $border-radius;
25
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
26
+ appearance: none;
27
+
28
+ &:focus {
29
+ text-decoration: none;
30
+ outline: none;
31
+ box-shadow: 0 0 0 3px rgba(blue, 0.25);
32
+ }
33
+
34
+ &:focus:hover,
35
+ &.selected:focus {
36
+ box-shadow: 0 0 0 3px rgba(blue, 0.25);
37
+ }
38
+
39
+ &:hover,
40
+ &.zeroclipboard-is-hover {
41
+ color: darken($link-color, 2%);
42
+ }
43
+
44
+ &:hover,
45
+ &:active,
46
+ &.zeroclipboard-is-hover,
47
+ &.zeroclipboard-is-active {
48
+ text-decoration: none;
49
+ background-color: darken($base-button-color, 1%);
50
+ }
51
+
52
+ &:active,
53
+ &.selected,
54
+ &.zeroclipboard-is-active {
55
+ background-color: darken($base-button-color, 3%);
56
+ background-image: none;
57
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
58
+ }
59
+
60
+ &.selected:hover {
61
+ background-color: darken(#dcdcdc, 5%);
62
+ }
63
+
64
+ &:disabled,
65
+ &.disabled {
66
+ &,
67
+ &:hover {
68
+ color: rgba(102, 102, 102, 0.5);
69
+ cursor: default;
70
+ background-color: rgba(229, 229, 229, 0.5);
71
+ background-image: none;
72
+ box-shadow: none;
73
+ }
74
+ }
75
+ }
76
+
77
+ .btn-outline {
78
+ color: $link-color;
79
+ background: transparent;
80
+ box-shadow: inset 0 0 0 2px $grey-lt-300;
81
+
82
+ &:hover,
83
+ &:active,
84
+ &.zeroclipboard-is-hover,
85
+ &.zeroclipboard-is-active {
86
+ color: darken($link-color, 4%);
87
+ text-decoration: none;
88
+ background-color: transparent;
89
+ box-shadow: inset 0 0 0 3px $grey-lt-300;
90
+ }
91
+
92
+ &:focus {
93
+ text-decoration: none;
94
+ outline: none;
95
+ box-shadow: inset 0 0 0 2px $grey-dk-100, 0 0 0 3px rgba(blue, 0.25);
96
+ }
97
+
98
+ &:focus:hover,
99
+ &.selected:focus {
100
+ box-shadow: inset 0 0 0 2px $grey-dk-100;
101
+ }
102
+ }
103
+
104
+ .btn-primary {
105
+ @include btn-color($white, $btn-primary-color);
106
+ }
107
+
108
+ .btn-purple {
109
+ @include btn-color($white, $purple-100);
110
+ }
111
+
112
+ .btn-blue {
113
+ @include btn-color($white, $blue-000);
114
+ }
115
+
116
+ .btn-green {
117
+ @include btn-color($white, $green-100);
118
+ }
@@ -0,0 +1,261 @@
1
+ //
2
+ // Code and syntax highlighting
3
+ //
4
+ // stylelint-disable selector-no-qualifying-type, declaration-block-semicolon-newline-after,declaration-block-single-line-max-declarations, selector-no-type, selector-max-type
5
+
6
+ code {
7
+ padding: 0.2em 0.15em;
8
+ font-weight: 400;
9
+ background-color: $code-background-color;
10
+ border: $border $border-color;
11
+ border-radius: $border-radius;
12
+ }
13
+
14
+ pre.highlight,
15
+ figure.highlight {
16
+ padding: $sp-3;
17
+ margin-top: 0;
18
+ margin-bottom: 0;
19
+ background-color: $code-background-color;
20
+ border-radius: $border-radius;
21
+ -webkit-overflow-scrolling: touch;
22
+
23
+ code {
24
+ padding: 0;
25
+ border: 0;
26
+ }
27
+ }
28
+
29
+ .highlighter-rouge {
30
+ margin-bottom: $sp-3;
31
+ }
32
+
33
+ .highlight .c {
34
+ color: #586e75;
35
+ } // comment //
36
+ .highlight .err {
37
+ color: #93a1a1;
38
+ } // error //
39
+ .highlight .g {
40
+ color: #93a1a1;
41
+ } // generic //
42
+ .highlight .k {
43
+ color: #859900;
44
+ } // keyword //
45
+ .highlight .l {
46
+ color: #93a1a1;
47
+ } // literal //
48
+ .highlight .n {
49
+ color: #93a1a1;
50
+ } // name //
51
+ .highlight .o {
52
+ color: #859900;
53
+ } // operator //
54
+ .highlight .x {
55
+ color: #cb4b16;
56
+ } // other //
57
+ .highlight .p {
58
+ color: #93a1a1;
59
+ } // punctuation //
60
+ .highlight .cm {
61
+ color: #586e75;
62
+ } // comment.multiline //
63
+ .highlight .cp {
64
+ color: #859900;
65
+ } // comment.preproc //
66
+ .highlight .c1 {
67
+ color: #586e75;
68
+ } // comment.single //
69
+ .highlight .cs {
70
+ color: #859900;
71
+ } // comment.special //
72
+ .highlight .gd {
73
+ color: #2aa198;
74
+ } // generic.deleted //
75
+ .highlight .ge {
76
+ font-style: italic;
77
+ color: #93a1a1;
78
+ } // generic.emph //
79
+ .highlight .gr {
80
+ color: #dc322f;
81
+ } // generic.error //
82
+ .highlight .gh {
83
+ color: #cb4b16;
84
+ } // generic.heading //
85
+ .highlight .gi {
86
+ color: #859900;
87
+ } // generic.inserted //
88
+ .highlight .go {
89
+ color: #93a1a1;
90
+ } // generic.output //
91
+ .highlight .gp {
92
+ color: #93a1a1;
93
+ } // generic.prompt //
94
+ .highlight .gs {
95
+ font-weight: bold;
96
+ color: #93a1a1;
97
+ } // generic.strong //
98
+ .highlight .gu {
99
+ color: #cb4b16;
100
+ } // generic.subheading //
101
+ .highlight .gt {
102
+ color: #93a1a1;
103
+ } // generic.traceback //
104
+ .highlight .kc {
105
+ color: #cb4b16;
106
+ } // keyword.constant //
107
+ .highlight .kd {
108
+ color: #268bd2;
109
+ } // keyword.declaration //
110
+ .highlight .kn {
111
+ color: #859900;
112
+ } // keyword.namespace //
113
+ .highlight .kp {
114
+ color: #859900;
115
+ } // keyword.pseudo //
116
+ .highlight .kr {
117
+ color: #268bd2;
118
+ } // keyword.reserved //
119
+ .highlight .kt {
120
+ color: #dc322f;
121
+ } // keyword.type //
122
+ .highlight .ld {
123
+ color: #93a1a1;
124
+ } // literal.date //
125
+ .highlight .m {
126
+ color: #2aa198;
127
+ } // literal.number //
128
+ .highlight .s {
129
+ color: #2aa198;
130
+ } // literal.string //
131
+ .highlight .na {
132
+ color: #555;
133
+ } // name.attribute //
134
+ .highlight .nb {
135
+ color: #b58900;
136
+ } // name.builtin //
137
+ .highlight .nc {
138
+ color: #268bd2;
139
+ } // name.class //
140
+ .highlight .no {
141
+ color: #cb4b16;
142
+ } // name.constant //
143
+ .highlight .nd {
144
+ color: #268bd2;
145
+ } // name.decorator //
146
+ .highlight .ni {
147
+ color: #cb4b16;
148
+ } // name.entity //
149
+ .highlight .ne {
150
+ color: #cb4b16;
151
+ } // name.exception //
152
+ .highlight .nf {
153
+ color: #268bd2;
154
+ } // name.function //
155
+ .highlight .nl {
156
+ color: #555;
157
+ } // name.label //
158
+ .highlight .nn {
159
+ color: #93a1a1;
160
+ } // name.namespace //
161
+ .highlight .nx {
162
+ color: #555;
163
+ } // name.other //
164
+ .highlight .py {
165
+ color: #93a1a1;
166
+ } // name.property //
167
+ .highlight .nt {
168
+ color: #268bd2;
169
+ } // name.tag //
170
+ .highlight .nv {
171
+ color: #268bd2;
172
+ } // name.variable //
173
+ .highlight .ow {
174
+ color: #859900;
175
+ } // operator.word //
176
+ .highlight .w {
177
+ color: #93a1a1;
178
+ } // text.whitespace //
179
+ .highlight .mf {
180
+ color: #2aa198;
181
+ } // literal.number.float //
182
+ .highlight .mh {
183
+ color: #2aa198;
184
+ } // literal.number.hex //
185
+ .highlight .mi {
186
+ color: #2aa198;
187
+ } // literal.number.integer //
188
+ .highlight .mo {
189
+ color: #2aa198;
190
+ } // literal.number.oct //
191
+ .highlight .sb {
192
+ color: #586e75;
193
+ } // literal.string.backtick //
194
+ .highlight .sc {
195
+ color: #2aa198;
196
+ } // literal.string.char //
197
+ .highlight .sd {
198
+ color: #93a1a1;
199
+ } // literal.string.doc //
200
+ .highlight .s2 {
201
+ color: #2aa198;
202
+ } // literal.string.double //
203
+ .highlight .se {
204
+ color: #cb4b16;
205
+ } // literal.string.escape //
206
+ .highlight .sh {
207
+ color: #93a1a1;
208
+ } // literal.string.heredoc //
209
+ .highlight .si {
210
+ color: #2aa198;
211
+ } // literal.string.interpol //
212
+ .highlight .sx {
213
+ color: #2aa198;
214
+ } // literal.string.other //
215
+ .highlight .sr {
216
+ color: #dc322f;
217
+ } // literal.string.regex //
218
+ .highlight .s1 {
219
+ color: #2aa198;
220
+ } // literal.string.single //
221
+ .highlight .ss {
222
+ color: #2aa198;
223
+ } // literal.string.symbol //
224
+ .highlight .bp {
225
+ color: #268bd2;
226
+ } // name.builtin.pseudo //
227
+ .highlight .vc {
228
+ color: #268bd2;
229
+ } // name.variable.class //
230
+ .highlight .vg {
231
+ color: #268bd2;
232
+ } // name.variable.global //
233
+ .highlight .vi {
234
+ color: #268bd2;
235
+ } // name.variable.instance //
236
+ .highlight .il {
237
+ color: #2aa198;
238
+ } // literal.number.integer.long //
239
+
240
+ //
241
+ // Code examples (rendered)
242
+ //
243
+
244
+ .code-example {
245
+ padding: $sp-3;
246
+ margin-bottom: $sp-3;
247
+ overflow: auto;
248
+ border: 1px solid $border-color;
249
+ border-radius: $border-radius;
250
+
251
+ + .highlighter-rouge,
252
+ + figure.highlight {
253
+ position: relative;
254
+ margin-top: -$sp-4;
255
+ border-right: 1px solid $border-color;
256
+ border-bottom: 1px solid $border-color;
257
+ border-left: 1px solid $border-color;
258
+ border-top-left-radius: 0;
259
+ border-top-right-radius: 0;
260
+ }
261
+ }
@@ -0,0 +1,17 @@
1
+ $body-background-color: $grey-dk-300;
2
+ $sidebar-color: $grey-dk-300;
3
+ $border-color: $grey-dk-200;
4
+
5
+ $body-text-color: $grey-lt-300;
6
+ $body-heading-color: $grey-lt-000;
7
+ $nav-child-link-color: $grey-dk-000;
8
+ $search-result-preview-color: $grey-dk-000;
9
+
10
+ $link-color: $blue-000;
11
+ $btn-primary-color: $blue-200;
12
+ $base-button-color: $grey-dk-250;
13
+
14
+ $code-background-color: $grey-dk-250;
15
+ $search-background-color: $grey-dk-250;
16
+ $table-background-color: $grey-dk-250;
17
+ $feedback-color: darken($sidebar-color, 3%);
File without changes
@@ -0,0 +1,196 @@
1
+ @charset "UTF-8";
2
+
3
+ //
4
+ // Styles for rendered markdown in the .main-content container
5
+ //
6
+ // stylelint-disable selector-no-type, max-nesting-depth, selector-max-compound-selectors, selector-max-type
7
+
8
+ .main-content {
9
+ line-height: $content-line-height;
10
+
11
+ ol,
12
+ ul,
13
+ dl,
14
+ pre,
15
+ address,
16
+ blockquote,
17
+ .table-wrapper {
18
+ margin-top: 0.5em;
19
+ }
20
+
21
+ a {
22
+ overflow: hidden;
23
+ text-overflow: ellipsis;
24
+ white-space: nowrap;
25
+ }
26
+
27
+ ul,
28
+ ol {
29
+ padding-left: 1.5em;
30
+ }
31
+
32
+ li {
33
+ .highlight {
34
+ margin-top: $sp-1;
35
+ }
36
+ }
37
+
38
+ ol {
39
+ list-style-type: none;
40
+ counter-reset: step-counter;
41
+
42
+ > li {
43
+ position: relative;
44
+
45
+ &::before {
46
+ position: absolute;
47
+ top: 0.2em;
48
+ left: -1.6em;
49
+ color: $grey-dk-000;
50
+ content: counter(step-counter);
51
+ counter-increment: step-counter;
52
+ @include fs-3;
53
+
54
+ @include mq(sm) {
55
+ top: 0.11em;
56
+ }
57
+ }
58
+
59
+ ol {
60
+ counter-reset: sub-counter;
61
+
62
+ li {
63
+ &::before {
64
+ content: counter(sub-counter, lower-alpha);
65
+ counter-increment: sub-counter;
66
+ }
67
+ }
68
+ }
69
+ }
70
+ }
71
+
72
+ ul {
73
+ list-style: none;
74
+
75
+ > li {
76
+ &::before {
77
+ position: absolute;
78
+ margin-left: -1.4em;
79
+ color: $grey-dk-000;
80
+ content: "•";
81
+ }
82
+ }
83
+ }
84
+
85
+ .task-list {
86
+ padding-left: 0;
87
+ }
88
+
89
+ .task-list-item {
90
+ align-items: center;
91
+
92
+ &::before {
93
+ content: "";
94
+ }
95
+ }
96
+
97
+ .task-list-item-checkbox {
98
+ margin-right: 0.6em;
99
+ }
100
+
101
+ hr + * {
102
+ margin-top: 0;
103
+ }
104
+
105
+ h1:first-of-type {
106
+ margin-top: 0.5em;
107
+ }
108
+
109
+ dl {
110
+ display: grid;
111
+ grid-template-columns: max-content 1fr;
112
+ }
113
+
114
+ dt,
115
+ dd {
116
+ margin: 0.25em 0;
117
+ }
118
+
119
+ dt {
120
+ text-align: right;
121
+
122
+ &::after {
123
+ content: ":";
124
+ }
125
+ }
126
+
127
+ dd {
128
+ margin-left: 1em;
129
+ font-weight: 500;
130
+ }
131
+
132
+ .anchor-heading {
133
+ position: absolute;
134
+ right: -$sp-4;
135
+ width: $sp-5;
136
+ height: 100%;
137
+ padding-right: $sp-1;
138
+ padding-left: $sp-1;
139
+ overflow: visible;
140
+
141
+ @include mq(md) {
142
+ right: auto;
143
+ left: -$sp-5;
144
+ }
145
+
146
+ svg {
147
+ display: inline-block;
148
+ width: 100%;
149
+ height: 100%;
150
+ color: $link-color;
151
+ visibility: hidden;
152
+ }
153
+ }
154
+
155
+ .anchor-heading:hover,
156
+ h1:hover > .anchor-heading,
157
+ h2:hover > .anchor-heading,
158
+ h3:hover > .anchor-heading,
159
+ h4:hover > .anchor-heading,
160
+ h5:hover > .anchor-heading,
161
+ h6:hover > .anchor-heading {
162
+ svg {
163
+ visibility: visible;
164
+ }
165
+ }
166
+
167
+ summary {
168
+ cursor: pointer;
169
+ }
170
+
171
+ h1,
172
+ h2,
173
+ h3,
174
+ h4,
175
+ h5,
176
+ h6 {
177
+ position: relative;
178
+ margin-top: 1.5em;
179
+ margin-bottom: 0.25em;
180
+
181
+ &:first-child {
182
+ margin-top: $sp-2;
183
+ }
184
+
185
+ + table,
186
+ + .table-wrapper,
187
+ + .code-example,
188
+ + .highlighter-rouge {
189
+ margin-top: 1em;
190
+ }
191
+
192
+ + p {
193
+ margin-top: 0;
194
+ }
195
+ }
196
+ }