Jackmcbarn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/106763


Change subject: Increase changed text background contrast
......................................................................

Increase changed text background contrast

Slightly darken the background colors of diffchange elements to make them
contrast more with the background around them.

Bug: 59093
Change-Id: I621b73e82ed4be93b8326a9d4bafa3d889d67fcb
---
M resources/mediawiki.action/mediawiki.action.history.diff.css
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/63/106763/1

diff --git a/resources/mediawiki.action/mediawiki.action.history.diff.css 
b/resources/mediawiki.action/mediawiki.action.history.diff.css
index 31ca107..d2e2bdd 100644
--- a/resources/mediawiki.action/mediawiki.action.history.diff.css
+++ b/resources/mediawiki.action/mediawiki.action.history.diff.css
@@ -86,9 +86,9 @@
 }
 
 td.diff-addedline .diffchange {
-       background: #d8ecff;
+       background: #aad8ff;
 }
 
 td.diff-deletedline .diffchange {
-       background: #feeec8;
+       background: #ffe6aa;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/106763
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I621b73e82ed4be93b8326a9d4bafa3d889d67fcb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jackmcbarn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to