Skip to content

Commit 0b32901

Browse files
[dev] updating doc to 2.0.0-beta.19
1 parent 9696d97 commit 0b32901

File tree

3 files changed

+1068
-1149
lines changed

3 files changed

+1068
-1149
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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",

src/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)