From 88993713cf1922a56fd92f6872dbc932c3792e0a Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Fri, 18 Aug 2023 13:53:36 -0400 Subject: [PATCH] Update or remove instances of hardcoded colors Signed-off-by: Craig Perkins --- public/apps/configuration/_index.scss | 2 +- public/apps/configuration/panels/audit-logging/_index.scss | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/public/apps/configuration/_index.scss b/public/apps/configuration/_index.scss index 4914998cb..f3b245b36 100644 --- a/public/apps/configuration/_index.scss +++ b/public/apps/configuration/_index.scss @@ -14,7 +14,7 @@ */ .panel-header-count { - color: #687078; + color: $euiTextSubduedColor; font-weight: normal; } diff --git a/public/apps/configuration/panels/audit-logging/_index.scss b/public/apps/configuration/panels/audit-logging/_index.scss index 22d30dbc2..eb20f361b 100644 --- a/public/apps/configuration/panels/audit-logging/_index.scss +++ b/public/apps/configuration/panels/audit-logging/_index.scss @@ -5,7 +5,3 @@ .form-row { max-width: 800px; } - -pre code { - color: #666; -}