create-berna-stencil 2.6.2 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/README.md +1 -1
  2. package/_tools/buildJs.js +1 -1
  3. package/_tools/cleanOutput.js +1 -1
  4. package/package.json +2 -2
  5. package/out/.htaccess +0 -16
  6. package/out/404.html +0 -163
  7. package/out/assets/brand/favicon.svg +0 -37
  8. package/out/assets/brand/logo.svg +0 -37
  9. package/out/backend/.htaccess +0 -7
  10. package/out/backend/_core/composer.json +0 -5
  11. package/out/backend/_core/composer.lock +0 -492
  12. package/out/backend/_core/index.php +0 -148
  13. package/out/backend/_core/init.php +0 -34
  14. package/out/backend/_core/modules/RateLimiter.php +0 -31
  15. package/out/backend/_core/modules/Response.php +0 -49
  16. package/out/backend/_core/vendor/autoload.php +0 -22
  17. package/out/backend/_core/vendor/composer/ClassLoader.php +0 -579
  18. package/out/backend/_core/vendor/composer/InstalledVersions.php +0 -396
  19. package/out/backend/_core/vendor/composer/LICENSE +0 -21
  20. package/out/backend/_core/vendor/composer/autoload_classmap.php +0 -15
  21. package/out/backend/_core/vendor/composer/autoload_files.php +0 -12
  22. package/out/backend/_core/vendor/composer/autoload_namespaces.php +0 -9
  23. package/out/backend/_core/vendor/composer/autoload_psr4.php +0 -15
  24. package/out/backend/_core/vendor/composer/autoload_real.php +0 -50
  25. package/out/backend/_core/vendor/composer/autoload_static.php +0 -81
  26. package/out/backend/_core/vendor/composer/installed.json +0 -497
  27. package/out/backend/_core/vendor/composer/installed.php +0 -77
  28. package/out/backend/_core/vendor/composer/platform_check.php +0 -25
  29. package/out/backend/_core/vendor/graham-campbell/result-type/CHANGELOG.md +0 -53
  30. package/out/backend/_core/vendor/graham-campbell/result-type/LICENSE +0 -21
  31. package/out/backend/_core/vendor/graham-campbell/result-type/README.md +0 -42
  32. package/out/backend/_core/vendor/graham-campbell/result-type/composer.json +0 -33
  33. package/out/backend/_core/vendor/graham-campbell/result-type/phpunit.xml.dist +0 -13
  34. package/out/backend/_core/vendor/graham-campbell/result-type/src/Error.php +0 -121
  35. package/out/backend/_core/vendor/graham-campbell/result-type/src/Result.php +0 -69
  36. package/out/backend/_core/vendor/graham-campbell/result-type/src/Success.php +0 -120
  37. package/out/backend/_core/vendor/graham-campbell/result-type/tests/ResultTest.php +0 -95
  38. package/out/backend/_core/vendor/phpoption/phpoption/LICENSE +0 -201
  39. package/out/backend/_core/vendor/phpoption/phpoption/Makefile +0 -17
  40. package/out/backend/_core/vendor/phpoption/phpoption/README.md +0 -201
  41. package/out/backend/_core/vendor/phpoption/phpoption/composer.json +0 -50
  42. package/out/backend/_core/vendor/phpoption/phpoption/phpstan-baseline.neon +0 -44
  43. package/out/backend/_core/vendor/phpoption/phpoption/phpstan.neon.dist +0 -7
  44. package/out/backend/_core/vendor/phpoption/phpoption/phpunit.xml.dist +0 -13
  45. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +0 -175
  46. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/None.php +0 -136
  47. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Option.php +0 -434
  48. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Some.php +0 -169
  49. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/EnsureTest.php +0 -72
  50. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php +0 -357
  51. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php +0 -153
  52. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/OptionTest.php +0 -166
  53. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/SomeTest.php +0 -194
  54. package/out/backend/_core/vendor/phpoption/phpoption/tests/bootstrap.php +0 -8
  55. package/out/backend/_core/vendor/phpoption/phpoption/vendor-bin/phpstan/composer.json +0 -8
  56. package/out/backend/_core/vendor/symfony/polyfill-ctype/Ctype.php +0 -232
  57. package/out/backend/_core/vendor/symfony/polyfill-ctype/LICENSE +0 -19
  58. package/out/backend/_core/vendor/symfony/polyfill-ctype/README.md +0 -12
  59. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap.php +0 -50
  60. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap80.php +0 -46
  61. package/out/backend/_core/vendor/symfony/polyfill-ctype/composer.json +0 -38
  62. package/out/backend/_core/vendor/symfony/polyfill-mbstring/LICENSE +0 -19
  63. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Mbstring.php +0 -1077
  64. package/out/backend/_core/vendor/symfony/polyfill-mbstring/README.md +0 -13
  65. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +0 -119
  66. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +0 -1397
  67. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +0 -5
  68. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +0 -1489
  69. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap.php +0 -171
  70. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap80.php +0 -167
  71. package/out/backend/_core/vendor/symfony/polyfill-mbstring/composer.json +0 -39
  72. package/out/backend/_core/vendor/symfony/polyfill-php80/LICENSE +0 -19
  73. package/out/backend/_core/vendor/symfony/polyfill-php80/Php80.php +0 -115
  74. package/out/backend/_core/vendor/symfony/polyfill-php80/PhpToken.php +0 -106
  75. package/out/backend/_core/vendor/symfony/polyfill-php80/README.md +0 -25
  76. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +0 -31
  77. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +0 -16
  78. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +0 -20
  79. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +0 -16
  80. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +0 -16
  81. package/out/backend/_core/vendor/symfony/polyfill-php80/bootstrap.php +0 -42
  82. package/out/backend/_core/vendor/symfony/polyfill-php80/composer.json +0 -37
  83. package/out/backend/_core/vendor/vlucas/phpdotenv/.editorconfig +0 -15
  84. package/out/backend/_core/vendor/vlucas/phpdotenv/LICENSE +0 -30
  85. package/out/backend/_core/vendor/vlucas/phpdotenv/Makefile +0 -17
  86. package/out/backend/_core/vendor/vlucas/phpdotenv/README.md +0 -370
  87. package/out/backend/_core/vendor/vlucas/phpdotenv/UPGRADING.md +0 -196
  88. package/out/backend/_core/vendor/vlucas/phpdotenv/composer.json +0 -60
  89. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan-baseline.neon +0 -157
  90. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan.neon.dist +0 -7
  91. package/out/backend/_core/vendor/vlucas/phpdotenv/phpunit.xml.dist +0 -13
  92. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Dotenv.php +0 -267
  93. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +0 -12
  94. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php +0 -12
  95. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php +0 -12
  96. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php +0 -12
  97. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php +0 -12
  98. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Loader.php +0 -48
  99. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +0 -20
  100. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +0 -65
  101. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Entry.php +0 -59
  102. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +0 -299
  103. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +0 -58
  104. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lines.php +0 -127
  105. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Parser.php +0 -53
  106. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +0 -19
  107. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Value.php +0 -88
  108. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +0 -15
  109. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +0 -89
  110. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +0 -80
  111. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +0 -88
  112. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +0 -85
  113. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +0 -110
  114. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +0 -48
  115. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +0 -64
  116. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +0 -91
  117. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +0 -17
  118. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +0 -104
  119. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +0 -88
  120. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +0 -27
  121. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php +0 -107
  122. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +0 -272
  123. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +0 -51
  124. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Paths.php +0 -44
  125. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Reader.php +0 -81
  126. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/FileStore.php +0 -72
  127. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +0 -141
  128. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +0 -17
  129. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StringStore.php +0 -37
  130. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Regex.php +0 -112
  131. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Str.php +0 -108
  132. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Validator.php +0 -207
  133. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/DotenvTest.php +0 -387
  134. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Loader/LoaderTest.php +0 -86
  135. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/EntryParserTest.php +0 -234
  136. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LexerTest.php +0 -40
  137. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LinesTest.php +0 -53
  138. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/ParserTest.php +0 -98
  139. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ArrayAdapterTest.php +0 -57
  140. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/EnvConstAdapterTest.php +0 -75
  141. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/PutenvAdapterTest.php +0 -52
  142. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ServerConstAdapterTest.php +0 -75
  143. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/RepositoryTest.php +0 -305
  144. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Store/StoreTest.php +0 -141
  145. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/ValidatorTest.php +0 -479
  146. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/.env +0 -5
  147. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/assertions.env +0 -18
  148. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/booleans.env +0 -33
  149. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/commented.env +0 -15
  150. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/empty.env +0 -1
  151. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/example.env +0 -1
  152. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/exported.env +0 -7
  153. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/immutable.env +0 -1
  154. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/integers.env +0 -17
  155. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/large.env +0 -2
  156. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multibyte.env +0 -3
  157. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiline.env +0 -14
  158. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiple.env +0 -4
  159. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/mutable.env +0 -1
  160. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/nested.env +0 -15
  161. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/quoted.env +0 -11
  162. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/specialchars.env +0 -8
  163. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/unicodevarnames.env +0 -2
  164. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/utf8-with-bom-encoding.env +0 -3
  165. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/windows.env +0 -1
  166. package/out/backend/_core/vendor/vlucas/phpdotenv/vendor-bin/phpstan/composer.json +0 -15
  167. package/out/backend/api/protected/example-protected.php +0 -17
  168. package/out/backend/api/public/example-public.php +0 -17
  169. package/out/backend/database/Database.php +0 -24
  170. package/out/backend/database/migrations/create_example_db.sql +0 -1
  171. package/out/backend/web.config +0 -17
  172. package/out/css/fonts/bootstrap-icons.woff +0 -0
  173. package/out/css/fonts/bootstrap-icons.woff2 +0 -0
  174. package/out/css/github-markdown-dark.css +0 -1124
  175. package/out/css/github-markdown-light.css +0 -1124
  176. package/out/css/pages/404.css +0 -21517
  177. package/out/css/pages/homepage.css +0 -21508
  178. package/out/data/site.json +0 -44
  179. package/out/index.html +0 -1147
  180. package/out/js/bootstrap.bundle.min.js +0 -7
  181. package/out/js/pages/js/pages/404.js +0 -6
  182. package/out/js/pages/js/pages/homepage.js +0 -6
  183. package/out/js/pages/ts/pages/404.js +0 -6
  184. package/out/js/pages/ts/pages/homepage.js +0 -6
  185. package/out/llms.txt +0 -14
  186. package/out/robots.txt +0 -4
  187. package/out/sitemap.xml +0 -15
  188. package/out/web.config +0 -27
@@ -1,1124 +0,0 @@
1
- /*dark */
2
- .markdown-body {
3
- color-scheme: dark;
4
- /** CSS default easing. Use for hover state changes and micro-interactions. */
5
- /** Accelerating motion. Use for elements exiting the viewport (moving off-screen). */
6
- /** Smooth acceleration and deceleration. Use for elements moving or morphing within the viewport. */
7
- /** Decelerating motion. Use for elements entering the viewport or appearing on screen. */
8
- /** Constant motion with no acceleration. Use for continuous animations like progress bars or loaders. */
9
- -ms-text-size-adjust: 100%;
10
- -webkit-text-size-adjust: 100%;
11
- margin: 0;
12
- font-weight: 400;
13
- color: #f0f6fc;
14
- background-color: #0d1117;
15
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
16
- font-size: 16px;
17
- line-height: 1.5;
18
- word-wrap: break-word;
19
- }
20
-
21
- .markdown-body a {
22
- text-decoration: underline;
23
- text-underline-offset: .2rem;
24
- }
25
-
26
- .markdown-body .octicon {
27
- display: inline-block;
28
- fill: currentColor;
29
- vertical-align: text-bottom;
30
- }
31
-
32
- .markdown-body h1:hover .anchor .octicon-link:before,
33
- .markdown-body h2:hover .anchor .octicon-link:before,
34
- .markdown-body h3:hover .anchor .octicon-link:before,
35
- .markdown-body h4:hover .anchor .octicon-link:before,
36
- .markdown-body h5:hover .anchor .octicon-link:before,
37
- .markdown-body h6:hover .anchor .octicon-link:before {
38
- width: 16px;
39
- height: 16px;
40
- content: ' ';
41
- display: inline-block;
42
- background-color: currentColor;
43
- -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
44
- mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
45
- }
46
-
47
- .markdown-body details,
48
- .markdown-body figcaption,
49
- .markdown-body figure {
50
- display: block;
51
- }
52
-
53
- .markdown-body summary {
54
- display: list-item;
55
- }
56
-
57
- .markdown-body [hidden] {
58
- display: none !important;
59
- }
60
-
61
- .markdown-body a {
62
- background-color: rgba(0,0,0,0);
63
- color: #4493f8;
64
- text-decoration: none;
65
- }
66
-
67
- .markdown-body abbr[title] {
68
- border-bottom: none;
69
- -webkit-text-decoration: underline dotted;
70
- text-decoration: underline dotted;
71
- }
72
-
73
- .markdown-body b,
74
- .markdown-body strong {
75
- font-weight: 600;
76
- }
77
-
78
- .markdown-body dfn {
79
- font-style: italic;
80
- }
81
-
82
- .markdown-body h1 {
83
- margin: .67em 0;
84
- font-weight: 600;
85
- padding-bottom: .3em;
86
- font-size: 2em;
87
- border-bottom: 1px solid #3d444db3;
88
- }
89
-
90
- .markdown-body mark {
91
- background-color: #bb800926;
92
- color: #f0f6fc;
93
- }
94
-
95
- .markdown-body small {
96
- font-size: 90%;
97
- }
98
-
99
- .markdown-body sub,
100
- .markdown-body sup {
101
- font-size: 75%;
102
- line-height: 0;
103
- position: relative;
104
- vertical-align: baseline;
105
- }
106
-
107
- .markdown-body sub {
108
- bottom: -0.25em;
109
- }
110
-
111
- .markdown-body sup {
112
- top: -0.5em;
113
- }
114
-
115
- .markdown-body img {
116
- border-style: none;
117
- max-width: 100%;
118
- box-sizing: content-box;
119
- }
120
-
121
- .markdown-body code,
122
- .markdown-body kbd,
123
- .markdown-body pre,
124
- .markdown-body samp {
125
- font-family: monospace;
126
- font-size: 1em;
127
- }
128
-
129
- .markdown-body figure {
130
- margin: 1em 2.5rem;
131
- }
132
-
133
- .markdown-body hr {
134
- box-sizing: content-box;
135
- overflow: hidden;
136
- background: rgba(0,0,0,0);
137
- border-bottom: 1px solid #3d444db3;
138
- height: .25em;
139
- padding: 0;
140
- margin: 1.5rem 0;
141
- background-color: #3d444d;
142
- border: 0;
143
- }
144
-
145
- .markdown-body input {
146
- font: inherit;
147
- margin: 0;
148
- overflow: visible;
149
- font-family: inherit;
150
- font-size: inherit;
151
- line-height: inherit;
152
- }
153
-
154
- .markdown-body [type=button],
155
- .markdown-body [type=reset],
156
- .markdown-body [type=submit] {
157
- -webkit-appearance: button;
158
- appearance: button;
159
- }
160
-
161
- .markdown-body [type=checkbox],
162
- .markdown-body [type=radio] {
163
- box-sizing: border-box;
164
- padding: 0;
165
- }
166
-
167
- .markdown-body [type=number]::-webkit-inner-spin-button,
168
- .markdown-body [type=number]::-webkit-outer-spin-button {
169
- height: auto;
170
- }
171
-
172
- .markdown-body [type=search]::-webkit-search-cancel-button,
173
- .markdown-body [type=search]::-webkit-search-decoration {
174
- -webkit-appearance: none;
175
- appearance: none;
176
- }
177
-
178
- .markdown-body ::-webkit-input-placeholder {
179
- color: inherit;
180
- opacity: .54;
181
- }
182
-
183
- .markdown-body ::-webkit-file-upload-button {
184
- -webkit-appearance: button;
185
- appearance: button;
186
- font: inherit;
187
- }
188
-
189
- .markdown-body a:hover {
190
- text-decoration: underline;
191
- }
192
-
193
- .markdown-body ::placeholder {
194
- color: #9198a1;
195
- opacity: 1;
196
- }
197
-
198
- .markdown-body hr::before {
199
- display: table;
200
- content: "";
201
- }
202
-
203
- .markdown-body hr::after {
204
- display: table;
205
- clear: both;
206
- content: "";
207
- }
208
-
209
- .markdown-body table {
210
- border-spacing: 0;
211
- border-collapse: collapse;
212
- display: block;
213
- width: max-content;
214
- max-width: 100%;
215
- overflow: auto;
216
- font-variant: tabular-nums;
217
- }
218
-
219
- .markdown-body td,
220
- .markdown-body th {
221
- padding: 0;
222
- }
223
-
224
- .markdown-body details summary {
225
- cursor: pointer;
226
- }
227
-
228
- .markdown-body a:focus,
229
- .markdown-body [role=button]:focus,
230
- .markdown-body input[type=radio]:focus,
231
- .markdown-body input[type=checkbox]:focus {
232
- outline: 2px solid var(--borderColor-accent-emphasis);
233
- outline-offset: -2px;
234
- box-shadow: none;
235
- }
236
-
237
- .markdown-body a:focus:not(:focus-visible),
238
- .markdown-body [role=button]:focus:not(:focus-visible),
239
- .markdown-body input[type=radio]:focus:not(:focus-visible),
240
- .markdown-body input[type=checkbox]:focus:not(:focus-visible) {
241
- outline: solid 1px rgba(0,0,0,0);
242
- }
243
-
244
- .markdown-body a:focus-visible,
245
- .markdown-body [role=button]:focus-visible,
246
- .markdown-body input[type=radio]:focus-visible,
247
- .markdown-body input[type=checkbox]:focus-visible {
248
- outline: 2px solid var(--borderColor-accent-emphasis);
249
- outline-offset: -2px;
250
- box-shadow: none;
251
- }
252
-
253
- .markdown-body a:not([class]):focus,
254
- .markdown-body a:not([class]):focus-visible,
255
- .markdown-body input[type=radio]:focus,
256
- .markdown-body input[type=radio]:focus-visible,
257
- .markdown-body input[type=checkbox]:focus,
258
- .markdown-body input[type=checkbox]:focus-visible {
259
- outline-offset: 0;
260
- }
261
-
262
- .markdown-body kbd {
263
- display: inline-block;
264
- padding: 0.25rem;
265
- font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
266
- line-height: 10px;
267
- color: #f0f6fc;
268
- vertical-align: middle;
269
- background-color: #151b23;
270
- border: solid 1px var(--borderColor-muted);
271
- border-bottom-color: var(--borderColor-muted);
272
- border-radius: 6px;
273
- box-shadow: inset 0 -1px 0 var(--borderColor-muted);
274
- }
275
-
276
- .markdown-body h1,
277
- .markdown-body h2,
278
- .markdown-body h3,
279
- .markdown-body h4,
280
- .markdown-body h5,
281
- .markdown-body h6 {
282
- margin-top: 1.5rem;
283
- margin-bottom: 1rem;
284
- font-weight: 600;
285
- line-height: 1.25;
286
- }
287
-
288
- .markdown-body h2 {
289
- font-weight: 600;
290
- padding-bottom: .3em;
291
- font-size: 1.5em;
292
- border-bottom: 1px solid #3d444db3;
293
- }
294
-
295
- .markdown-body h3 {
296
- font-weight: 600;
297
- font-size: 1.25em;
298
- }
299
-
300
- .markdown-body h4 {
301
- font-weight: 600;
302
- font-size: 1em;
303
- }
304
-
305
- .markdown-body h5 {
306
- font-weight: 600;
307
- font-size: .875em;
308
- }
309
-
310
- .markdown-body h6 {
311
- font-weight: 600;
312
- font-size: .85em;
313
- color: #9198a1;
314
- }
315
-
316
- .markdown-body p {
317
- margin-top: 0;
318
- margin-bottom: 10px;
319
- }
320
-
321
- .markdown-body blockquote {
322
- margin: 0;
323
- padding: 0 1em;
324
- color: #9198a1;
325
- border-left: .25em solid #3d444d;
326
- }
327
-
328
- .markdown-body ul,
329
- .markdown-body ol {
330
- margin-top: 0;
331
- margin-bottom: 0;
332
- padding-left: 2em;
333
- }
334
-
335
- .markdown-body ol ol,
336
- .markdown-body ul ol {
337
- list-style-type: lower-roman;
338
- }
339
-
340
- .markdown-body ul ul ol,
341
- .markdown-body ul ol ol,
342
- .markdown-body ol ul ol,
343
- .markdown-body ol ol ol {
344
- list-style-type: lower-alpha;
345
- }
346
-
347
- .markdown-body dd {
348
- margin-left: 0;
349
- }
350
-
351
- .markdown-body tt,
352
- .markdown-body code,
353
- .markdown-body samp {
354
- font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
355
- font-size: 12px;
356
- }
357
-
358
- .markdown-body pre {
359
- margin-top: 0;
360
- margin-bottom: 0;
361
- font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
362
- font-size: 12px;
363
- word-wrap: normal;
364
- }
365
-
366
- .markdown-body .octicon {
367
- display: inline-block;
368
- overflow: visible !important;
369
- vertical-align: text-bottom;
370
- fill: currentColor;
371
- }
372
-
373
- .markdown-body input::-webkit-outer-spin-button,
374
- .markdown-body input::-webkit-inner-spin-button {
375
- margin: 0;
376
- appearance: none;
377
- }
378
-
379
- .markdown-body .mr-2 {
380
- margin-right: 0.5rem !important;
381
- }
382
-
383
- .markdown-body::before {
384
- display: table;
385
- content: "";
386
- }
387
-
388
- .markdown-body::after {
389
- display: table;
390
- clear: both;
391
- content: "";
392
- }
393
-
394
- .markdown-body>*:first-child {
395
- margin-top: 0 !important;
396
- }
397
-
398
- .markdown-body>*:last-child {
399
- margin-bottom: 0 !important;
400
- }
401
-
402
- .markdown-body a:not([href]) {
403
- color: inherit;
404
- text-decoration: none;
405
- }
406
-
407
- .markdown-body .absent {
408
- color: #f85149;
409
- }
410
-
411
- .markdown-body .anchor {
412
- float: left;
413
- padding-right: 0.25rem;
414
- margin-left: -20px;
415
- line-height: 1;
416
- }
417
-
418
- .markdown-body .anchor:focus {
419
- outline: none;
420
- }
421
-
422
- .markdown-body p,
423
- .markdown-body blockquote,
424
- .markdown-body ul,
425
- .markdown-body ol,
426
- .markdown-body dl,
427
- .markdown-body table,
428
- .markdown-body pre,
429
- .markdown-body details {
430
- margin-top: 0;
431
- margin-bottom: 1rem;
432
- }
433
-
434
- .markdown-body blockquote>:first-child {
435
- margin-top: 0;
436
- }
437
-
438
- .markdown-body blockquote>:last-child {
439
- margin-bottom: 0;
440
- }
441
-
442
- .markdown-body h1 .octicon-link,
443
- .markdown-body h2 .octicon-link,
444
- .markdown-body h3 .octicon-link,
445
- .markdown-body h4 .octicon-link,
446
- .markdown-body h5 .octicon-link,
447
- .markdown-body h6 .octicon-link {
448
- color: #f0f6fc;
449
- vertical-align: middle;
450
- visibility: hidden;
451
- }
452
-
453
- .markdown-body h1:hover .anchor,
454
- .markdown-body h2:hover .anchor,
455
- .markdown-body h3:hover .anchor,
456
- .markdown-body h4:hover .anchor,
457
- .markdown-body h5:hover .anchor,
458
- .markdown-body h6:hover .anchor {
459
- text-decoration: none;
460
- }
461
-
462
- .markdown-body h1:hover .anchor .octicon-link,
463
- .markdown-body h2:hover .anchor .octicon-link,
464
- .markdown-body h3:hover .anchor .octicon-link,
465
- .markdown-body h4:hover .anchor .octicon-link,
466
- .markdown-body h5:hover .anchor .octicon-link,
467
- .markdown-body h6:hover .anchor .octicon-link {
468
- visibility: visible;
469
- }
470
-
471
- .markdown-body h1 tt,
472
- .markdown-body h1 code,
473
- .markdown-body h2 tt,
474
- .markdown-body h2 code,
475
- .markdown-body h3 tt,
476
- .markdown-body h3 code,
477
- .markdown-body h4 tt,
478
- .markdown-body h4 code,
479
- .markdown-body h5 tt,
480
- .markdown-body h5 code,
481
- .markdown-body h6 tt,
482
- .markdown-body h6 code {
483
- padding: 0 .2em;
484
- font-size: inherit;
485
- }
486
-
487
- .markdown-body summary h1,
488
- .markdown-body summary h2,
489
- .markdown-body summary h3,
490
- .markdown-body summary h4,
491
- .markdown-body summary h5,
492
- .markdown-body summary h6 {
493
- display: inline-block;
494
- }
495
-
496
- .markdown-body summary h1 .anchor,
497
- .markdown-body summary h2 .anchor,
498
- .markdown-body summary h3 .anchor,
499
- .markdown-body summary h4 .anchor,
500
- .markdown-body summary h5 .anchor,
501
- .markdown-body summary h6 .anchor {
502
- margin-left: -40px;
503
- }
504
-
505
- .markdown-body summary h1,
506
- .markdown-body summary h2 {
507
- padding-bottom: 0;
508
- border-bottom: 0;
509
- }
510
-
511
- .markdown-body ul.no-list,
512
- .markdown-body ol.no-list {
513
- padding: 0;
514
- list-style-type: none;
515
- }
516
-
517
- .markdown-body ol[type="a s"] {
518
- list-style-type: lower-alpha;
519
- }
520
-
521
- .markdown-body ol[type="A s"] {
522
- list-style-type: upper-alpha;
523
- }
524
-
525
- .markdown-body ol[type="i s"] {
526
- list-style-type: lower-roman;
527
- }
528
-
529
- .markdown-body ol[type="I s"] {
530
- list-style-type: upper-roman;
531
- }
532
-
533
- .markdown-body ol[type="1"] {
534
- list-style-type: decimal;
535
- }
536
-
537
- .markdown-body div>ol:not([type]) {
538
- list-style-type: decimal;
539
- }
540
-
541
- .markdown-body ul ul,
542
- .markdown-body ul ol,
543
- .markdown-body ol ol,
544
- .markdown-body ol ul {
545
- margin-top: 0;
546
- margin-bottom: 0;
547
- }
548
-
549
- .markdown-body li>p {
550
- margin-top: 1rem;
551
- }
552
-
553
- .markdown-body li+li {
554
- margin-top: .25em;
555
- }
556
-
557
- .markdown-body dl {
558
- padding: 0;
559
- }
560
-
561
- .markdown-body dl dt {
562
- padding: 0;
563
- margin-top: 1rem;
564
- font-size: 1em;
565
- font-style: italic;
566
- font-weight: 600;
567
- }
568
-
569
- .markdown-body dl dd {
570
- padding: 0 1rem;
571
- margin-bottom: 1rem;
572
- }
573
-
574
- .markdown-body table th {
575
- font-weight: 600;
576
- }
577
-
578
- .markdown-body table th,
579
- .markdown-body table td {
580
- padding: 6px 13px;
581
- border: 1px solid #3d444d;
582
- }
583
-
584
- .markdown-body table td>:last-child {
585
- margin-bottom: 0;
586
- }
587
-
588
- .markdown-body table tr {
589
- background-color: #0d1117;
590
- border-top: 1px solid #3d444db3;
591
- }
592
-
593
- .markdown-body table tr:nth-child(2n) {
594
- background-color: #151b23;
595
- }
596
-
597
- .markdown-body table img {
598
- background-color: rgba(0,0,0,0);
599
- }
600
-
601
- .markdown-body img[align=right] {
602
- padding-left: 20px;
603
- }
604
-
605
- .markdown-body img[align=left] {
606
- padding-right: 20px;
607
- }
608
-
609
- .markdown-body .emoji {
610
- max-width: none;
611
- vertical-align: text-top;
612
- background-color: rgba(0,0,0,0);
613
- }
614
-
615
- .markdown-body span.frame {
616
- display: block;
617
- overflow: hidden;
618
- }
619
-
620
- .markdown-body span.frame>span {
621
- display: block;
622
- float: left;
623
- width: auto;
624
- padding: 7px;
625
- margin: 13px 0 0;
626
- overflow: hidden;
627
- border: 1px solid #3d444d;
628
- }
629
-
630
- .markdown-body span.frame span img {
631
- display: block;
632
- float: left;
633
- }
634
-
635
- .markdown-body span.frame span span {
636
- display: block;
637
- padding: 5px 0 0;
638
- clear: both;
639
- color: #f0f6fc;
640
- }
641
-
642
- .markdown-body span.align-center {
643
- display: block;
644
- overflow: hidden;
645
- clear: both;
646
- }
647
-
648
- .markdown-body span.align-center>span {
649
- display: block;
650
- margin: 13px auto 0;
651
- overflow: hidden;
652
- text-align: center;
653
- }
654
-
655
- .markdown-body span.align-center span img {
656
- margin: 0 auto;
657
- text-align: center;
658
- }
659
-
660
- .markdown-body span.align-right {
661
- display: block;
662
- overflow: hidden;
663
- clear: both;
664
- }
665
-
666
- .markdown-body span.align-right>span {
667
- display: block;
668
- margin: 13px 0 0;
669
- overflow: hidden;
670
- text-align: right;
671
- }
672
-
673
- .markdown-body span.align-right span img {
674
- margin: 0;
675
- text-align: right;
676
- }
677
-
678
- .markdown-body span.float-left {
679
- display: block;
680
- float: left;
681
- margin-right: 13px;
682
- overflow: hidden;
683
- }
684
-
685
- .markdown-body span.float-left span {
686
- margin: 13px 0 0;
687
- }
688
-
689
- .markdown-body span.float-right {
690
- display: block;
691
- float: right;
692
- margin-left: 13px;
693
- overflow: hidden;
694
- }
695
-
696
- .markdown-body span.float-right>span {
697
- display: block;
698
- margin: 13px auto 0;
699
- overflow: hidden;
700
- text-align: right;
701
- }
702
-
703
- .markdown-body code,
704
- .markdown-body tt {
705
- padding: .2em .4em;
706
- margin: 0;
707
- font-size: 85%;
708
- white-space: break-spaces;
709
- background-color: #656c7633;
710
- border-radius: 6px;
711
- }
712
-
713
- .markdown-body code br,
714
- .markdown-body tt br {
715
- display: none;
716
- }
717
-
718
- .markdown-body del code {
719
- text-decoration: inherit;
720
- }
721
-
722
- .markdown-body samp {
723
- font-size: 85%;
724
- }
725
-
726
- .markdown-body pre code {
727
- font-size: 100%;
728
- }
729
-
730
- .markdown-body pre>code {
731
- padding: 0;
732
- margin: 0;
733
- word-break: normal;
734
- white-space: pre;
735
- background: rgba(0,0,0,0);
736
- border: 0;
737
- }
738
-
739
- .markdown-body .highlight {
740
- margin-bottom: 1rem;
741
- }
742
-
743
- .markdown-body .highlight pre {
744
- margin-bottom: 0;
745
- word-break: normal;
746
- }
747
-
748
- .markdown-body .highlight pre,
749
- .markdown-body pre {
750
- padding: 1rem;
751
- overflow: auto;
752
- font-size: 85%;
753
- line-height: 1.45;
754
- color: #f0f6fc;
755
- background-color: #151b23;
756
- border-radius: 6px;
757
- }
758
-
759
- .markdown-body pre code,
760
- .markdown-body pre tt {
761
- display: inline;
762
- padding: 0;
763
- margin: 0;
764
- overflow: visible;
765
- line-height: inherit;
766
- word-wrap: normal;
767
- background-color: rgba(0,0,0,0);
768
- border: 0;
769
- }
770
-
771
- .markdown-body .csv-data td,
772
- .markdown-body .csv-data th {
773
- padding: 5px;
774
- overflow: hidden;
775
- font-size: 12px;
776
- line-height: 1;
777
- text-align: left;
778
- white-space: nowrap;
779
- }
780
-
781
- .markdown-body .csv-data .blob-num {
782
- padding: 10px 0.5rem 9px;
783
- text-align: right;
784
- background: #0d1117;
785
- border: 0;
786
- }
787
-
788
- .markdown-body .csv-data tr {
789
- border-top: 0;
790
- }
791
-
792
- .markdown-body .csv-data th {
793
- font-weight: 600;
794
- background: #151b23;
795
- border-top: 0;
796
- }
797
-
798
- .markdown-body [data-footnote-ref]::before {
799
- content: "[";
800
- }
801
-
802
- .markdown-body [data-footnote-ref]::after {
803
- content: "]";
804
- }
805
-
806
- .markdown-body .footnotes {
807
- font-size: 12px;
808
- color: #9198a1;
809
- border-top: 1px solid #3d444d;
810
- }
811
-
812
- .markdown-body .footnotes ol {
813
- padding-left: 1rem;
814
- }
815
-
816
- .markdown-body .footnotes ol ul {
817
- display: inline-block;
818
- padding-left: 1rem;
819
- margin-top: 1rem;
820
- }
821
-
822
- .markdown-body .footnotes li {
823
- position: relative;
824
- }
825
-
826
- .markdown-body .footnotes li:target::before {
827
- position: absolute;
828
- top: calc(0.5rem*-1);
829
- right: calc(0.5rem*-1);
830
- bottom: calc(0.5rem*-1);
831
- left: calc(1.5rem*-1);
832
- pointer-events: none;
833
- content: "";
834
- border: 2px solid #1f6feb;
835
- border-radius: 6px;
836
- }
837
-
838
- .markdown-body .footnotes li:target {
839
- color: #f0f6fc;
840
- }
841
-
842
- .markdown-body .footnotes .data-footnote-backref g-emoji {
843
- font-family: monospace;
844
- }
845
-
846
- .markdown-body .pl-c {
847
- color: #9198a1;
848
- }
849
-
850
- .markdown-body .pl-c1,
851
- .markdown-body .pl-s .pl-v {
852
- color: #79c0ff;
853
- }
854
-
855
- .markdown-body .pl-e,
856
- .markdown-body .pl-en {
857
- color: #d2a8ff;
858
- }
859
-
860
- .markdown-body .pl-smi,
861
- .markdown-body .pl-s .pl-s1 {
862
- color: #f0f6fc;
863
- }
864
-
865
- .markdown-body .pl-ent {
866
- color: #7ee787;
867
- }
868
-
869
- .markdown-body .pl-k {
870
- color: #ff7b72;
871
- }
872
-
873
- .markdown-body .pl-s,
874
- .markdown-body .pl-pds,
875
- .markdown-body .pl-s .pl-pse .pl-s1,
876
- .markdown-body .pl-sr,
877
- .markdown-body .pl-sr .pl-cce,
878
- .markdown-body .pl-sr .pl-sre,
879
- .markdown-body .pl-sr .pl-sra {
880
- color: #a5d6ff;
881
- }
882
-
883
- .markdown-body .pl-v,
884
- .markdown-body .pl-smw {
885
- color: #ffa657;
886
- }
887
-
888
- .markdown-body .pl-bu {
889
- color: #f85149;
890
- }
891
-
892
- .markdown-body .pl-ii {
893
- color: var(--fgColor-danger);
894
- background-color: var(--bgColor-danger-muted);
895
- }
896
-
897
- .markdown-body .pl-c2 {
898
- color: #f0f6fc;
899
- background-color: #b62324;
900
- }
901
-
902
- .markdown-body .pl-sr .pl-cce {
903
- font-weight: bold;
904
- color: #7ee787;
905
- }
906
-
907
- .markdown-body .pl-ml {
908
- color: #f2cc60;
909
- }
910
-
911
- .markdown-body .pl-mh,
912
- .markdown-body .pl-mh .pl-en,
913
- .markdown-body .pl-ms {
914
- font-weight: bold;
915
- color: #1f6feb;
916
- }
917
-
918
- .markdown-body .pl-mi {
919
- font-style: italic;
920
- color: #f0f6fc;
921
- }
922
-
923
- .markdown-body .pl-mb {
924
- font-weight: bold;
925
- color: #f0f6fc;
926
- }
927
-
928
- .markdown-body .pl-md {
929
- color: #ffdcd7;
930
- background-color: #67060c;
931
- }
932
-
933
- .markdown-body .pl-mi1 {
934
- color: #aff5b4;
935
- background-color: #033a16;
936
- }
937
-
938
- .markdown-body .pl-mc {
939
- color: #ffdfb6;
940
- background-color: #5a1e02;
941
- }
942
-
943
- .markdown-body .pl-mi2 {
944
- color: #f0f6fc;
945
- background-color: #1158c7;
946
- }
947
-
948
- .markdown-body .pl-mdr {
949
- font-weight: bold;
950
- color: #d2a8ff;
951
- }
952
-
953
- .markdown-body .pl-ba {
954
- color: #9198a1;
955
- }
956
-
957
- .markdown-body .pl-sg {
958
- color: #3d444d;
959
- }
960
-
961
- .markdown-body .pl-corl {
962
- text-decoration: underline;
963
- color: #a5d6ff;
964
- }
965
-
966
- .markdown-body [role=button]:focus:not(:focus-visible),
967
- .markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
968
- .markdown-body button:focus:not(:focus-visible),
969
- .markdown-body summary:focus:not(:focus-visible),
970
- .markdown-body a:focus:not(:focus-visible) {
971
- outline: none;
972
- box-shadow: none;
973
- }
974
-
975
- .markdown-body [tabindex="0"]:focus:not(:focus-visible),
976
- .markdown-body details-dialog:focus:not(:focus-visible) {
977
- outline: none;
978
- }
979
-
980
- .markdown-body g-emoji {
981
- display: inline-block;
982
- min-width: 1ch;
983
- font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
984
- font-size: 1em;
985
- font-style: normal !important;
986
- font-weight: 400;
987
- line-height: 1;
988
- vertical-align: -0.075em;
989
- }
990
-
991
- .markdown-body g-emoji img {
992
- width: 1em;
993
- height: 1em;
994
- }
995
-
996
- .markdown-body a:has(>p,>div,>pre,>blockquote) {
997
- display: block;
998
- }
999
-
1000
- .markdown-body a:has(>p,>div,>pre,>blockquote):not(:has(.snippet-clipboard-content,>pre)) {
1001
- width: fit-content;
1002
- }
1003
-
1004
- .markdown-body a:has(>p,>div,>pre,>blockquote):has(.snippet-clipboard-content,>pre):focus-visible {
1005
- outline: 2px solid var(--borderColor-accent-emphasis);
1006
- outline-offset: 2px;
1007
- }
1008
-
1009
- .markdown-body .task-list-item {
1010
- list-style-type: none;
1011
- }
1012
-
1013
- .markdown-body .task-list-item label {
1014
- font-weight: 400;
1015
- }
1016
-
1017
- .markdown-body .task-list-item.enabled label {
1018
- cursor: pointer;
1019
- }
1020
-
1021
- .markdown-body .task-list-item+.task-list-item {
1022
- margin-top: 0.25rem;
1023
- }
1024
-
1025
- .markdown-body .task-list-item .handle {
1026
- display: none;
1027
- }
1028
-
1029
- .markdown-body .task-list-item-checkbox {
1030
- margin: 0 .2em .25em -1.4em;
1031
- vertical-align: middle;
1032
- }
1033
-
1034
- .markdown-body ul:dir(rtl) .task-list-item-checkbox {
1035
- margin: 0 -1.6em .25em .2em;
1036
- }
1037
-
1038
- .markdown-body ol:dir(rtl) .task-list-item-checkbox {
1039
- margin: 0 -1.6em .25em .2em;
1040
- }
1041
-
1042
- .markdown-body .contains-task-list:hover .task-list-item-convert-container,
1043
- .markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
1044
- display: block;
1045
- width: auto;
1046
- height: 24px;
1047
- overflow: visible;
1048
- clip-path: none;
1049
- }
1050
-
1051
- .markdown-body ::-webkit-calendar-picker-indicator {
1052
- filter: invert(50%);
1053
- }
1054
-
1055
- .markdown-body .markdown-alert {
1056
- padding: 0.5rem 1rem;
1057
- margin-bottom: 1rem;
1058
- color: inherit;
1059
- border-left: .25em solid #3d444d;
1060
- }
1061
-
1062
- .markdown-body .markdown-alert>:first-child {
1063
- margin-top: 0;
1064
- }
1065
-
1066
- .markdown-body .markdown-alert>:last-child {
1067
- margin-bottom: 0;
1068
- }
1069
-
1070
- .markdown-body .markdown-alert .markdown-alert-title {
1071
- display: flex;
1072
- font-weight: 500;
1073
- align-items: center;
1074
- line-height: 1;
1075
- }
1076
-
1077
- .markdown-body .markdown-alert.markdown-alert-note {
1078
- border-left-color: #1f6feb;
1079
- }
1080
-
1081
- .markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
1082
- color: #4493f8;
1083
- }
1084
-
1085
- .markdown-body .markdown-alert.markdown-alert-important {
1086
- border-left-color: #8957e5;
1087
- }
1088
-
1089
- .markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
1090
- color: #ab7df8;
1091
- }
1092
-
1093
- .markdown-body .markdown-alert.markdown-alert-warning {
1094
- border-left-color: #9e6a03;
1095
- }
1096
-
1097
- .markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
1098
- color: #d29922;
1099
- }
1100
-
1101
- .markdown-body .markdown-alert.markdown-alert-tip {
1102
- border-left-color: #238636;
1103
- }
1104
-
1105
- .markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
1106
- color: #3fb950;
1107
- }
1108
-
1109
- .markdown-body .markdown-alert.markdown-alert-caution {
1110
- border-left-color: #da3633;
1111
- }
1112
-
1113
- .markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
1114
- color: #f85149;
1115
- }
1116
-
1117
- .markdown-body>*:first-child>.heading-element:first-child {
1118
- margin-top: 0 !important;
1119
- }
1120
-
1121
- .markdown-body .highlight pre:has(+.zeroclipboard-container) {
1122
- min-height: 52px;
1123
- }
1124
-