mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-23 16:06:53 +00:00
Merge "Use green rather than yellow for newly posted messages"
This commit is contained in:
commit
1be8a4e281
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue