Merge "Use green rather than yellow for newly posted messages"

This commit is contained in:
jenkins-bot 2024-07-01 15:59:52 +00:00 committed by Gerrit Code Review
commit 1be8a4e281

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 {