@jotx-labs/editor 2.4.186 → 2.4.187
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.
|
@@ -16,6 +16,13 @@
|
|
|
16
16
|
background: var(--jotx-background, hsl(0 0% 100%)) !important;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
/* CRITICAL: Override global ::selection rule that turns text white */
|
|
20
|
+
.jotx-math-preview ::selection,
|
|
21
|
+
.jotx-math-preview *::selection {
|
|
22
|
+
background: rgba(99, 102, 241, 0.2) !important;
|
|
23
|
+
color: var(--jotx-text, hsl(222 47% 11%)) !important;
|
|
24
|
+
}
|
|
25
|
+
|
|
19
26
|
.jotx-math-header {
|
|
20
27
|
display: flex;
|
|
21
28
|
align-items: center;
|
package/package.json
CHANGED
|
@@ -16,6 +16,13 @@
|
|
|
16
16
|
background: var(--jotx-background, hsl(0 0% 100%)) !important;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
/* CRITICAL: Override global ::selection rule that turns text white */
|
|
20
|
+
.jotx-math-preview ::selection,
|
|
21
|
+
.jotx-math-preview *::selection {
|
|
22
|
+
background: rgba(99, 102, 241, 0.2) !important;
|
|
23
|
+
color: var(--jotx-text, hsl(222 47% 11%)) !important;
|
|
24
|
+
}
|
|
25
|
+
|
|
19
26
|
.jotx-math-header {
|
|
20
27
|
display: flex;
|
|
21
28
|
align-items: center;
|