From ab384763190b36a81ece31350b9b6aa4ff4e714a Mon Sep 17 00:00:00 2001 From: Lucas Alves Date: Tue, 27 Apr 2021 16:19:55 -0300 Subject: [PATCH 1/2] Change the color of the warning links --- stylesheets/nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/nav.scss b/stylesheets/nav.scss index 9271120e14e7..e69c7b7caa8d 100644 --- a/stylesheets/nav.scss +++ b/stylesheets/nav.scss @@ -4,7 +4,7 @@ ------------------------------------------------------------------------------*/ .header-notifications a { - color: var(--color-auto-blue-6); + color: var(--color-bg-info); text-decoration: underline; } From f1aab8783d6df6ca84ac845bd939e4d180630c83 Mon Sep 17 00:00:00 2001 From: Lucas Alves Date: Tue, 27 Apr 2021 18:22:46 -0300 Subject: [PATCH 2/2] Change the background color instead of links --- includes/header-notification.html | 2 +- stylesheets/nav.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/header-notification.html b/includes/header-notification.html index 544a32ed7ded..5a1f18af2ac9 100644 --- a/includes/header-notification.html +++ b/includes/header-notification.html @@ -39,7 +39,7 @@ {% if translation_notification_type %} -
+
{{ translation_notification }}
{% endif %} diff --git a/stylesheets/nav.scss b/stylesheets/nav.scss index e69c7b7caa8d..9271120e14e7 100644 --- a/stylesheets/nav.scss +++ b/stylesheets/nav.scss @@ -4,7 +4,7 @@ ------------------------------------------------------------------------------*/ .header-notifications a { - color: var(--color-bg-info); + color: var(--color-auto-blue-6); text-decoration: underline; }