From c10031f956ebb05d2f11424e7ddf1552d7a5cb0d Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 22 Aug 2023 13:13:24 -0400 Subject: [PATCH] Update or remove instances of hardcoded colors (#1558) 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; -}