veslx 0.1.48 → 0.1.50

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.css +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veslx",
3
- "version": "0.1.48",
3
+ "version": "0.1.50",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
package/src/index.css CHANGED
@@ -219,6 +219,11 @@
219
219
  color: hsl(var(--primary));
220
220
  }
221
221
 
222
+ .katex-display,
223
+ .math-display {
224
+ text-align: center;
225
+ }
226
+
222
227
  /* Code inside pre blocks should inherit background from pre */
223
228
  pre code {
224
229
  background: transparent;