accomadesc 0.3.23 → 0.3.24

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.
@@ -355,8 +355,6 @@
355
355
  * {
356
356
  font-family: var(--main-font-family);
357
357
  font-variant: var(--main-font-variant);
358
- background-color: var(--main-bg-color);
359
- color: var(--main-font-color);
360
358
 
361
359
  box-sizing: border-box;
362
360
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",