@waggylabs/yumekit 0.2.2 → 0.2.3

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.
@@ -101,7 +101,7 @@ class YumeTheme extends HTMLElement {
101
101
  const style = document.createElement("style");
102
102
  style.setAttribute("data-yumekit-page-styles", "");
103
103
  style.textContent = `
104
- :host {
104
+ html, body {
105
105
  font-family: var(--font-family-header, "Lexend", sans-serif);
106
106
  color: var(--base-content--, #000);
107
107
  font-weight: 300;
package/dist/index.js CHANGED
@@ -7578,7 +7578,7 @@ class YumeTheme extends HTMLElement {
7578
7578
  const style = document.createElement("style");
7579
7579
  style.setAttribute("data-yumekit-page-styles", "");
7580
7580
  style.textContent = `
7581
- :host {
7581
+ html, body {
7582
7582
  font-family: var(--font-family-header, "Lexend", sans-serif);
7583
7583
  color: var(--base-content--, #000);
7584
7584
  font-weight: 300;