Use green rather than yellow for newly posted messages

Use @background-color-success-subtle following discussion

Bug: T368086
Change-Id: I216fdb576ee9066df0c3cd3bc62d424f258fe265
This commit is contained in:
Jon Robson 2024-06-27 15:44:34 -07:00
parent 6896c8c879
commit f81739f8b4

View file

@ -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 {