diff --git a/library-css/notification.scss b/library-css/notification.scss index 2f56df4..9a2f681 100644 --- a/library-css/notification.scss +++ b/library-css/notification.scss @@ -14,6 +14,11 @@ color: #b25654; } +.uk-notification-message.uk-notification-message-warning { + background-color: #f2eade; + color: #b27554; +} + .uk-notification-close.uk-close, .uk-notification-close.uk-close:hover { color: #1a1a1a; }