@docmd/ui 0.6.5 → 0.6.6

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.
@@ -43,8 +43,10 @@ code.hljs {
43
43
  .hljs-name,
44
44
  .hljs-section,
45
45
  .hljs-selector-tag,
46
- .hljs-subst {
47
- color: #e06c75
46
+ .hljs-subst,
47
+ .hljs-operator,
48
+ .hljs-punctuation {
49
+ color: #c678dd
48
50
  }
49
51
 
50
52
  .hljs-literal {
@@ -43,8 +43,10 @@ code.hljs {
43
43
  .hljs-name,
44
44
  .hljs-section,
45
45
  .hljs-selector-tag,
46
- .hljs-subst {
47
- color: #e45649
46
+ .hljs-subst,
47
+ .hljs-operator,
48
+ .hljs-punctuation {
49
+ color: #a626a4
48
50
  }
49
51
 
50
52
  .hljs-literal {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docmd/ui",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Base UI templates and assets for docmd.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",