@jotx-labs/editor 2.4.165 → 2.4.166

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.
@@ -84,6 +84,9 @@
84
84
  .jotxlink-content {
85
85
  padding: 0;
86
86
  border-top: 1px solid var(--vscode-panel-border, hsl(var(--border, 220 12% 22%)));
87
+ /* Ensure proper text color is inherited immediately */
88
+ color: var(--vscode-foreground, hsl(var(--foreground, 222 47% 11%)));
89
+ background: var(--vscode-editor-background, hsl(var(--background, 0 0% 100%)));
87
90
  }
88
91
 
89
92
  /* Old styles - kept for backwards compatibility */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jotx-labs/editor",
3
- "version": "2.4.165",
3
+ "version": "2.4.166",
4
4
  "files": [
5
5
  "dist",
6
6
  "src/styles"
@@ -84,6 +84,9 @@
84
84
  .jotxlink-content {
85
85
  padding: 0;
86
86
  border-top: 1px solid var(--vscode-panel-border, hsl(var(--border, 220 12% 22%)));
87
+ /* Ensure proper text color is inherited immediately */
88
+ color: var(--vscode-foreground, hsl(var(--foreground, 222 47% 11%)));
89
+ background: var(--vscode-editor-background, hsl(var(--background, 0 0% 100%)));
87
90
  }
88
91
 
89
92
  /* Old styles - kept for backwards compatibility */