mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
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:
parent
6896c8c879
commit
f81739f8b4
|
@ -154,19 +154,10 @@ h1, h2, h3, h4, h5, h6 {
|
|||
}
|
||||
|
||||
.ext-discussiontools-init-publishedcomment {
|
||||
background-color: #ffe29e;
|
||||
|
||||
html.skin-theme-clientpref-night & {
|
||||
// T368086
|
||||
background-color: @background-color-success-subtle;
|
||||
}
|
||||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
html.skin-theme-clientpref-os & {
|
||||
background-color: @background-color-success-subtle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ext-discussiontools-init-targetcomment {
|
||||
// T368086
|
||||
background-color: @background-color-progressive-subtle;
|
||||
|
|
Loading…
Reference in a new issue