@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.
- package/dist/components/y-theme.js +1 -1
- package/dist/index.js +1 -1
- package/dist/yumekit.min.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|
-
|
|
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;
|