Cook879 has uploaded a new change for review.

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

Change subject: Fixing a small bug which makes it very hard to see the 
unchanged content on diff pages. Changed the default colour of this text to be 
the default colour of the content of dark (#d2d2d2).
......................................................................

Fixing a small bug which makes it very hard to see the unchanged content
on diff pages. Changed the default colour of this text to be the default
colour of the content of dark (#d2d2d2).

Change-Id: I4cb6e20ac4e00ba4fa7b7beec7564efdfb354350
---
M monobook/dark.css
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Theme 
refs/changes/89/138589/1

diff --git a/monobook/dark.css b/monobook/dark.css
index 0ee3939..7e6a0e2 100644
--- a/monobook/dark.css
+++ b/monobook/dark.css
@@ -404,6 +404,7 @@
 }
 td.diff-context {
        background: #6f7b87;
+       color: #d2d2d2;
 }
 td.diff-deletedline {
        background: #e6ed78;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4cb6e20ac4e00ba4fa7b7beec7564efdfb354350
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Theme
Gerrit-Branch: master
Gerrit-Owner: Cook879 <[email protected]>

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

Reply via email to