From d45bf4d5da3a1cdda356ece80080d830dc1e5b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 29 Apr 2021 20:20:38 +0200 Subject: [PATCH] Remove redundant menu link colors The color is inherited from the `.top-bar .menu > li a` selector. --- app/assets/stylesheets/admin.scss | 1 - app/assets/stylesheets/layout.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index bb38174e3..ba749904e 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -134,7 +134,6 @@ $table-header: #ecf1f6; } a { - color: #000; display: inline-block; font-family: "Lato" !important; font-size: rem-calc(24); diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 9b5b95a29..3a8163578 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -583,7 +583,6 @@ body > header, .has-submenu { &.is-active a { - color: #fff; font-weight: bold; } }