From f81739f8b440e6664254add19ec3b307b6392940 Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Thu, 27 Jun 2024 15:44:34 -0700 Subject: [PATCH] Use green rather than yellow for newly posted messages Use @background-color-success-subtle following discussion Bug: T368086 Change-Id: I216fdb576ee9066df0c3cd3bc62d424f258fe265 --- modules/dt.init.less | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/modules/dt.init.less b/modules/dt.init.less index 767061341..dedec705e 100644 --- a/modules/dt.init.less +++ b/modules/dt.init.less @@ -154,17 +154,8 @@ h1, h2, h3, h4, h5, h6 { } .ext-discussiontools-init-publishedcomment { - background-color: #ffe29e; - - html.skin-theme-clientpref-night & { - background-color: @background-color-success-subtle; - } - - @media ( prefers-color-scheme: dark ) { - html.skin-theme-clientpref-os & { - background-color: @background-color-success-subtle; - } - } + // T368086 + background-color: @background-color-success-subtle; } .ext-discussiontools-init-targetcomment {