jeawin-astro 3.0.3 → 3.0.4
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/package.json
CHANGED
package/src/layouts/Footer.astro
CHANGED
|
@@ -178,6 +178,9 @@ const menus = await jeawinapi.get_menus({
|
|
|
178
178
|
</div>
|
|
179
179
|
</footer>
|
|
180
180
|
<style define:vars={{ bgimg1: `url(${bg1.src})`, bgimg2: `url(${bg2.src})` }}>
|
|
181
|
+
footer a {
|
|
182
|
+
color: #ffffff;
|
|
183
|
+
}
|
|
181
184
|
#footer1::before {
|
|
182
185
|
background-image: var(--bgimg1);
|
|
183
186
|
}
|
package/src/layouts/Layout.astro
CHANGED