File tree Expand file tree Collapse file tree 3 files changed +1068
-1149
lines changed
Expand file tree Collapse file tree 3 files changed +1068
-1149
lines changed Original file line number Diff line number Diff line change 1313 "normalizeLink" : " cd plugins && node samplesLinksNormalize.js"
1414 },
1515 "dependencies" : {
16- "@docusaurus/core" : " ^2.0.0-beta.16 " ,
17- "@docusaurus/preset-classic" : " ^2.0.0-beta.16 " ,
16+ "@docusaurus/core" : " ^2.0.0-beta.19 " ,
17+ "@docusaurus/preset-classic" : " ^2.0.0-beta.19 " ,
1818 "@mdx-js/react" : " ^1.5.8" ,
1919 "clsx" : " ^1.1.1" ,
2020 "docusaurus-gtm-plugin" : " ^0.0.2" ,
Original file line number Diff line number Diff line change @@ -168,6 +168,14 @@ code {
168168
169169/* end small code block */
170170
171+ /* styles for block of code */
172+
173+ .token-line .theme-code-block-highlighted-line { /* added after updating to 2.0.0-beta.19 */
174+ background-color : rgb (156 159 166 / 30% );
175+ }
176+
177+ /* end styles for block of code */
178+
171179/* list */
172180
173181.markdown ul {
You can’t perform that action at this time.
0 commit comments