diff --git a/packages/marko-web-theme-default/components/site-footer/container.marko b/packages/marko-web-theme-default/components/site-footer/container.marko index ab2d18e21..628a9b0a0 100644 --- a/packages/marko-web-theme-default/components/site-footer/container.marko +++ b/packages/marko-web-theme-default/components/site-footer/container.marko @@ -5,6 +5,7 @@ $ const blockName = input.blockName || "site-footer"; name="container" tag=input.tag modifiers=input.modifiers + attrs=input.attrs > <${input.renderBody} /> diff --git a/packages/marko-web-theme-default/components/site-menu/section.marko b/packages/marko-web-theme-default/components/site-menu/section.marko index 8075d145c..78b520bf6 100644 --- a/packages/marko-web-theme-default/components/site-menu/section.marko +++ b/packages/marko-web-theme-default/components/site-menu/section.marko @@ -9,6 +9,7 @@ $ const items = getAsArray(input, "items"); name="section" tag=input.tag modifiers=input.modifiers + attrs=input.attrs > diff --git a/packages/marko-web-theme-default/scss/_variables.scss b/packages/marko-web-theme-default/scss/_variables.scss index 62819238a..fd320d223 100644 --- a/packages/marko-web-theme-default/scss/_variables.scss +++ b/packages/marko-web-theme-default/scss/_variables.scss @@ -203,19 +203,19 @@ $theme-media-footer-line-height: $line-height-sm !default; $theme-media-footer-padding-x: 0 !default; $theme-media-footer-padding-y: .5rem !default; -$theme-media-caption-color: #464646 !default; +$theme-media-caption-color: #474747 !default; $theme-media-caption-font-size: $theme-media-footer-font-size !default; $theme-media-caption-font-weight: 400 !default; $theme-media-caption-line-height: $theme-media-footer-line-height !default; -$theme-media-credit-color: #777 !default; +$theme-media-credit-color: #5c5b5b !default; $theme-media-credit-font-size: 12px !default; $theme-media-credit-font-style: initial !default; $theme-media-credit-font-weight: 400 !default; $theme-media-credit-line-height: $theme-media-footer-line-height !default; // Embedded Media -$theme-embedded-media-color: $gray-600 !default; +$theme-embedded-media-color: $gray-700 !default; $theme-embedded-media-font-family: $theme-font-family-sans-serif !default; $theme-embedded-media-font-size: $font-size-base !default; $theme-embedded-media-line-height: $line-height-sm !default; diff --git a/packages/marko-web-theme-monorail/browser/newsletter-toggle-button.vue b/packages/marko-web-theme-monorail/browser/newsletter-toggle-button.vue index d4e5060fc..d866d0754 100644 --- a/packages/marko-web-theme-monorail/browser/newsletter-toggle-button.vue +++ b/packages/marko-web-theme-monorail/browser/newsletter-toggle-button.vue @@ -2,6 +2,7 @@