@apify/docs-theme 1.0.121 → 1.0.123

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.121",
3
+ "version": "1.0.123",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -614,6 +614,10 @@ article .card h2 {
614
614
  float: right;
615
615
  }
616
616
 
617
+ .menu__link--sublist-caret:after {
618
+ height: 2.5rem;
619
+ }
620
+
617
621
  aside button[class*="collapseSidebarButton"] svg {
618
622
  transform: scale(.7) rotate(180deg);
619
623
  }
@@ -1545,6 +1549,8 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
1545
1549
  .prism-code.language-javascript .token-line::before,
1546
1550
  .prism-code.language-json .token-line::before,
1547
1551
  .prism-code.language-json5 .token-line::before,
1552
+ .prism-code.language-python .token-line::before,
1553
+ .prism-code.language-dockerfile .token-line::before,
1548
1554
  .prism-code.language-XML .token-line::before,
1549
1555
  .prism-code.language-js .token-line::before {
1550
1556
  counter-increment: line-number;