diff --git a/src/components/cap-notification-banner.js b/src/components/cap-notification-banner.js index 6dfd949..aa04eda 100644 --- a/src/components/cap-notification-banner.js +++ b/src/components/cap-notification-banner.js @@ -9,7 +9,7 @@ export class CapNotificationBanner extends LitElement { display: flex; font-size: var(--font-size-100); padding: var(--spacing-75); - background-color: var(--color-twilight); + background-color: var(--color-yellow); } .banner__message { @@ -32,12 +32,12 @@ export class CapNotificationBanner extends LitElement { return html` `;