From 70ea3f8fcd2959a1435fb100afd0e53872811829 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 21 Aug 2024 11:45:48 -0400 Subject: [PATCH] UX: improve mention colors for dark color schemes (#28462) --- app/assets/stylesheets/common/foundation/mixins.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/foundation/mixins.scss b/app/assets/stylesheets/common/foundation/mixins.scss index 97f570b2d62..9651fc0de6c 100644 --- a/app/assets/stylesheets/common/foundation/mixins.scss +++ b/app/assets/stylesheets/common/foundation/mixins.scss @@ -264,15 +264,15 @@ $hpad: 0.65em; text-wrap: nowrap; &.--bot { - background: var(--highlight-low-or-medium); + background: var(--success-low); } &.--wide { - background: var(--highlight); + background: var(--highlight-low-or-medium); } &.--current { - background: var(--tertiary-low); + background: var(--tertiary-400); } }