diff --git a/services/web/frontend/stylesheets/components/notifications.scss b/services/web/frontend/stylesheets/components/notifications.scss index 3c0aed8e92..a33e1f39f9 100644 --- a/services/web/frontend/stylesheets/components/notifications.scss +++ b/services/web/frontend/stylesheets/components/notifications.scss @@ -49,11 +49,21 @@ :root { @include light-notification; + // Until we roll out dark mode notifications, make sure we show buttons in + // light mode even when the rest of the page is in dark mode + .ide-redesign-main .notification .btn { + @include light-buttons; + } + @include theme('default') { .project-ds-nav-page { .notification { @include dark-notification; @include dark-bg; + + .btn { + @include dark-buttons; + } } } }