From 9a94a5f87f15f36d8d91d59b4ea0856c0dfa68ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 29 Apr 2021 17:45:42 +0200 Subject: [PATCH] Simplify top bar colors The text color is inherited from the `
` element since commit e2d540d20, while the background color can also be inherited as well. --- 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 3a8163578..7358c43ad 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -537,7 +537,7 @@ body > header, } .top-bar { - @extend %brand-background; + background-color: inherit; padding-bottom: 0; padding-top: 0;