Dbrant has uploaded a new change for review.

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

Change subject: Fix appearance of math formulae in Night mode.
......................................................................

Fix appearance of math formulae in Night mode.

Change-Id: Ide2db30a6eeebb6a92a94740bfea0eb6719c9ce8
---
M less/night.less
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileApp 
refs/changes/95/148995/1

diff --git a/less/night.less b/less/night.less
index 66f04b1..5b59a96 100644
--- a/less/night.less
+++ b/less/night.less
@@ -12,6 +12,10 @@
     background-image: url( 'images/external-link-ltr.png' );
 }
 
+img.mwe-math-fallback-png-inline {
+    -webkit-filter: invert(100%);
+}
+
 /* Same specificity as in less/content/main.less */
 .content table td,
 .content table th {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide2db30a6eeebb6a92a94740bfea0eb6719c9ce8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileApp
Gerrit-Branch: master
Gerrit-Owner: Dbrant <dbr...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to