From bce8b8b0a3e80edbe467b01e56ae5c41f3744b6d Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 11 Feb 2019 15:41:44 +0100 Subject: [PATCH] Change locale switcher background color --- app/assets/stylesheets/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 88738c072..48ec86f67 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -980,7 +980,7 @@ footer { } .locale-switcher { - background: #1a1a1a; + background: #001d33; border: 0; border-radius: rem-calc(4); color: #fff;