@salesforcedevs/docs-components 0.66.2-syntax-highlighting → 0.66.2-syntax-highlighting-1

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": "@salesforcedevs/docs-components",
3
- "version": "0.66.2-syntax-highlighting",
3
+ "version": "0.66.2-syntax-highlighting-1",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -191,10 +191,12 @@ api-security-documentation {
191
191
 
192
192
  /* code snippets */
193
193
  --http-code-snippet-container-background-color: rgb(250, 250, 250);
194
+ --http-code-snippet-code-function-color: rgb(24, 24, 24);
195
+ --http-code-snippet-code-keyword-color: rgb(24, 24, 24);
196
+ --http-code-snippet-code-cdata-color: rgb(24, 24, 24);
197
+ --http-code-snippet-variable-color: rgb(24, 24, 24);
194
198
  --http-code-snippet-container-padding: var(--dx-g-spacing-md);
195
199
 
196
- /* prism */
197
-
198
200
  /* --code-operator-value-background-color */
199
201
  }
200
202