@verdaccio/ui-components 5.0.0-next-9.7 → 5.0.0-next-9.9

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 (261) hide show
  1. package/build/Theme/ResetStyles.d.ts +1 -1
  2. package/build/Theme/StyleBaseline.d.ts +1 -2
  3. package/build/Theme/ThemeProvider.d.ts +1 -1
  4. package/build/Theme/modes.d.ts +13 -1
  5. package/build/Theme/modes.js +18 -3
  6. package/build/Theme/modes.js.map +1 -1
  7. package/build/Theme/modes.mjs +16 -2
  8. package/build/Theme/modes.mjs.map +1 -1
  9. package/build/Theme/theme.d.ts +27 -3
  10. package/build/Theme/theme.js.map +1 -1
  11. package/build/Theme/theme.mjs.map +1 -1
  12. package/build/api/use-data-mutation.d.ts +3 -3
  13. package/build/api/use-data.d.ts +2 -2
  14. package/build/components/ActionBar/ActionBar.d.ts +1 -1
  15. package/build/components/ActionBar/ActionBarAction.d.ts +7 -2
  16. package/build/components/AppRoute/AppRoute.d.ts +1 -1
  17. package/build/components/Author/Author.d.ts +1 -1
  18. package/build/components/Author/styles.d.ts +9 -2
  19. package/build/components/CopyClipboard/CopyToClipBoard.d.ts +1 -1
  20. package/build/components/CopyClipboard/utils.d.ts +1 -1
  21. package/build/components/Dependencies/Dependencies.d.ts +1 -1
  22. package/build/components/Dependencies/DependencyBlock.d.ts +15 -7
  23. package/build/components/Dependencies/DependencyBlock.mjs +2 -2
  24. package/build/components/Dependencies/DependencyBlock.mjs.map +1 -1
  25. package/build/components/Dependencies/index.js +1 -1
  26. package/build/components/Dependencies/types.d.ts +1 -1
  27. package/build/components/Deprecated/Deprecated.d.ts +1 -1
  28. package/build/components/Developers/Developers.d.ts +8 -3
  29. package/build/components/Developers/Title.d.ts +1 -1
  30. package/build/components/Developers/Title.mjs +2 -2
  31. package/build/components/Developers/Title.mjs.map +1 -1
  32. package/build/components/Developers/get-unique-developer-values.d.ts +1 -1
  33. package/build/components/Distribution/Dist.d.ts +2 -2
  34. package/build/components/Distribution/styles.d.ts +12 -3
  35. package/build/components/Distribution/styles.mjs +2 -2
  36. package/build/components/Distribution/styles.mjs.map +1 -1
  37. package/build/components/Engines/Engines.d.ts +2 -2
  38. package/build/components/Engines/styles.d.ts +9 -2
  39. package/build/components/Engines/styles.mjs +2 -2
  40. package/build/components/Engines/styles.mjs.map +1 -1
  41. package/build/components/ErrorBoundary/ErrorBoundary.d.ts +2 -3
  42. package/build/components/Forbidden/Forbidden.d.ts +1 -1
  43. package/build/components/FundButton/FundButton.d.ts +1 -1
  44. package/build/components/FundButton/FundButton.js +1 -1
  45. package/build/components/FundButton/FundButton.js.map +1 -1
  46. package/build/components/FundButton/FundButton.mjs +1 -1
  47. package/build/components/FundButton/FundButton.mjs.map +1 -1
  48. package/build/components/HeaderInfoDialog/HeaderInfoDialog.d.ts +1 -1
  49. package/build/components/Heading/Heading.d.ts +2 -2
  50. package/build/components/Heading/Heading.mjs +2 -2
  51. package/build/components/Heading/Heading.mjs.map +1 -1
  52. package/build/components/Help/Help.d.ts +1 -1
  53. package/build/components/Help/Help.mjs +3 -3
  54. package/build/components/Help/Help.mjs.map +1 -1
  55. package/build/components/Help/styles.d.ts +3 -1
  56. package/build/components/Icons/DevsIcons/CommonJS.d.ts +1 -1
  57. package/build/components/Icons/DevsIcons/ES6Module.d.ts +1 -1
  58. package/build/components/Icons/DevsIcons/Git.d.ts +1 -1
  59. package/build/components/Icons/DevsIcons/NodeJS.d.ts +1 -1
  60. package/build/components/Icons/DevsIcons/TypeScript.d.ts +1 -1
  61. package/build/components/Icons/DevsIcons/commonjs.svg +4 -0
  62. package/build/components/Icons/DevsIcons/es6module.svg +4 -0
  63. package/build/components/Icons/DevsIcons/git.svg +4 -0
  64. package/build/components/Icons/DevsIcons/nodejs.svg +6 -0
  65. package/build/components/Icons/DevsIcons/typescript.svg +4 -0
  66. package/build/components/Icons/Earth.d.ts +1 -1
  67. package/build/components/Icons/FileBinary.d.ts +1 -1
  68. package/build/components/Icons/Law.d.ts +1 -1
  69. package/build/components/Icons/License.d.ts +1 -1
  70. package/build/components/Icons/Managers/Npm.d.ts +1 -1
  71. package/build/components/Icons/Managers/Pnpm.d.ts +1 -1
  72. package/build/components/Icons/Managers/Yarn.d.ts +1 -1
  73. package/build/components/Icons/Managers/npm.svg +15 -0
  74. package/build/components/Icons/Managers/pnpm.svg +1 -0
  75. package/build/components/Icons/Managers/yarn.svg +1 -0
  76. package/build/components/Icons/SvgIcon.d.ts +2 -2
  77. package/build/components/Icons/Time.d.ts +1 -1
  78. package/build/components/Icons/Version.d.ts +1 -1
  79. package/build/components/Install/Install.d.ts +3 -3
  80. package/build/components/Install/InstallListItem.d.ts +1 -1
  81. package/build/components/Install/InstallListItem.mjs +2 -2
  82. package/build/components/Install/InstallListItem.mjs.map +1 -1
  83. package/build/components/Keywords/KeywordListItems.d.ts +1 -1
  84. package/build/components/Keywords/Keywords.d.ts +2 -2
  85. package/build/components/Keywords/Keywords.mjs +2 -2
  86. package/build/components/Keywords/Keywords.mjs.map +1 -1
  87. package/build/components/Label/Label.d.ts +2 -2
  88. package/build/components/Link/Link.d.ts +1 -1
  89. package/build/components/Link/Link.mjs +2 -2
  90. package/build/components/Link/Link.mjs.map +1 -1
  91. package/build/components/LinkExternal/LinkExternal.d.ts +1 -1
  92. package/build/components/Loading/Loading.d.ts +1 -1
  93. package/build/components/Loading/Spinner/Spinner.d.ts +1 -1
  94. package/build/components/Loading/styles.d.ts +7 -7
  95. package/build/components/LoginDialog/LoginDialog.d.ts +1 -1
  96. package/build/components/LoginDialog/LoginDialogCloseButton.d.ts +1 -1
  97. package/build/components/LoginDialog/LoginDialogCloseButton.js +2 -2
  98. package/build/components/LoginDialog/LoginDialogCloseButton.js.map +1 -1
  99. package/build/components/LoginDialog/LoginDialogCloseButton.mjs +2 -2
  100. package/build/components/LoginDialog/LoginDialogCloseButton.mjs.map +1 -1
  101. package/build/components/LoginDialog/LoginDialogForm.d.ts +1 -1
  102. package/build/components/LoginDialog/LoginDialogFormError.d.ts +1 -1
  103. package/build/components/LoginForm/Login.d.ts +2 -2
  104. package/build/components/LoginForm/Login.mjs +2 -2
  105. package/build/components/LoginForm/Login.mjs.map +1 -1
  106. package/build/components/LoginForm/PasswordField.d.ts +3 -3
  107. package/build/components/LoginForm/UsernameField.d.ts +3 -3
  108. package/build/components/LoginForm/styles.d.ts +1 -1
  109. package/build/components/LoginForm/styles.js +2 -2
  110. package/build/components/LoginForm/styles.js.map +1 -1
  111. package/build/components/LoginForm/styles.mjs +2 -2
  112. package/build/components/LoginForm/styles.mjs.map +1 -1
  113. package/build/components/LoginForm/useLoginForm.d.ts +17 -17
  114. package/build/components/Logo/Logo.d.ts +1 -1
  115. package/build/components/Logo/img/logo-black-and-white.svg +1 -0
  116. package/build/components/Logo/img/logo.svg +1 -0
  117. package/build/components/MenuItem/MenuItem.d.ts +2 -2
  118. package/build/components/NoItems/NoItems.d.ts +1 -1
  119. package/build/components/NoItems/NoItems.mjs +2 -2
  120. package/build/components/NoItems/NoItems.mjs.map +1 -1
  121. package/build/components/NotFound/NotFound.d.ts +1 -1
  122. package/build/components/NotFound/img/package.svg +1 -0
  123. package/build/components/Package/Package.d.ts +3 -3
  124. package/build/components/Package/Package.js.map +1 -1
  125. package/build/components/Package/Package.mjs.map +1 -1
  126. package/build/components/Package/styles.d.ts +39 -29
  127. package/build/components/Package/styles.mjs +2 -2
  128. package/build/components/Package/styles.mjs.map +1 -1
  129. package/build/components/PackageList/PackageList.d.ts +2 -2
  130. package/build/components/Person/Person.d.ts +2 -2
  131. package/build/components/Person/PersonTooltip.d.ts +2 -2
  132. package/build/components/Person/PersonTooltip.mjs +2 -2
  133. package/build/components/Person/PersonTooltip.mjs.map +1 -1
  134. package/build/components/Person/utils.d.ts +1 -1
  135. package/build/components/RawViewer/RawViewer.d.ts +1 -1
  136. package/build/components/Readme/Readme.d.ts +2 -5
  137. package/build/components/Readme/Readme.js +6 -6
  138. package/build/components/Readme/Readme.js.map +1 -1
  139. package/build/components/Readme/Readme.mjs +6 -6
  140. package/build/components/Readme/Readme.mjs.map +1 -1
  141. package/build/components/Readme/github-markdown.css +1654 -0
  142. package/build/components/Readme/hljs-github-dark.css +117 -0
  143. package/build/components/Readme/hljs-github-light.css +117 -0
  144. package/build/components/RegistryInfoDialog/RegistryInfoDialog.d.ts +2 -2
  145. package/build/components/RegistryInfoDialog/styles.d.ts +11 -7
  146. package/build/components/RegistryInfoDialog/types.d.ts +1 -1
  147. package/build/components/Repository/Repository.d.ts +1 -1
  148. package/build/components/Repository/Repository.mjs +4 -4
  149. package/build/components/Repository/Repository.mjs.map +1 -1
  150. package/build/components/Search/AutoComplete/AutoComplete.d.ts +2 -3
  151. package/build/components/Search/AutoComplete/styles.d.ts +3 -3
  152. package/build/components/Search/Search.d.ts +1 -1
  153. package/build/components/Search/Search.js +15 -30
  154. package/build/components/Search/Search.js.map +1 -1
  155. package/build/components/Search/Search.mjs +15 -30
  156. package/build/components/Search/Search.mjs.map +1 -1
  157. package/build/components/Search/SearchItem.d.ts +4 -4
  158. package/build/components/Search/styles.d.ts +10 -6
  159. package/build/components/Search/utils.d.ts +21 -0
  160. package/build/components/Search/utils.js +37 -0
  161. package/build/components/Search/utils.js.map +1 -1
  162. package/build/components/Search/utils.mjs +37 -1
  163. package/build/components/Search/utils.mjs.map +1 -1
  164. package/build/components/SettingsMenu/SettingsMenu.d.ts +1 -1
  165. package/build/components/SideBarTitle/SideBarTitle.d.ts +1 -1
  166. package/build/components/UnAuthorized/UnAuthorized.d.ts +1 -1
  167. package/build/components/UpLinks/UpLinks.d.ts +1 -1
  168. package/build/components/UpLinks/UplinkLink.d.ts +1 -1
  169. package/build/components/UpLinks/index.js +1 -1
  170. package/build/components/UpLinks/styles.d.ts +11 -7
  171. package/build/components/UpLinks/styles.mjs +5 -5
  172. package/build/components/UpLinks/styles.mjs.map +1 -1
  173. package/build/components/Versions/HistoryList.d.ts +2 -2
  174. package/build/components/Versions/TagList.d.ts +2 -2
  175. package/build/components/Versions/Versions.d.ts +7 -2
  176. package/build/components/Versions/Versions.mjs +2 -2
  177. package/build/components/Versions/Versions.mjs.map +1 -1
  178. package/build/components/Versions/index.js +1 -1
  179. package/build/components/Versions/styles.d.ts +6 -6
  180. package/build/components/Versions/styles.mjs +3 -3
  181. package/build/components/Versions/styles.mjs.map +1 -1
  182. package/build/components/Versions/types.d.ts +1 -1
  183. package/build/configuration.d.ts +1 -1
  184. package/build/hooks/useOnClickOutside.d.ts +1 -1
  185. package/build/index.d.ts +0 -3
  186. package/build/index.js +59 -62
  187. package/build/index.mjs +2 -6
  188. package/build/layouts/Security/Dialog.d.ts +1 -1
  189. package/build/layouts/Version/Version.d.ts +1 -1
  190. package/build/pages/Front/index.js +1 -1
  191. package/build/pages/Version/Version.d.ts +1 -1
  192. package/build/pages/Version/index.js +1 -1
  193. package/build/providers/AppConfigurationProvider/AppConfigurationProvider.d.ts +2 -2
  194. package/build/providers/AuthProvider/AuthProvider.d.ts +2 -3
  195. package/build/providers/AuthProvider/types.d.ts +1 -1
  196. package/build/providers/AuthProvider/utils.d.ts +1 -1
  197. package/build/providers/DownloadProvider/DownloadProvider.d.ts +1 -2
  198. package/build/providers/ManifestsProvider/ManifestsProvider.d.ts +2 -3
  199. package/build/providers/ManifestsProvider/README.md +22 -0
  200. package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.d.ts +1 -2
  201. package/build/providers/SearchProvider/SearchProvider.d.ts +2 -3
  202. package/build/providers/TranslatorProvider/TranslatorProvider.d.ts +2 -3
  203. package/build/providers/VersionProvider/README.md +22 -0
  204. package/build/providers/VersionProvider/VersionProvider.d.ts +2 -2
  205. package/build/routes/SecurityRoutes.d.ts +1 -1
  206. package/build/sections/Detail/ContainerContent.d.ts +1 -1
  207. package/build/sections/Detail/Detail.d.ts +1 -1
  208. package/build/sections/Detail/ReadmeSection.d.ts +1 -1
  209. package/build/sections/Detail/Tabs.d.ts +1 -1
  210. package/build/sections/Footer/Footer.d.ts +1 -1
  211. package/build/sections/Footer/styles.d.ts +17 -17
  212. package/build/sections/Header/Header.d.ts +1 -1
  213. package/build/sections/Header/HeaderGreetings.d.ts +1 -1
  214. package/build/sections/Header/HeaderLeft.d.ts +1 -1
  215. package/build/sections/Header/HeaderMenu.d.ts +1 -2
  216. package/build/sections/Header/HeaderMenu.js +10 -11
  217. package/build/sections/Header/HeaderMenu.js.map +1 -1
  218. package/build/sections/Header/HeaderMenu.mjs +10 -11
  219. package/build/sections/Header/HeaderMenu.mjs.map +1 -1
  220. package/build/sections/Header/HeaderRight.d.ts +1 -1
  221. package/build/sections/Header/HeaderSettingsDialog.d.ts +1 -1
  222. package/build/sections/Header/HeaderToolTip.d.ts +2 -2
  223. package/build/sections/Header/HeaderToolTipIcon.d.ts +1 -1
  224. package/build/sections/Header/LanguageSwitch.d.ts +12 -3
  225. package/build/sections/Header/LanguageSwitch.mjs +2 -2
  226. package/build/sections/Header/LanguageSwitch.mjs.map +1 -1
  227. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.d.ts +7 -8
  228. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs +5 -5
  229. package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs.map +1 -1
  230. package/build/sections/Header/RegistryInfoContent/styles.d.ts +7 -7
  231. package/build/sections/Header/styles.d.ts +33 -19
  232. package/build/sections/Home/Home.d.ts +1 -1
  233. package/build/sections/Security/AddUser.d.ts +1 -1
  234. package/build/sections/Security/AddUser.js +0 -1
  235. package/build/sections/Security/AddUser.js.map +1 -1
  236. package/build/sections/Security/AddUser.mjs +0 -1
  237. package/build/sections/Security/AddUser.mjs.map +1 -1
  238. package/build/sections/Security/ChangePassword.d.ts +1 -1
  239. package/build/sections/Security/ChangePassword.js +0 -1
  240. package/build/sections/Security/ChangePassword.js.map +1 -1
  241. package/build/sections/Security/ChangePassword.mjs +0 -1
  242. package/build/sections/Security/ChangePassword.mjs.map +1 -1
  243. package/build/sections/Security/Login.d.ts +1 -1
  244. package/build/sections/Security/Success.d.ts +1 -1
  245. package/build/sections/Security/styles.d.ts +5 -3
  246. package/build/sections/Security/styles.js +1 -1
  247. package/build/sections/Security/styles.js.map +1 -1
  248. package/build/sections/Security/styles.mjs +1 -1
  249. package/build/sections/Security/styles.mjs.map +1 -1
  250. package/build/sections/SideBar/Sidebar.d.ts +1 -1
  251. package/build/types/index.d.ts +1 -1
  252. package/build/types/packageMeta.d.ts +1 -1
  253. package/build/ui-components.css +1024 -334
  254. package/build/utils/cli-utils.d.ts +1 -1
  255. package/build/utils/loadable.d.ts +1 -1
  256. package/build/utils/utils.d.ts +2 -2
  257. package/package.json +5 -8
  258. package/build/pages/Security/index.js +0 -4
  259. package/build/pages/Security/index.mjs +0 -4
  260. package/build/test/i18n-config.d.ts +0 -2
  261. package/build/test/test-react-testing-library.d.ts +0 -23
@@ -0,0 +1,1654 @@
1
+ /* Ensure monospace for combination with highlight.js */
2
+
3
+ .markdown-body pre code span {
4
+ font-family: monospace;
5
+ }
6
+
7
+ /* Output from https://github.com/sindresorhus/generate-github-markdown-css without media selectors and transparent background */
8
+
9
+ .markdown-body {
10
+ --base-size-16: 1rem;
11
+ --base-size-24: 1.5rem;
12
+ --base-size-4: 0.25rem;
13
+ --base-size-40: 2.5rem;
14
+ --base-size-8: 0.5rem;
15
+ --base-text-weight-medium: 500;
16
+ --base-text-weight-normal: 400;
17
+ --base-text-weight-semibold: 600;
18
+ --borderWidth-thin: 0.0625rem;
19
+ --borderRadius-full: 624.938rem;
20
+ --borderRadius-medium: 0.375rem;
21
+ --stack-padding-condensed: 0.5rem;
22
+ --stack-padding-normal: 1rem;
23
+ --fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono,
24
+ monospace;
25
+ --fontStack-sansSerif: 'Mona Sans VF', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans',
26
+ Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
27
+ --text-body-size-small: var(--base-text-size-xs);
28
+ --h6-size: 0.75rem;
29
+ --fgColor-accent: Highlight;
30
+ }
31
+ [data-theme='dark'].markdown-body {
32
+ /* dark — bg tokens align with Theme/modes.ts (paper #2d3748, default #1a202c) */
33
+ color-scheme: dark;
34
+ --fgColor-accent: #4493f8;
35
+ --bgColor-attention-muted: #bb800926;
36
+ --bgColor-default: #2d3748;
37
+ --bgColor-muted: #1a202c;
38
+ --bgColor-neutral-muted: #656c7633;
39
+ --borderColor-accent-emphasis: #1f6feb;
40
+ --borderColor-attention-emphasis: #9e6a03;
41
+ --borderColor-attention-muted: #bb800966;
42
+ --borderColor-danger-emphasis: #da3633;
43
+ --borderColor-default: #3d444d;
44
+ --borderColor-done-emphasis: #8957e5;
45
+ --borderColor-success-emphasis: #238636;
46
+ --color-prettylights-syntax-brackethighlighter-angle: #9198a1;
47
+ --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
48
+ --color-prettylights-syntax-carriage-return-bg: #b62324;
49
+ --color-prettylights-syntax-carriage-return-text: #f0f6fc;
50
+ --color-prettylights-syntax-comment: #9198a1;
51
+ --color-prettylights-syntax-constant: #79c0ff;
52
+ --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
53
+ --color-prettylights-syntax-entity: #d2a8ff;
54
+ --color-prettylights-syntax-entity-tag: #7ee787;
55
+ --color-prettylights-syntax-keyword: #ff7b72;
56
+ --color-prettylights-syntax-markup-bold: #f0f6fc;
57
+ --color-prettylights-syntax-markup-changed-bg: #5a1e02;
58
+ --color-prettylights-syntax-markup-changed-text: #ffdfb6;
59
+ --color-prettylights-syntax-markup-deleted-bg: #67060c;
60
+ --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
61
+ --color-prettylights-syntax-markup-heading: #1f6feb;
62
+ --color-prettylights-syntax-markup-ignored-bg: #1158c7;
63
+ --color-prettylights-syntax-markup-ignored-text: #f0f6fc;
64
+ --color-prettylights-syntax-markup-inserted-bg: #033a16;
65
+ --color-prettylights-syntax-markup-inserted-text: #aff5b4;
66
+ --color-prettylights-syntax-markup-italic: #f0f6fc;
67
+ --color-prettylights-syntax-markup-list: #f2cc60;
68
+ --color-prettylights-syntax-meta-diff-range: #d2a8ff;
69
+ --color-prettylights-syntax-storage-modifier-import: #f0f6fc;
70
+ --color-prettylights-syntax-string: #a5d6ff;
71
+ --color-prettylights-syntax-string-regexp: #7ee787;
72
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
73
+ --color-prettylights-syntax-variable: #ffa657;
74
+ --fgColor-attention: #d29922;
75
+ --fgColor-danger: #f85149;
76
+ --fgColor-default: #f0f6fc;
77
+ --fgColor-done: #ab7df8;
78
+ --fgColor-muted: #9198a1;
79
+ --fgColor-success: #3fb950;
80
+ --borderColor-muted: #3d444db3;
81
+ --color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);
82
+ --color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
83
+ --focus-outlineColor: var(--borderColor-accent-emphasis);
84
+ --selection-bgColor: #1f6febb3;
85
+ --borderColor-neutral-muted: var(--borderColor-muted);
86
+ }
87
+
88
+ [data-theme='light'].markdown-body {
89
+ /* light */
90
+ color-scheme: light;
91
+ --fgColor-danger: #d1242f;
92
+ --bgColor-attention-muted: #fff8c5;
93
+ --bgColor-muted: darkgray;
94
+ --bgColor-neutral-muted: #818b981f;
95
+ --borderColor-accent-emphasis: #0969da;
96
+ --borderColor-attention-emphasis: #9a6700;
97
+ --borderColor-attention-muted: #d4a72c66;
98
+ --borderColor-danger-emphasis: #cf222e;
99
+ --borderColor-default: #d1d9e0;
100
+ --borderColor-done-emphasis: #8250df;
101
+ --borderColor-success-emphasis: #1a7f37;
102
+ --color-prettylights-syntax-brackethighlighter-angle: #59636e;
103
+ --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
104
+ --color-prettylights-syntax-carriage-return-bg: #cf222e;
105
+ --color-prettylights-syntax-carriage-return-text: #f6f8fa;
106
+ --color-prettylights-syntax-comment: #59636e;
107
+ --color-prettylights-syntax-constant: #0550ae;
108
+ --color-prettylights-syntax-constant-other-reference-link: #0a3069;
109
+ --color-prettylights-syntax-entity: #6639ba;
110
+ --color-prettylights-syntax-entity-tag: #0550ae;
111
+ --color-prettylights-syntax-invalid-illegal-text: var(--fgColor-danger);
112
+ --color-prettylights-syntax-keyword: #cf222e;
113
+ --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
114
+ --color-prettylights-syntax-markup-changed-text: #953800;
115
+ --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
116
+ --color-prettylights-syntax-markup-deleted-text: #82071e;
117
+ --color-prettylights-syntax-markup-heading: #0550ae;
118
+ --color-prettylights-syntax-markup-ignored-bg: #0550ae;
119
+ --color-prettylights-syntax-markup-ignored-text: #d1d9e0;
120
+ --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
121
+ --color-prettylights-syntax-markup-inserted-text: #116329;
122
+ --color-prettylights-syntax-markup-list: #3b2300;
123
+ --color-prettylights-syntax-meta-diff-range: #8250df;
124
+ --color-prettylights-syntax-string: #0a3069;
125
+ --color-prettylights-syntax-string-regexp: #116329;
126
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
127
+ --color-prettylights-syntax-variable: #953800;
128
+ --fgColor-accent: #0969da;
129
+ --fgColor-attention: #9a6700;
130
+ --fgColor-done: #8250df;
131
+ --fgColor-muted: #59636e;
132
+ --fgColor-success: #1a7f37;
133
+ --bgColor-default: #fff;
134
+ --borderColor-muted: #d1d9e0b3;
135
+ --color-prettylights-syntax-invalid-illegal-bg: var(--bgColor-danger-muted);
136
+ --color-prettylights-syntax-markup-bold: #1f2328;
137
+ --color-prettylights-syntax-markup-italic: #1f2328;
138
+ --color-prettylights-syntax-storage-modifier-import: #1f2328;
139
+ --fgColor-default: #1f2328;
140
+ --focus-outlineColor: var(--borderColor-accent-emphasis);
141
+ --selection-bgColor: #0969da33;
142
+ --borderColor-neutral-muted: var(--borderColor-muted);
143
+ }
144
+
145
+ .markdown-body {
146
+ -webkit-text-size-adjust: 100%;
147
+ -ms-text-size-adjust: 100%;
148
+ margin: 0;
149
+ font-weight: var(--base-text-weight-normal, 400);
150
+ color: var(--fgColor-default);
151
+ background-color: var(--bgColor-default);
152
+ font-family: var(
153
+ --fontStack-sansSerif,
154
+ -apple-system,
155
+ BlinkMacSystemFont,
156
+ 'Segoe UI',
157
+ 'Noto Sans',
158
+ Helvetica,
159
+ Arial,
160
+ sans-serif,
161
+ 'Apple Color Emoji',
162
+ 'Segoe UI Emoji'
163
+ );
164
+ overflow-wrap: break-word;
165
+ font-size: 16px;
166
+ line-height: 1.5;
167
+ }
168
+
169
+ .markdown-body a {
170
+ text-decoration: underline;
171
+ text-underline-offset: 0.2rem;
172
+ }
173
+
174
+ .markdown-body .octicon {
175
+ display: inline-block;
176
+ fill: currentColor;
177
+ vertical-align: text-bottom;
178
+ }
179
+
180
+ .markdown-body h1:hover .anchor .octicon-link:before,
181
+ .markdown-body h2:hover .anchor .octicon-link:before,
182
+ .markdown-body h3:hover .anchor .octicon-link:before,
183
+ .markdown-body h4:hover .anchor .octicon-link:before,
184
+ .markdown-body h5:hover .anchor .octicon-link:before,
185
+ .markdown-body h6:hover .anchor .octicon-link:before {
186
+ width: 16px;
187
+ height: 16px;
188
+ content: ' ';
189
+ display: inline-block;
190
+ background-color: currentColor;
191
+ -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>");
192
+ 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>");
193
+ }
194
+
195
+ .markdown-body details,
196
+ .markdown-body figcaption,
197
+ .markdown-body figure {
198
+ display: block;
199
+ }
200
+
201
+ .markdown-body summary {
202
+ display: list-item;
203
+ }
204
+
205
+ .markdown-body [hidden] {
206
+ display: none !important;
207
+ }
208
+
209
+ .markdown-body a {
210
+ background-color: #0000;
211
+ color: var(--fgColor-accent);
212
+ text-decoration: none;
213
+ }
214
+
215
+ .markdown-body abbr[title] {
216
+ border-bottom: none;
217
+ -webkit-text-decoration: underline dotted;
218
+ text-decoration: underline dotted;
219
+ }
220
+
221
+ .markdown-body b,
222
+ .markdown-body strong {
223
+ font-weight: var(--base-text-weight-semibold, 600);
224
+ }
225
+
226
+ .markdown-body dfn {
227
+ font-style: italic;
228
+ }
229
+
230
+ .markdown-body h1 {
231
+ margin: 0.67em 0;
232
+ font-weight: var(--base-text-weight-semibold, 600);
233
+ border-bottom: 1px solid var(--borderColor-muted);
234
+ padding-bottom: 0.3em;
235
+ font-size: 2em;
236
+ }
237
+
238
+ .markdown-body mark {
239
+ background-color: var(--bgColor-attention-muted);
240
+ color: var(--fgColor-default);
241
+ }
242
+
243
+ .markdown-body sub,
244
+ .markdown-body sup {
245
+ vertical-align: baseline;
246
+ font-size: 75%;
247
+ line-height: 0;
248
+ position: relative;
249
+ }
250
+
251
+ .markdown-body sub {
252
+ bottom: -0.25em;
253
+ }
254
+
255
+ .markdown-body sup {
256
+ top: -0.5em;
257
+ }
258
+
259
+ .markdown-body img {
260
+ border-style: none;
261
+ box-sizing: content-box;
262
+ max-width: 100%;
263
+ }
264
+
265
+ .markdown-body code,
266
+ .markdown-body kbd,
267
+ .markdown-body pre,
268
+ .markdown-body samp {
269
+ font-family: monospace;
270
+ font-size: 1em;
271
+ }
272
+
273
+ .markdown-body figure {
274
+ margin: 1em var(--base-size-40);
275
+ }
276
+
277
+ .markdown-body hr {
278
+ box-sizing: content-box;
279
+ border-bottom: 1px solid var(--borderColor-muted);
280
+ background: 0 0;
281
+ overflow: hidden;
282
+ height: 0.25em;
283
+ margin: var(--base-size-24) 0;
284
+ background-color: var(--borderColor-default);
285
+ border: 0;
286
+ padding: 0;
287
+ }
288
+
289
+ .markdown-body input {
290
+ font: inherit;
291
+ margin: 0;
292
+ overflow: visible;
293
+ font-family: inherit;
294
+ font-size: inherit;
295
+ line-height: inherit;
296
+ }
297
+
298
+ .markdown-body [type='button'],
299
+ .markdown-body [type='reset'],
300
+ .markdown-body [type='submit'] {
301
+ -webkit-appearance: button;
302
+ appearance: button;
303
+ }
304
+
305
+ .markdown-body [type='checkbox'],
306
+ .markdown-body [type='radio'] {
307
+ box-sizing: border-box;
308
+ padding: 0;
309
+ }
310
+
311
+ .markdown-body [type='number']::-webkit-inner-spin-button {
312
+ height: auto;
313
+ }
314
+
315
+ .markdown-body [type='number']::-webkit-outer-spin-button {
316
+ height: auto;
317
+ }
318
+
319
+ .markdown-body [type='search']::-webkit-search-cancel-button {
320
+ -webkit-appearance: none;
321
+ appearance: none;
322
+ }
323
+
324
+ .markdown-body [type='search']::-webkit-search-decoration {
325
+ -webkit-appearance: none;
326
+ appearance: none;
327
+ }
328
+
329
+ .markdown-body ::-webkit-input-placeholder {
330
+ color: inherit;
331
+ opacity: 0.54;
332
+ }
333
+
334
+ .markdown-body ::-webkit-file-upload-button {
335
+ -webkit-appearance: button;
336
+ appearance: button;
337
+ font: inherit;
338
+ }
339
+
340
+ .markdown-body a:hover {
341
+ text-decoration: underline;
342
+ }
343
+
344
+ .markdown-body ::placeholder {
345
+ color: var(--fgColor-muted);
346
+ opacity: 1;
347
+ }
348
+
349
+ .markdown-body hr:before {
350
+ content: '';
351
+ display: table;
352
+ }
353
+
354
+ .markdown-body hr:after {
355
+ clear: both;
356
+ content: '';
357
+ display: table;
358
+ }
359
+
360
+ .markdown-body table {
361
+ border-spacing: 0;
362
+ border-collapse: collapse;
363
+ font-variant: tabular-nums;
364
+ width: max-content;
365
+ max-width: 100%;
366
+ display: block;
367
+ overflow: auto;
368
+ }
369
+
370
+ .markdown-body td,
371
+ .markdown-body th {
372
+ padding: 0;
373
+ }
374
+
375
+ .markdown-body details summary {
376
+ cursor: pointer;
377
+ }
378
+
379
+ .markdown-body a:focus,
380
+ .markdown-body [role='button']:focus,
381
+ .markdown-body input[type='radio']:focus,
382
+ .markdown-body input[type='checkbox']:focus {
383
+ outline: 2px solid var(--focus-outlineColor);
384
+ outline-offset: -2px;
385
+ box-shadow: none;
386
+ }
387
+
388
+ .markdown-body a:focus:not(:focus-visible),
389
+ .markdown-body [role='button']:focus:not(:focus-visible),
390
+ .markdown-body input[type='radio']:focus:not(:focus-visible),
391
+ .markdown-body input[type='checkbox']:focus:not(:focus-visible) {
392
+ outline: 1px solid #0000;
393
+ }
394
+
395
+ .markdown-body a:focus-visible,
396
+ .markdown-body [role='button']:focus-visible,
397
+ .markdown-body input[type='radio']:focus-visible,
398
+ .markdown-body input[type='checkbox']:focus-visible {
399
+ outline: 2px solid var(--focus-outlineColor);
400
+ outline-offset: -2px;
401
+ box-shadow: none;
402
+ }
403
+
404
+ .markdown-body a:not([class]):focus,
405
+ .markdown-body a:not([class]):focus-visible,
406
+ .markdown-body input[type='radio']:focus,
407
+ .markdown-body input[type='radio']:focus-visible,
408
+ .markdown-body input[type='checkbox']:focus,
409
+ .markdown-body input[type='checkbox']:focus-visible {
410
+ outline-offset: 0;
411
+ }
412
+
413
+ .markdown-body kbd {
414
+ padding: var(--base-size-4);
415
+ font: 11px
416
+ var(
417
+ --fontStack-monospace,
418
+ ui-monospace,
419
+ SFMono-Regular,
420
+ SF Mono,
421
+ Menlo,
422
+ Consolas,
423
+ Liberation Mono,
424
+ monospace
425
+ );
426
+ color: var(--fgColor-default);
427
+ vertical-align: middle;
428
+ background-color: var(--bgColor-muted);
429
+ border: solid 1px var(--borderColor-neutral-muted);
430
+ border-bottom-color: var(--borderColor-neutral-muted);
431
+ box-shadow: inset 0 -1px 0 var(--borderColor-neutral-muted);
432
+ border-radius: 6px;
433
+ max-width: 100%;
434
+ line-height: 10px;
435
+ display: inline-block;
436
+ }
437
+
438
+ .markdown-body h1,
439
+ .markdown-body h2,
440
+ .markdown-body h3,
441
+ .markdown-body h4,
442
+ .markdown-body h5,
443
+ .markdown-body h6 {
444
+ margin-top: var(--base-size-24);
445
+ margin-bottom: var(--base-size-16);
446
+ font-weight: var(--base-text-weight-semibold, 600);
447
+ line-height: 1.25;
448
+ }
449
+
450
+ .markdown-body h2 {
451
+ font-weight: var(--base-text-weight-semibold, 600);
452
+ border-bottom: 1px solid var(--borderColor-muted);
453
+ padding-bottom: 0.3em;
454
+ font-size: 1.5em;
455
+ }
456
+
457
+ .markdown-body h3 {
458
+ font-weight: var(--base-text-weight-semibold, 600);
459
+ font-size: 1.25em;
460
+ }
461
+
462
+ .markdown-body h4 {
463
+ font-weight: var(--base-text-weight-semibold, 600);
464
+ font-size: 1em;
465
+ }
466
+
467
+ .markdown-body h5 {
468
+ font-weight: var(--base-text-weight-semibold, 600);
469
+ font-size: 0.875em;
470
+ }
471
+
472
+ .markdown-body h6 {
473
+ font-weight: var(--base-text-weight-semibold, 600);
474
+ color: var(--fgColor-muted);
475
+ font-size: 0.85em;
476
+ }
477
+
478
+ .markdown-body p {
479
+ margin-top: 0;
480
+ margin-bottom: 10px;
481
+ }
482
+
483
+ .markdown-body small {
484
+ font-size: 90%;
485
+ }
486
+
487
+ .markdown-body blockquote {
488
+ margin: 0;
489
+ color: var(--fgColor-muted);
490
+ border-left: 0.25em solid var(--borderColor-default);
491
+ padding: 0 1em;
492
+ }
493
+
494
+ .markdown-body ul,
495
+ .markdown-body ol {
496
+ margin-top: 0;
497
+ margin-bottom: 0;
498
+ padding-left: 2em;
499
+ }
500
+
501
+ .markdown-body ol ol,
502
+ .markdown-body ul ol {
503
+ list-style-type: lower-roman;
504
+ }
505
+
506
+ .markdown-body ul ul ol,
507
+ .markdown-body ul ol ol,
508
+ .markdown-body ol ul ol,
509
+ .markdown-body ol ol ol {
510
+ list-style-type: lower-alpha;
511
+ }
512
+
513
+ .markdown-body dd {
514
+ margin-left: 0;
515
+ }
516
+
517
+ .markdown-body tt,
518
+ .markdown-body code,
519
+ .markdown-body samp {
520
+ font-family: var(
521
+ --fontStack-monospace,
522
+ ui-monospace,
523
+ SFMono-Regular,
524
+ SF Mono,
525
+ Menlo,
526
+ Consolas,
527
+ Liberation Mono,
528
+ monospace
529
+ );
530
+ font-size: 12px;
531
+ }
532
+
533
+ .markdown-body pre {
534
+ font-family: var(
535
+ --fontStack-monospace,
536
+ ui-monospace,
537
+ SFMono-Regular,
538
+ SF Mono,
539
+ Menlo,
540
+ Consolas,
541
+ Liberation Mono,
542
+ monospace
543
+ );
544
+ margin-top: 0;
545
+ margin-bottom: 0;
546
+ font-size: 12px;
547
+ overflow-wrap: normal;
548
+ }
549
+
550
+ .markdown-body .octicon {
551
+ vertical-align: text-bottom;
552
+ fill: currentColor;
553
+ display: inline-block;
554
+ overflow: visible !important;
555
+ }
556
+
557
+ .markdown-body .Box-body.scrollable-overlay {
558
+ max-height: 400px;
559
+ overflow-y: scroll;
560
+ }
561
+
562
+ .markdown-body .Box-body .help {
563
+ padding-top: var(--base-size-8);
564
+ color: var(--fgColor-muted);
565
+ text-align: center;
566
+ margin: 0;
567
+ }
568
+
569
+ .markdown-body input::-webkit-outer-spin-button {
570
+ appearance: none;
571
+ margin: 0;
572
+ }
573
+
574
+ .markdown-body input::-webkit-inner-spin-button {
575
+ appearance: none;
576
+ margin: 0;
577
+ }
578
+
579
+ .markdown-body .border {
580
+ border: var(--borderWidth-thin, 1px) solid var(--borderColor-default) !important;
581
+ }
582
+
583
+ .markdown-body .border-0 {
584
+ border: 0 !important;
585
+ }
586
+
587
+ .markdown-body .circle {
588
+ border-radius: var(--borderRadius-full, 50%) !important;
589
+ }
590
+
591
+ .markdown-body .color-fg-muted {
592
+ color: var(--fgColor-muted) !important;
593
+ }
594
+
595
+ .markdown-body .color-bg-default {
596
+ background-color: var(--bgColor-default) !important;
597
+ }
598
+
599
+ .markdown-body .color-border-subtle {
600
+ border-color: var(--borderColor-muted) !important;
601
+ }
602
+
603
+ .markdown-body .mb-0 {
604
+ margin-bottom: 0 !important;
605
+ }
606
+
607
+ .markdown-body .ml-1 {
608
+ margin-left: var(--base-size-4, 4px) !important;
609
+ }
610
+
611
+ .markdown-body .mr-2 {
612
+ margin-right: var(--base-size-8, 8px) !important;
613
+ }
614
+
615
+ .markdown-body .my-2 {
616
+ margin-top: var(--base-size-8, 8px) !important;
617
+ margin-bottom: var(--base-size-8, 8px) !important;
618
+ }
619
+
620
+ .markdown-body .p-0 {
621
+ padding: 0 !important;
622
+ }
623
+
624
+ .markdown-body .py-0 {
625
+ padding-top: 0 !important;
626
+ padding-bottom: 0 !important;
627
+ }
628
+
629
+ .markdown-body .f6 {
630
+ font-size: var(--h6-size, 12px) !important;
631
+ }
632
+
633
+ .markdown-body .text-bold {
634
+ font-weight: var(--base-text-weight-semibold, 600) !important;
635
+ }
636
+
637
+ .markdown-body .d-inline-block {
638
+ display: inline-block !important;
639
+ }
640
+
641
+ .markdown-body .sr-only {
642
+ width: 1px;
643
+ height: 1px;
644
+ clip-path: rect(0 0 0 0);
645
+ overflow-wrap: normal;
646
+ border: 0;
647
+ padding: 0;
648
+ position: absolute;
649
+ overflow: hidden;
650
+ }
651
+
652
+ .markdown-body:before {
653
+ content: '';
654
+ display: table;
655
+ }
656
+
657
+ .markdown-body:after {
658
+ clear: both;
659
+ content: '';
660
+ display: table;
661
+ }
662
+
663
+ .markdown-body > :first-child {
664
+ margin-top: 0 !important;
665
+ }
666
+
667
+ .markdown-body > :last-child {
668
+ margin-bottom: 0 !important;
669
+ }
670
+
671
+ .markdown-body a:not([href]) {
672
+ color: inherit;
673
+ text-decoration: none;
674
+ }
675
+
676
+ .markdown-body .absent {
677
+ color: var(--fgColor-danger);
678
+ }
679
+
680
+ .markdown-body .anchor {
681
+ float: left;
682
+ padding-right: var(--base-size-4);
683
+ margin-left: -20px;
684
+ line-height: 1;
685
+ }
686
+
687
+ .markdown-body .anchor:focus {
688
+ outline: none;
689
+ }
690
+
691
+ .markdown-body p,
692
+ .markdown-body blockquote,
693
+ .markdown-body ul,
694
+ .markdown-body ol,
695
+ .markdown-body dl,
696
+ .markdown-body table,
697
+ .markdown-body pre,
698
+ .markdown-body details {
699
+ margin-top: 0;
700
+ margin-bottom: var(--base-size-16);
701
+ }
702
+
703
+ .markdown-body blockquote > :first-child {
704
+ margin-top: 0;
705
+ }
706
+
707
+ .markdown-body blockquote > :last-child {
708
+ margin-bottom: 0;
709
+ }
710
+
711
+ .markdown-body h1 .octicon-link,
712
+ .markdown-body h2 .octicon-link,
713
+ .markdown-body h3 .octicon-link,
714
+ .markdown-body h4 .octicon-link,
715
+ .markdown-body h5 .octicon-link,
716
+ .markdown-body h6 .octicon-link {
717
+ color: var(--fgColor-default);
718
+ vertical-align: middle;
719
+ visibility: hidden;
720
+ }
721
+
722
+ .markdown-body h1:hover .anchor,
723
+ .markdown-body h2:hover .anchor,
724
+ .markdown-body h3:hover .anchor,
725
+ .markdown-body h4:hover .anchor,
726
+ .markdown-body h5:hover .anchor,
727
+ .markdown-body h6:hover .anchor {
728
+ text-decoration: none;
729
+ }
730
+
731
+ .markdown-body h1:hover .anchor .octicon-link,
732
+ .markdown-body h2:hover .anchor .octicon-link,
733
+ .markdown-body h3:hover .anchor .octicon-link,
734
+ .markdown-body h4:hover .anchor .octicon-link,
735
+ .markdown-body h5:hover .anchor .octicon-link,
736
+ .markdown-body h6:hover .anchor .octicon-link {
737
+ visibility: visible;
738
+ }
739
+
740
+ .markdown-body h1 tt,
741
+ .markdown-body h1 code,
742
+ .markdown-body h2 tt,
743
+ .markdown-body h2 code,
744
+ .markdown-body h3 tt,
745
+ .markdown-body h3 code,
746
+ .markdown-body h4 tt,
747
+ .markdown-body h4 code,
748
+ .markdown-body h5 tt,
749
+ .markdown-body h5 code,
750
+ .markdown-body h6 tt,
751
+ .markdown-body h6 code {
752
+ font-size: inherit;
753
+ padding: 0 0.2em;
754
+ }
755
+
756
+ .markdown-body summary h1,
757
+ .markdown-body summary h2,
758
+ .markdown-body summary h3,
759
+ .markdown-body summary h4,
760
+ .markdown-body summary h5,
761
+ .markdown-body summary h6 {
762
+ display: inline-block;
763
+ }
764
+
765
+ .markdown-body summary h1 .anchor,
766
+ .markdown-body summary h2 .anchor,
767
+ .markdown-body summary h3 .anchor,
768
+ .markdown-body summary h4 .anchor,
769
+ .markdown-body summary h5 .anchor,
770
+ .markdown-body summary h6 .anchor {
771
+ margin-left: -40px;
772
+ }
773
+
774
+ .markdown-body summary h1,
775
+ .markdown-body summary h2 {
776
+ border-bottom: 0;
777
+ padding-bottom: 0;
778
+ }
779
+
780
+ .markdown-body ul.no-list,
781
+ .markdown-body ol.no-list {
782
+ padding: 0;
783
+ list-style-type: none;
784
+ }
785
+
786
+ .markdown-body ol[type='a\ s'] {
787
+ list-style-type: lower-alpha;
788
+ }
789
+
790
+ .markdown-body ol[type='A\ s'] {
791
+ list-style-type: upper-alpha;
792
+ }
793
+
794
+ .markdown-body ol[type='i\ s'] {
795
+ list-style-type: lower-roman;
796
+ }
797
+
798
+ .markdown-body ol[type='I\ s'] {
799
+ list-style-type: upper-roman;
800
+ }
801
+
802
+ .markdown-body ol[type='1'],
803
+ .markdown-body div > ol:not([type]) {
804
+ list-style-type: decimal;
805
+ }
806
+
807
+ .markdown-body ul ul,
808
+ .markdown-body ul ol,
809
+ .markdown-body ol ol,
810
+ .markdown-body ol ul {
811
+ margin-top: 0;
812
+ margin-bottom: 0;
813
+ }
814
+
815
+ .markdown-body li > p {
816
+ margin-top: var(--base-size-16);
817
+ }
818
+
819
+ .markdown-body li + li {
820
+ margin-top: 0.25em;
821
+ }
822
+
823
+ .markdown-body dl {
824
+ padding: 0;
825
+ }
826
+
827
+ .markdown-body dl dt {
828
+ margin-top: var(--base-size-16);
829
+ font-size: 1em;
830
+ font-style: italic;
831
+ font-weight: var(--base-text-weight-semibold, 600);
832
+ padding: 0;
833
+ }
834
+
835
+ .markdown-body dl dt + dt {
836
+ margin-top: 0;
837
+ }
838
+
839
+ .markdown-body dl dd {
840
+ padding: 0 var(--base-size-16);
841
+ margin-bottom: var(--base-size-16);
842
+ }
843
+
844
+ .markdown-body table th {
845
+ font-weight: var(--base-text-weight-semibold, 600);
846
+ }
847
+
848
+ .markdown-body table th,
849
+ .markdown-body table td {
850
+ border: 1px solid var(--borderColor-default);
851
+ padding: 6px 13px;
852
+ }
853
+
854
+ .markdown-body table td > :last-child {
855
+ margin-bottom: 0;
856
+ }
857
+
858
+ .markdown-body table tr {
859
+ background-color: var(--bgColor-default);
860
+ border-top: 1px solid var(--borderColor-muted);
861
+ }
862
+
863
+ .markdown-body table tr:nth-child(2n) {
864
+ background-color: var(--bgColor-muted);
865
+ }
866
+
867
+ .markdown-body table img {
868
+ background-color: #0000;
869
+ }
870
+
871
+ .markdown-body img[align='right'] {
872
+ padding-left: 20px;
873
+ }
874
+
875
+ .markdown-body img[align='left'] {
876
+ padding-right: 20px;
877
+ }
878
+
879
+ .markdown-body .emoji {
880
+ vertical-align: text-top;
881
+ background-color: #0000;
882
+ max-width: none;
883
+ }
884
+
885
+ .markdown-body span.frame {
886
+ display: block;
887
+ overflow: hidden;
888
+ }
889
+
890
+ .markdown-body span.frame > span {
891
+ float: left;
892
+ border: 1px solid var(--borderColor-default);
893
+ width: auto;
894
+ margin: 13px 0 0;
895
+ padding: 7px;
896
+ display: block;
897
+ overflow: hidden;
898
+ }
899
+
900
+ .markdown-body span.frame span img {
901
+ float: left;
902
+ display: block;
903
+ }
904
+
905
+ .markdown-body span.frame span span {
906
+ clear: both;
907
+ color: var(--fgColor-default);
908
+ padding: 5px 0 0;
909
+ display: block;
910
+ }
911
+
912
+ .markdown-body span.align-center {
913
+ clear: both;
914
+ display: block;
915
+ overflow: hidden;
916
+ }
917
+
918
+ .markdown-body span.align-center > span {
919
+ text-align: center;
920
+ margin: 13px auto 0;
921
+ display: block;
922
+ overflow: hidden;
923
+ }
924
+
925
+ .markdown-body span.align-center span img {
926
+ text-align: center;
927
+ margin: 0 auto;
928
+ }
929
+
930
+ .markdown-body span.align-right {
931
+ clear: both;
932
+ display: block;
933
+ overflow: hidden;
934
+ }
935
+
936
+ .markdown-body span.align-right > span {
937
+ text-align: right;
938
+ margin: 13px 0 0;
939
+ display: block;
940
+ overflow: hidden;
941
+ }
942
+
943
+ .markdown-body span.align-right span img {
944
+ text-align: right;
945
+ margin: 0;
946
+ }
947
+
948
+ .markdown-body span.float-left {
949
+ float: left;
950
+ margin-right: 13px;
951
+ display: block;
952
+ overflow: hidden;
953
+ }
954
+
955
+ .markdown-body span.float-left span {
956
+ margin: 13px 0 0;
957
+ }
958
+
959
+ .markdown-body span.float-right {
960
+ float: right;
961
+ margin-left: 13px;
962
+ display: block;
963
+ overflow: hidden;
964
+ }
965
+
966
+ .markdown-body span.float-right > span {
967
+ text-align: right;
968
+ margin: 13px auto 0;
969
+ display: block;
970
+ overflow: hidden;
971
+ }
972
+
973
+ .markdown-body code,
974
+ .markdown-body tt {
975
+ white-space: break-spaces;
976
+ background-color: var(--bgColor-neutral-muted);
977
+ border-radius: 6px;
978
+ margin: 0;
979
+ padding: 0.2em 0.4em;
980
+ font-size: 85%;
981
+ }
982
+
983
+ .markdown-body code br,
984
+ .markdown-body tt br {
985
+ display: none;
986
+ }
987
+
988
+ .markdown-body del code {
989
+ -webkit-text-decoration: inherit;
990
+ text-decoration: inherit;
991
+ }
992
+
993
+ .markdown-body samp {
994
+ font-size: 85%;
995
+ }
996
+
997
+ .markdown-body pre code {
998
+ font-size: 100%;
999
+ }
1000
+
1001
+ .markdown-body pre > code {
1002
+ word-break: normal;
1003
+ white-space: pre;
1004
+ background: 0 0;
1005
+ border: 0;
1006
+ margin: 0;
1007
+ padding: 0;
1008
+ }
1009
+
1010
+ .markdown-body .highlight {
1011
+ margin-bottom: var(--base-size-16);
1012
+ }
1013
+
1014
+ .markdown-body .highlight pre {
1015
+ word-break: normal;
1016
+ margin-bottom: 0;
1017
+ }
1018
+
1019
+ .markdown-body .highlight pre,
1020
+ .markdown-body pre {
1021
+ padding: var(--base-size-16);
1022
+ color: var(--fgColor-default);
1023
+ background-color: var(--bgColor-muted);
1024
+ border-radius: 6px;
1025
+ font-size: 85%;
1026
+ line-height: 1.45;
1027
+ overflow: auto;
1028
+ }
1029
+
1030
+ .markdown-body pre code,
1031
+ .markdown-body pre tt {
1032
+ line-height: inherit;
1033
+ overflow-wrap: normal;
1034
+ background-color: #0000;
1035
+ border: 0;
1036
+ margin: 0;
1037
+ padding: 0;
1038
+ display: inline;
1039
+ overflow: visible;
1040
+ }
1041
+
1042
+ .markdown-body .csv-data td,
1043
+ .markdown-body .csv-data th {
1044
+ text-align: left;
1045
+ white-space: nowrap;
1046
+ padding: 5px;
1047
+ font-size: 12px;
1048
+ line-height: 1;
1049
+ overflow: hidden;
1050
+ }
1051
+
1052
+ .markdown-body .csv-data .blob-num {
1053
+ padding: 10px var(--base-size-8) 9px;
1054
+ text-align: right;
1055
+ background: var(--bgColor-default);
1056
+ border: 0;
1057
+ }
1058
+
1059
+ .markdown-body .csv-data tr {
1060
+ border-top: 0;
1061
+ }
1062
+
1063
+ .markdown-body .csv-data th {
1064
+ font-weight: var(--base-text-weight-semibold, 600);
1065
+ background: var(--bgColor-muted);
1066
+ border-top: 0;
1067
+ }
1068
+
1069
+ .markdown-body [data-footnote-ref]:before {
1070
+ content: '[';
1071
+ }
1072
+
1073
+ .markdown-body [data-footnote-ref]:after {
1074
+ content: ']';
1075
+ }
1076
+
1077
+ .markdown-body .footnotes {
1078
+ color: var(--fgColor-muted);
1079
+ border-top: 1px solid var(--borderColor-default);
1080
+ font-size: 12px;
1081
+ }
1082
+
1083
+ .markdown-body .footnotes ol {
1084
+ padding-left: var(--base-size-16);
1085
+ }
1086
+
1087
+ .markdown-body .footnotes ol ul {
1088
+ padding-left: var(--base-size-16);
1089
+ margin-top: var(--base-size-16);
1090
+ display: inline-block;
1091
+ }
1092
+
1093
+ .markdown-body .footnotes li {
1094
+ position: relative;
1095
+ }
1096
+
1097
+ .markdown-body .footnotes li:target:before {
1098
+ top: calc(var(--base-size-8) * -1);
1099
+ right: calc(var(--base-size-8) * -1);
1100
+ bottom: calc(var(--base-size-8) * -1);
1101
+ left: calc(var(--base-size-24) * -1);
1102
+ pointer-events: none;
1103
+ content: '';
1104
+ border: 2px solid var(--borderColor-accent-emphasis);
1105
+ border-radius: 6px;
1106
+ position: absolute;
1107
+ }
1108
+
1109
+ .markdown-body .footnotes li:target {
1110
+ color: var(--fgColor-default);
1111
+ }
1112
+
1113
+ .markdown-body .footnotes .data-footnote-backref g-emoji {
1114
+ font-family: monospace;
1115
+ }
1116
+
1117
+ .markdown-body :is() {
1118
+ content: '';
1119
+ width: 100%;
1120
+ height: 100%;
1121
+ min-height: 48px;
1122
+ position: absolute;
1123
+ top: 50%;
1124
+ left: 50%;
1125
+ transform: translate(-50%) translateY(-50%);
1126
+ }
1127
+
1128
+ .markdown-body .Box {
1129
+ background-color: var(--bgColor-default);
1130
+ border-color: var(--borderColor-default);
1131
+ border-radius: var(--borderRadius-medium);
1132
+ border-style: solid;
1133
+ border-width: var(--borderWidth-thin);
1134
+ }
1135
+
1136
+ .markdown-body .Box--condensed {
1137
+ line-height: 1.25;
1138
+ }
1139
+
1140
+ .markdown-body .Box--condensed .Box-body,
1141
+ .markdown-body .Box--condensed .Box-footer,
1142
+ .markdown-body .Box--condensed .Box-header {
1143
+ padding: var(--stack-padding-condensed) var(--stack-padding-normal);
1144
+ }
1145
+
1146
+ .markdown-body .Box--condensed .Box-row {
1147
+ padding: var(--stack-padding-condensed) var(--stack-padding-normal);
1148
+ }
1149
+
1150
+ .markdown-body .Box-header {
1151
+ background-color: var(--bgColor-muted);
1152
+ border-color: var(--borderColor-default);
1153
+ border-top-left-radius: var(--borderRadius-medium);
1154
+ border-top-right-radius: var(--borderRadius-medium);
1155
+ border-style: solid;
1156
+ border-width: var(--borderWidth-thin);
1157
+ margin: calc(var(--borderWidth-thin) * -1) calc(var(--borderWidth-thin) * -1) 0;
1158
+ padding: var(--stack-padding-normal);
1159
+ }
1160
+
1161
+ .markdown-body .Box-body {
1162
+ border-bottom: var(--borderWidth-thin) solid var(--borderColor-default);
1163
+ padding: var(--stack-padding-normal);
1164
+ }
1165
+
1166
+ .markdown-body .Box-body:last-of-type {
1167
+ border-bottom-left-radius: var(--borderRadius-medium);
1168
+ border-bottom-right-radius: var(--borderRadius-medium);
1169
+ margin-bottom: calc(var(--borderWidth-thin) * -1);
1170
+ }
1171
+
1172
+ .markdown-body .tmp-px-3 {
1173
+ padding-right: var(--base-size-16, 16px) !important;
1174
+ padding-left: var(--base-size-16, 16px) !important;
1175
+ }
1176
+
1177
+ .markdown-body .pl-c {
1178
+ color: var(--color-prettylights-syntax-comment);
1179
+ }
1180
+
1181
+ .markdown-body .pl-c1,
1182
+ .markdown-body .pl-s .pl-v {
1183
+ color: var(--color-prettylights-syntax-constant);
1184
+ }
1185
+
1186
+ .markdown-body .pl-e,
1187
+ .markdown-body .pl-en {
1188
+ color: var(--color-prettylights-syntax-entity);
1189
+ }
1190
+
1191
+ .markdown-body .pl-smi,
1192
+ .markdown-body .pl-s .pl-s1 {
1193
+ color: var(--color-prettylights-syntax-storage-modifier-import);
1194
+ }
1195
+
1196
+ .markdown-body .pl-ent {
1197
+ color: var(--color-prettylights-syntax-entity-tag);
1198
+ }
1199
+
1200
+ .markdown-body .pl-k {
1201
+ color: var(--color-prettylights-syntax-keyword);
1202
+ }
1203
+
1204
+ .markdown-body .pl-s,
1205
+ .markdown-body .pl-pds,
1206
+ .markdown-body .pl-s .pl-pse .pl-s1,
1207
+ .markdown-body .pl-sr,
1208
+ .markdown-body .pl-sr .pl-cce,
1209
+ .markdown-body .pl-sr .pl-sre,
1210
+ .markdown-body .pl-sr .pl-sra {
1211
+ color: var(--color-prettylights-syntax-string);
1212
+ }
1213
+
1214
+ .markdown-body .pl-v,
1215
+ .markdown-body .pl-smw {
1216
+ color: var(--color-prettylights-syntax-variable);
1217
+ }
1218
+
1219
+ .markdown-body .pl-bu {
1220
+ color: var(--color-prettylights-syntax-brackethighlighter-unmatched);
1221
+ }
1222
+
1223
+ .markdown-body .pl-ii {
1224
+ color: var(--color-prettylights-syntax-invalid-illegal-text);
1225
+ background-color: var(--color-prettylights-syntax-invalid-illegal-bg);
1226
+ }
1227
+
1228
+ .markdown-body .pl-c2 {
1229
+ color: var(--color-prettylights-syntax-carriage-return-text);
1230
+ background-color: var(--color-prettylights-syntax-carriage-return-bg);
1231
+ }
1232
+
1233
+ .markdown-body .pl-sr .pl-cce {
1234
+ color: var(--color-prettylights-syntax-string-regexp);
1235
+ font-weight: 700;
1236
+ }
1237
+
1238
+ .markdown-body .pl-ml {
1239
+ color: var(--color-prettylights-syntax-markup-list);
1240
+ }
1241
+
1242
+ .markdown-body .pl-mh,
1243
+ .markdown-body .pl-mh .pl-en,
1244
+ .markdown-body .pl-ms {
1245
+ color: var(--color-prettylights-syntax-markup-heading);
1246
+ font-weight: 700;
1247
+ }
1248
+
1249
+ .markdown-body .pl-mi {
1250
+ color: var(--color-prettylights-syntax-markup-italic);
1251
+ font-style: italic;
1252
+ }
1253
+
1254
+ .markdown-body .pl-mb {
1255
+ color: var(--color-prettylights-syntax-markup-bold);
1256
+ font-weight: 700;
1257
+ }
1258
+
1259
+ .markdown-body .pl-md {
1260
+ color: var(--color-prettylights-syntax-markup-deleted-text);
1261
+ background-color: var(--color-prettylights-syntax-markup-deleted-bg);
1262
+ }
1263
+
1264
+ .markdown-body .pl-mi1 {
1265
+ color: var(--color-prettylights-syntax-markup-inserted-text);
1266
+ background-color: var(--color-prettylights-syntax-markup-inserted-bg);
1267
+ }
1268
+
1269
+ .markdown-body .pl-mc {
1270
+ color: var(--color-prettylights-syntax-markup-changed-text);
1271
+ background-color: var(--color-prettylights-syntax-markup-changed-bg);
1272
+ }
1273
+
1274
+ .markdown-body .pl-mi2 {
1275
+ color: var(--color-prettylights-syntax-markup-ignored-text);
1276
+ background-color: var(--color-prettylights-syntax-markup-ignored-bg);
1277
+ }
1278
+
1279
+ .markdown-body .pl-mdr {
1280
+ color: var(--color-prettylights-syntax-meta-diff-range);
1281
+ font-weight: 700;
1282
+ }
1283
+
1284
+ .markdown-body .pl-ba {
1285
+ color: var(--color-prettylights-syntax-brackethighlighter-angle);
1286
+ }
1287
+
1288
+ .markdown-body .pl-sg {
1289
+ color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
1290
+ }
1291
+
1292
+ .markdown-body .pl-corl {
1293
+ color: var(--color-prettylights-syntax-constant-other-reference-link);
1294
+ text-decoration: underline;
1295
+ }
1296
+
1297
+ .markdown-body [role='button']:focus:not(:focus-visible),
1298
+ .markdown-body [role='tabpanel'][tabindex='0']:focus:not(:focus-visible),
1299
+ .markdown-body button:focus:not(:focus-visible),
1300
+ .markdown-body summary:focus:not(:focus-visible),
1301
+ .markdown-body a:focus:not(:focus-visible) {
1302
+ box-shadow: none;
1303
+ outline: none;
1304
+ }
1305
+
1306
+ .markdown-body [tabindex='0']:focus:not(:focus-visible),
1307
+ .markdown-body details-dialog:focus:not(:focus-visible) {
1308
+ outline: none;
1309
+ }
1310
+
1311
+ .markdown-body g-emoji {
1312
+ min-width: 1ch;
1313
+ font-family:
1314
+ Apple Color Emoji,
1315
+ Segoe UI Emoji,
1316
+ Segoe UI Symbol;
1317
+ font-weight: var(--base-text-weight-normal);
1318
+ vertical-align: -0.075em;
1319
+ line-height: 1;
1320
+ display: inline-block;
1321
+ font-style: normal !important;
1322
+ font-size: 1.25em;
1323
+ }
1324
+
1325
+ .markdown-body g-emoji img {
1326
+ width: 1em;
1327
+ height: 1em;
1328
+ }
1329
+
1330
+ .markdown-body .commit-tease-sha {
1331
+ font-family: var(--fontStack-monospace);
1332
+ color: var(--fgColor-default);
1333
+ font-size: 90%;
1334
+ display: inline-block;
1335
+ }
1336
+
1337
+ .markdown-body .blob-wrapper {
1338
+ overflow: auto hidden;
1339
+ }
1340
+
1341
+ .markdown-body .blob-wrapper table tr:nth-child(2n) {
1342
+ background-color: #0000;
1343
+ }
1344
+
1345
+ .markdown-body .blob-wrapper-embedded {
1346
+ max-height: 240px;
1347
+ overflow-y: auto;
1348
+ }
1349
+
1350
+ .markdown-body .blob-num {
1351
+ width: 1%;
1352
+ min-width: 50px;
1353
+ font-family: var(--fontStack-monospace);
1354
+ font-size: var(--text-body-size-small);
1355
+ color: var(--fgColor-muted);
1356
+ text-align: right;
1357
+ white-space: nowrap;
1358
+ vertical-align: top;
1359
+ cursor: pointer;
1360
+ -webkit-user-select: none;
1361
+ user-select: none;
1362
+ padding-left: 10px;
1363
+ padding-right: 10px;
1364
+ line-height: 20px;
1365
+ position: relative;
1366
+ }
1367
+
1368
+ .markdown-body .blob-num:hover {
1369
+ color: var(--fgColor-default);
1370
+ }
1371
+
1372
+ .markdown-body .blob-num:before {
1373
+ content: attr(data-line-number);
1374
+ }
1375
+
1376
+ .markdown-body .blob-num.non-expandable {
1377
+ cursor: default;
1378
+ }
1379
+
1380
+ .markdown-body .blob-num.non-expandable:hover {
1381
+ color: var(--fgColor-muted);
1382
+ }
1383
+
1384
+ .markdown-body .blob-code {
1385
+ vertical-align: top;
1386
+ padding-left: 10px;
1387
+ padding-right: 10px;
1388
+ line-height: 20px;
1389
+ position: relative;
1390
+ }
1391
+
1392
+ .markdown-body .blob-code-inner {
1393
+ font-family: var(--fontStack-monospace);
1394
+ font-size: var(--text-body-size-small);
1395
+ color: var(--fgColor-default);
1396
+ overflow-wrap: anywhere;
1397
+ white-space: pre;
1398
+ display: table-cell;
1399
+ overflow: visible;
1400
+ }
1401
+
1402
+ .markdown-body .blob-code-inner .x-first {
1403
+ border-top-left-radius: 0.2em;
1404
+ border-bottom-left-radius: 0.2em;
1405
+ }
1406
+
1407
+ .markdown-body .blob-code-inner .x-last {
1408
+ border-top-right-radius: 0.2em;
1409
+ border-bottom-right-radius: 0.2em;
1410
+ }
1411
+
1412
+ .markdown-body .blob-code-inner.highlighted,
1413
+ .markdown-body .blob-code-inner .highlighted {
1414
+ background-color: var(--bgColor-attention-muted);
1415
+ box-shadow: inset 2px 0 0 var(--borderColor-attention-muted);
1416
+ }
1417
+
1418
+ .markdown-body .blob-code-inner::selection,
1419
+ .markdown-body .blob-code-inner ::selection {
1420
+ background-color: var(--selection-bgColor);
1421
+ }
1422
+
1423
+ .markdown-body .blob-code-inner.blob-code-addition,
1424
+ .markdown-body .blob-code-inner.blob-code-deletion {
1425
+ position: relative;
1426
+ padding-left: 22px !important;
1427
+ }
1428
+
1429
+ .markdown-body a:has(> p, > div, > pre, > blockquote) {
1430
+ display: block;
1431
+ }
1432
+
1433
+ .markdown-body a:has(> p, > div, > pre, > blockquote):not(:has(.snippet-clipboard-content, > pre)) {
1434
+ width: fit-content;
1435
+ }
1436
+
1437
+ .markdown-body
1438
+ a:has(> p, > div, > pre, > blockquote):has(.snippet-clipboard-content, > pre):focus-visible {
1439
+ outline: 2px solid var(--focus-outlineColor);
1440
+ outline-offset: 2px;
1441
+ }
1442
+
1443
+ .markdown-body .task-list-item {
1444
+ list-style-type: none;
1445
+ }
1446
+
1447
+ .markdown-body .task-list-item label {
1448
+ font-weight: var(--base-text-weight-normal);
1449
+ }
1450
+
1451
+ .markdown-body .task-list-item.enabled label {
1452
+ cursor: pointer;
1453
+ }
1454
+
1455
+ .markdown-body .task-list-item + .task-list-item {
1456
+ margin-top: var(--base-size-4);
1457
+ }
1458
+
1459
+ .markdown-body .task-list-item .handle {
1460
+ display: none;
1461
+ }
1462
+
1463
+ .markdown-body .task-list-item-checkbox {
1464
+ vertical-align: middle;
1465
+ margin: 0 0.2em 0.25em -1.4em;
1466
+ }
1467
+
1468
+ .markdown-body
1469
+ ul:is(
1470
+ :lang(ae),
1471
+ :lang(ar),
1472
+ :lang(arc),
1473
+ :lang(bcc),
1474
+ :lang(bqi),
1475
+ :lang(ckb),
1476
+ :lang(dv),
1477
+ :lang(fa),
1478
+ :lang(glk),
1479
+ :lang(he),
1480
+ :lang(ku),
1481
+ :lang(mzn),
1482
+ :lang(nqo),
1483
+ :lang(pnb),
1484
+ :lang(ps),
1485
+ :lang(sd),
1486
+ :lang(ug),
1487
+ :lang(ur),
1488
+ :lang(yi)
1489
+ )
1490
+ .task-list-item-checkbox,
1491
+ .markdown-body
1492
+ ol:is(
1493
+ :lang(ae),
1494
+ :lang(ar),
1495
+ :lang(arc),
1496
+ :lang(bcc),
1497
+ :lang(bqi),
1498
+ :lang(ckb),
1499
+ :lang(dv),
1500
+ :lang(fa),
1501
+ :lang(glk),
1502
+ :lang(he),
1503
+ :lang(ku),
1504
+ :lang(mzn),
1505
+ :lang(nqo),
1506
+ :lang(pnb),
1507
+ :lang(ps),
1508
+ :lang(sd),
1509
+ :lang(ug),
1510
+ :lang(ur),
1511
+ :lang(yi)
1512
+ )
1513
+ .task-list-item-checkbox {
1514
+ margin: 0 -1.6em 0.25em 0.2em;
1515
+ }
1516
+
1517
+ .markdown-body .contains-task-list:hover .task-list-item-convert-container,
1518
+ .markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
1519
+ width: auto;
1520
+ height: var(--base-size-24);
1521
+ clip-path: none;
1522
+ display: block;
1523
+ overflow: visible;
1524
+ }
1525
+
1526
+ .markdown-body ::-webkit-calendar-picker-indicator {
1527
+ filter: invert(50%);
1528
+ }
1529
+
1530
+ .markdown-body .markdown-alert {
1531
+ padding: var(--base-size-8) var(--base-size-16);
1532
+ margin-bottom: var(--base-size-16);
1533
+ color: inherit;
1534
+ border-left: 0.25em solid var(--borderColor-default);
1535
+ }
1536
+
1537
+ .markdown-body .markdown-alert > :first-child {
1538
+ margin-top: 0;
1539
+ }
1540
+
1541
+ .markdown-body .markdown-alert > :last-child {
1542
+ margin-bottom: 0;
1543
+ }
1544
+
1545
+ .markdown-body .markdown-alert .markdown-alert-title {
1546
+ font-weight: var(--base-text-weight-medium, 500);
1547
+ align-items: center;
1548
+ line-height: 1;
1549
+ display: flex;
1550
+ }
1551
+
1552
+ .markdown-body .markdown-alert.markdown-alert-note {
1553
+ border-left-color: var(--borderColor-accent-emphasis);
1554
+ }
1555
+
1556
+ .markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
1557
+ color: var(--fgColor-accent);
1558
+ }
1559
+
1560
+ .markdown-body .markdown-alert.markdown-alert-important {
1561
+ border-left-color: var(--borderColor-done-emphasis);
1562
+ }
1563
+
1564
+ .markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
1565
+ color: var(--fgColor-done);
1566
+ }
1567
+
1568
+ .markdown-body .markdown-alert.markdown-alert-warning {
1569
+ border-left-color: var(--borderColor-attention-emphasis);
1570
+ }
1571
+
1572
+ .markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
1573
+ color: var(--fgColor-attention);
1574
+ }
1575
+
1576
+ .markdown-body .markdown-alert.markdown-alert-tip {
1577
+ border-left-color: var(--borderColor-success-emphasis);
1578
+ }
1579
+
1580
+ .markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
1581
+ color: var(--fgColor-success);
1582
+ }
1583
+
1584
+ .markdown-body .markdown-alert.markdown-alert-caution {
1585
+ border-left-color: var(--borderColor-danger-emphasis);
1586
+ }
1587
+
1588
+ .markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
1589
+ color: var(--fgColor-danger);
1590
+ }
1591
+
1592
+ .markdown-body > :first-child > .heading-element:first-child {
1593
+ margin-top: 0 !important;
1594
+ }
1595
+
1596
+ .markdown-body .tab-size[data-tab-size='1'] {
1597
+ tab-size: 1;
1598
+ }
1599
+
1600
+ .markdown-body .tab-size[data-tab-size='2'] {
1601
+ tab-size: 2;
1602
+ }
1603
+
1604
+ .markdown-body .tab-size[data-tab-size='3'] {
1605
+ tab-size: 3;
1606
+ }
1607
+
1608
+ .markdown-body .tab-size[data-tab-size='4'] {
1609
+ tab-size: 4;
1610
+ }
1611
+
1612
+ .markdown-body .tab-size[data-tab-size='5'] {
1613
+ tab-size: 5;
1614
+ }
1615
+
1616
+ .markdown-body .tab-size[data-tab-size='6'] {
1617
+ tab-size: 6;
1618
+ }
1619
+
1620
+ .markdown-body .tab-size[data-tab-size='7'] {
1621
+ tab-size: 7;
1622
+ }
1623
+
1624
+ .markdown-body .tab-size[data-tab-size='8'] {
1625
+ tab-size: 8;
1626
+ }
1627
+
1628
+ .markdown-body .tab-size[data-tab-size='9'] {
1629
+ tab-size: 9;
1630
+ }
1631
+
1632
+ .markdown-body .tab-size[data-tab-size='10'] {
1633
+ tab-size: 10;
1634
+ }
1635
+
1636
+ .markdown-body .tab-size[data-tab-size='11'] {
1637
+ tab-size: 11;
1638
+ }
1639
+
1640
+ .markdown-body .tab-size[data-tab-size='12'] {
1641
+ tab-size: 12;
1642
+ }
1643
+
1644
+ .markdown-body .Box .section-focus .preview-section {
1645
+ display: none;
1646
+ }
1647
+
1648
+ .markdown-body .Box .section-focus .edit-section {
1649
+ display: block;
1650
+ }
1651
+
1652
+ .markdown-body .highlight pre:has(+ .zeroclipboard-container) {
1653
+ min-height: 52px;
1654
+ }