<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediawiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Depotadore</id>
	<title>MediaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediawiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Depotadore"/>
	<link rel="alternate" type="text/html" href="https://www.mediawiki.org/wiki/Special:Contributions/Depotadore"/>
	<updated>2026-08-22T02:06:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.16</generator>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Universal_Language_Selector/WebFonts&amp;diff=7600014</id>
		<title>Universal Language Selector/WebFonts</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Universal_Language_Selector/WebFonts&amp;diff=7600014"/>
		<updated>2025-05-01T05:51:39Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: /* Usage statistics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:{{dir|{{pagelang}}|left|right}}&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Web fonts - Introduction ===&lt;br /&gt;
[[File:ULS-Font-Settings-new.png|400px|thumb|{{dir|{{pagelang}}|left|right}}|Font Selection on [[Universal Language Selector|Universal Language Selector]] (ULS)]]&lt;br /&gt;
&lt;br /&gt;
Wikimedia wikis are available in nearly 300 languages. Although the wikis in English receive much of the traffic, the other language wikis (using Latin and non-Latin scripts) also generate considerable volume of content. Additionally, the Latin script based wikis contain pages with content fragments written in non-Latin script. Apart from Wikipedia, sister projects like Wiktionary, Wikisource are also largely multilingual.&lt;br /&gt;
&lt;br /&gt;
Latin script based languages do not face many serious issues related to the availability of fonts to read content on the variety of devices used by users. But non-Latin languages often face issues with reading content when fonts on the operating systems are unavailable, out-dated, bug-ridden or aesthetically sub-optimal for reading content.&lt;br /&gt;
&lt;br /&gt;
In some cases, non-Latin wiki pages also display banners at the top of the page (Eg: See [[:ml:|Malayalam wikipedia]]) asking users to visit a help page if they encounter problems while reading the text. These help pages contain links to download fonts and installation instruction for different operating systems.&lt;br /&gt;
&lt;br /&gt;
For many languages, if the operating system is not recent, chances are that fonts are not available by default. For example, the fonts for the Odia script are available only in very recent versions of the Windows operating systems. Similarly, new characters are being encoded in Unicode for non-latin languages and they are not available in the fonts that may already exist in the various operating systems (including the newer versions). For example, 5 characters that were encoded for the Malayalam script can be used only in fonts on Windows 7. The same fonts when used in other operating systems or versions may not necessarily provide similar usability for reading content.&lt;br /&gt;
&lt;br /&gt;
Wikimedia attempted to solve this problem in 2011 using the MediaWiki extension [[Extension:WebFonts|Webfonts]]. In 2013, this extension was deprecated and all its features integrated into the [[Extension:Universal Language Selector|Universal Language Selector]] extension, which provides additional language features including input methods and language selection.&lt;br /&gt;
&lt;br /&gt;
Besides solving the problem of non-availability of fonts for many languages, this extension provides a way to serve fonts in wikipages for a few other (somewhat interesting) use-cases as well.&lt;br /&gt;
&lt;br /&gt;
The Webfonts technology provides an opportunity to have special fonts to resolve accessibility issues related to reading. The [http://opendyslexic.org/ OpenDyslexic] font is one such special font that makes use of font weights and design to alleviate problems related to reading content. This is particularly useful for readers requiring assistance on account of the medical condition Dyslexia.&lt;br /&gt;
&lt;br /&gt;
Wikipedia&#039;s sister project Wikisource attempts to digitize and preserve copyright-expired literature. Some of these books require special fonts to convey the content properly. For example, a grammar book in Hebrew wants a traditional writing style to explain the concepts. Webfonts helps there by specifying and providing the exact font required.&lt;br /&gt;
&lt;br /&gt;
=== Challenges ===&lt;br /&gt;
&lt;br /&gt;
Webfont technology is becoming more and more popular on the web, with Google Web Fonts as one of the best known providers of [https://fonts.googleblog.com/2010/11/web-fonts-on-rise.html free webfont service]. But the use case for this technology is still mainly for aesthetic purpose. Non-Latin webfonts are not as popular as Latin script fonts. Google&#039;s webfont repository serves [https://fonts.googleblog.com/2010/09/international-fonts-launch-today.html a few non-Latin fonts].&lt;br /&gt;
&lt;br /&gt;
To get the desired rendering, serving fonts is not enough. The operating system should be capable of rendering the script using the font. Windows XP Service pack 2 and older versions cannot render Indic complex scripts, no matter whether the font is present or not. Android was not capable of rendering any complex scripts before 4.x versions even though native browsers supported webfonts.&lt;br /&gt;
&lt;br /&gt;
==== Rendering Inconsistency ====&lt;br /&gt;
&lt;br /&gt;
In addition to issues with varied connections and browsers, it’s also important to consider how fonts are rendered across operating systems.&lt;br /&gt;
&lt;br /&gt;
macOS and Windows have fundamentally different philosophies when it comes to rendering text. macOS uses anti-aliasing to smooth text, while Windows Vista and 7 use a technology called ClearType to render more detailed text.&lt;br /&gt;
&lt;br /&gt;
Windows XP does neither (by default, but can be enabled), and Linux might do any number of things depending on how it’s configured.&lt;br /&gt;
&lt;br /&gt;
Windows has two different rendering modes: the newer DirectWrite and the older GDI. The two modes can produce substantially different results.&lt;br /&gt;
&lt;br /&gt;
IE9, Firefox 4 and Chrome 37 use DirectWrite, and they can use hardware acceleration to render pages. If hardware acceleration isn’t available or has been turned off, fonts don’t look quite as smooth in these browsers.&lt;br /&gt;
&lt;br /&gt;
Chrome (before version 37) uses GDI, and Firefox 7 implemented a preference that specifies a list of fonts for which GDI rendering will be used at sizes below 16px. By default the list contains fonts such as Arial, Tahoma, Verdana, Trebuchet MS, Segoe UI and Consolas. Downloadable fonts will always use [http://blog.mozilla.org/nattokirai/2011/08/11/directwrite-text-rendering-in-firefox-6/ DirectWrite].&lt;br /&gt;
&lt;br /&gt;
Windows ClearType takes advantage of the fact that pixels on LCD screens are composed of red, green, and blue vertical bars. It treats these bars as narrow pixels, allowing Windows to display more detail in text.&lt;br /&gt;
&lt;br /&gt;
ClearType can make text sharper and more readable, but sometimes it creates a colored shadow around text; some people complain it gives them a headache. There is an &amp;quot;Adjust ClearType Text&amp;quot; tool to configure ClearType for your display. If the software isn’t configured properly, it can actually make text [http://sixrevisions.com/css/font-face-web-fonts-issues/ harder to read].&lt;br /&gt;
&lt;br /&gt;
CSS3 has a property called &amp;quot;font-smooth&amp;quot; that is designed to provide an anti-aliasing of web fonts. As of 2022, it does not appear to be supported by any of [https://developer.mozilla.org/docs/Web/CSS/font-smooth the major modern browsers].&lt;br /&gt;
&lt;br /&gt;
Webfont rendering with Windows is a challenge that Google Web Fonts service also faces&amp;lt;!-- This link doesn&#039;t appear to relate to font rendering --~~~~ [https://code.google.com/p/chromium/issues/detail?id=13769 the bad rendering issues] --&amp;gt;. Stack Overflow has several questions about bad font rendering by Google Chrome even with Google Web Fonts. [https://stackoverflow.com/questions/11487427/is-there-any-font-smoothing-in-google-chrome/11493510#11493510 12]&lt;br /&gt;
&lt;br /&gt;
Google webfont users use SVG fonts to render whenever possible to avoid dependency on operating system rendering engines. This works well as long as your font is simple, without hints and without Opentype tables or instructions. A Latin font (but not all languages) may get correctly rendered using SVG fonts, but non-Latin fonts usually need Opentype instructions for correct rendering. [http://thottingal.in/blog/2011/08/20/svg-fonts/ SVG font format] does not support them, and basically using an SVG font for, say, Hindi guarantees wrong rendering.&lt;br /&gt;
&lt;br /&gt;
==== Impact on bandwidth ====&lt;br /&gt;
&lt;br /&gt;
The number of glyphs present in non-Latin fonts poses a challenge for bandwidth usage. While a normal English font can have font size below 100 Kilobytes, a Malayalam script font will have about 1000 glyphs and size above 300 Kilobytes in truetype (.ttf) format.&lt;br /&gt;
&lt;br /&gt;
The Jomolhari font for Tibetan script is 352.4 KB; the TrueType Akkadian font used for Cuneiform is 772 KB; and the Tuladha Jejeg font for Javanese script is 399 KB. But some non-Latin fonts are very small: the Lohit Devanagari font for Devanagari script (Hindi, Marathi, Sanskrit) is just 37 KB. The smallest font we have is the Saweri font for Buginese languages: 3.6 KB. The Shapour font used for Pahlavi script is 4KB.&lt;br /&gt;
&lt;br /&gt;
Small fonts are perfect for web use. Anything more than, say, 100KB costs bandwidth, because the font is downloaded along with the page content. A typical thumbnail image shown in a wiki page will be around 15-20 KB in size (e.g.,[[w:File:President_Barack_Obama.jpg| the image of Barack Obama on his wikipage]] is 18.6 KB). We can say adding the font addition is similar including the image in a page. But if the font is bigger, more bandwidth is consumed. There are multiple bandwidth optimizations done- a font gets downloaded only once, when you visit the page for the first time; a font in a webfont format, like eot or woff, is very compressed; etc. While a font is being downloaded, browsers will try to render the content using a system fallback font, and use the downloaded font when it is ready. This will cause a flash in the webpage often known as FOUT. The visibility of this FOUT is more noticeable when the font is big, but with current browser technology this is unavoidable.&lt;br /&gt;
&lt;br /&gt;
The bandwidth issue gets more serious if the wiki page has multiple languages, each of which uses a webfont. A typical wiki page is multilingual. Every wiki page has a sidebar showing interwiki links to articles in other languages about the same topic. The wiki page about [[:en:wp:Barack_Obama|Obama]] exists in 204 languages besides English, and has interwiki links to all of them, using about 28 non-Latin scripts.&lt;br /&gt;
&lt;br /&gt;
Imagine a wiki page has all languages, and we use our webfont repository to render these languages, if the language has a default font. The total bandwidth usage is calculated as 3.8 MB. Does such a page exist? Yes, see https://translatewiki.net/wiki/Special:SupportedLanguages. But the strings are all language names. (We are handling this situation in a different way. Read on.)&lt;br /&gt;
&lt;br /&gt;
==== Selection of fonts ====&lt;br /&gt;
&lt;br /&gt;
Availability of free licensed fonts for non-Latin languages is a challenge. There are a lot of languages without any free licensed font. Sometimes the font available will be bad in quality. This does not mean there are good proprietary licensed fonts. Because of this, for some languages we end up using a low quality font since there is no other choice. Large-scale deployment of these fonts creates a lot of users and they report bugs. Another headache is an inactive upstream. Most of the fonts will not be version controlled, and there won&#039;t be any issue trackers. Sometimes the maintainer or author of the font won&#039;t respond to our attempts to [https://code.google.com/archive/p/tharlon-font/issues communicate].&lt;br /&gt;
&lt;br /&gt;
Because of this, we try to choose fonts with an active upstream, version control, issue tracker. But sometimes we end up with no choice.&lt;br /&gt;
&lt;br /&gt;
Sinhala has only one free licensed font, LKLUG, by the Lanka Linux Users group. When we inquired whether that font is actively maintained, the answer was no. The [https://www.gnu.org/s/freefont/ GNU FreeFont project]&#039;s Serif font has Sinhala glyphs copied from LKLUG, but they have not been updated for a long time. The Sri Lankan government recently released some Sinhala fonts, but unfortunately the licensing conditions prevent us from using them.&lt;br /&gt;
&lt;br /&gt;
Thaana, written in the Divehi script, did not have any fonts. GNU FreeSans had glyphs for this script, but FreeSans as such cannot be used as a webfont since it is a large font covering lots of scripts. With the help of the FreeFont project, these glyphs were extracted to create a new font for Thaana named FreeFontThaana.[http://savannah.gnu.org/task/?12545][https://savannah.nongnu.org/projects/thaana][[phab:T44812]]&lt;br /&gt;
&lt;br /&gt;
Tamil, using Tamil script, had only one free licensed font—[https://pagure.io/lohit Lohit Tamil from Red Hat]—but the Tamil community did not want it as the default font for Tamil because of [https://ta.wikipedia.org/s/30hp bad quality in rendering], so it has been kept as an optional font. Lohit Tamil is also distributed by Google as part of [https://fonts.google.com/earlyaccess Google Web Fonts].&lt;br /&gt;
&lt;br /&gt;
Fonts were added to the font repository based on bug reports we received in {{ll|Bugzilla|Wikimedia Bugzilla}} (until 2014) and {{ll|Phabricator|Wikimedia Phabricator}}.&lt;br /&gt;
There were some additions based on community requests by mailing lists, hackathons, talk page requests etc.&lt;br /&gt;
&lt;br /&gt;
We include the bug reports or request sources for font addition in source code so that we can trace why a particular font was added and when.&lt;br /&gt;
&lt;br /&gt;
=== Table of languages and default fonts ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!LangCode&lt;br /&gt;
!Lang name&lt;br /&gt;
!Default font&lt;br /&gt;
!Size of woff in KB&lt;br /&gt;
|-&lt;br /&gt;
|bug||Buginese||Saweri||3.6&lt;br /&gt;
|-&lt;br /&gt;
|mak||Makasar||Saweri||3.6&lt;br /&gt;
|-&lt;br /&gt;
|pal||Middle Persian (Pahlavi)||Shapour||4&lt;br /&gt;
|-&lt;br /&gt;
|peo||Old Persian||Artaxerxes||1.4&lt;br /&gt;
|-&lt;br /&gt;
|lo||Lao||Phetsarath||15&lt;br /&gt;
|-&lt;br /&gt;
|hbo||Ancient Hebrew||Taamey Frank CLM||36&lt;br /&gt;
|-&lt;br /&gt;
|arc||Aramaic||Estrangelo Edessa||39.5&lt;br /&gt;
|-&lt;br /&gt;
|syc||Syriac (ܣܘܪܝܝܐ) ||Estrangelo Edessa||39.5&lt;br /&gt;
|-&lt;br /&gt;
|saz||Saurashtra (&amp;lt;span lang=&amp;quot;saz&amp;quot;&amp;gt;ꢱꣃꢬꢵꢯ꣄ꢡ꣄ꢬꢵ&amp;lt;/span&amp;gt;)||Pagul||69&lt;br /&gt;
|-&lt;br /&gt;
|km||Khmer||KhmerOSbattambang||76&lt;br /&gt;
|-&lt;br /&gt;
|dv||Divehi||FreeFont-Thaana||104&lt;br /&gt;
|-&lt;br /&gt;
|su&lt;br /&gt;
|Sundanese&lt;br /&gt;
|NotoSansSundanese&lt;br /&gt;
|9.2&lt;br /&gt;
|-&lt;br /&gt;
|ii||Sichuan Yi||Nuosu SIL||133&lt;br /&gt;
|-&lt;br /&gt;
|my||Burmese||TharLon||159&lt;br /&gt;
|-&lt;br /&gt;
|bn||Bengali||Siyam Rupali||165&lt;br /&gt;
|-&lt;br /&gt;
|bpy||Bishnupria Manipuri||Siyam Rupali||165&lt;br /&gt;
|-&lt;br /&gt;
|cr||Cree (ᓀᐦᐃᔭᐍᐏᐣ)||OskiEast||169&lt;br /&gt;
|-&lt;br /&gt;
|am||Amharic||AbyssinicaSIL||250&lt;br /&gt;
|-&lt;br /&gt;
|gez||Ge&#039;ez||AbyssinicaSIL||250&lt;br /&gt;
|-&lt;br /&gt;
|ti||Tigrinya||AbyssinicaSIL||250&lt;br /&gt;
|-&lt;br /&gt;
|tig||Tigre||AbyssinicaSIL||250&lt;br /&gt;
|-&lt;br /&gt;
|dz,bo and languages in [https://en.wikipedia.org/wiki/Tibetan_script Tibetan script]||Dzongkha, Standard Tibetan,…||BabelStone Tibetan Slim||827&lt;br /&gt;
|-&lt;br /&gt;
|jv-java||Javanese (&amp;lt;span lang=&amp;quot;jv-java&amp;quot;&amp;gt;ꦧꦱꦗꦮ&amp;lt;/span&amp;gt;)||Tuladha Jejeg||399&lt;br /&gt;
|-&lt;br /&gt;
|sux||Sumerian||Akkadian||772&lt;br /&gt;
|-&lt;br /&gt;
|akk||Akkadian||Akkadian||772&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
And if around 450 languages appear on a page (as language selector or similar cases) the total font size is 50KB (Autonym font).&lt;br /&gt;
&lt;br /&gt;
See also [[Universal Language Selector/WebFonts/WebFonts Status]].&lt;br /&gt;
&lt;br /&gt;
You can browse all the fonts included.&lt;br /&gt;
&lt;br /&gt;
{{anchor|How webfonts are applied?}}&lt;br /&gt;
&lt;br /&gt;
=== How webfonts are applied ===&lt;br /&gt;
&lt;br /&gt;
Webfonts are by default &#039;&#039;&#039;disabled&#039;&#039;&#039; in all WMF wikis. Users need to enable them using ULS preferences window. Once enabled, webfonts are applied based on a decision algorithm as given below.&lt;br /&gt;
&lt;br /&gt;
Webfonts are applied using a jquery library -[https://github.com/wikimedia/jquery.webfonts jquery.webfonts]. jQuery webfonts is configured with the MW webfonts repository.&lt;br /&gt;
&lt;br /&gt;
[[File:ULS-WebFonts-Workflow-Diagram.png|border|1000px|ULS WebFonts Workflow Diagram]]&lt;br /&gt;
&lt;br /&gt;
On page load, jquery.webfonts starts its job. The plugin is applied to the body. A webfont applicable to the body is chosen and applied. jquery.webfonts starts looking for HTML elements with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute. If the element has a language attribute and there is a font applicable for that language, the font is applied to that element. The CSS &amp;lt;code&amp;gt;font-family&amp;lt;/code&amp;gt; attribute of the element is also checked. If the font family contains a font, and it is present in the webfonts repository, that font should be delivered to the client. That much is the high level working of jquery.webfonts. Now to the details:&lt;br /&gt;
&lt;br /&gt;
{{anchor|Identifying which font to be applied}}&lt;br /&gt;
==== Identifying the font to be applied ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;By specifying font-family&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Inside the wiki text YourText, the webfonts extension will check whether the font is available; if so it will download it to the client so that the reader will not face any difficulty in reading the text even if the font specified is not available in their computer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;By specifying language&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Inside the wiki text YourText, we will check whether any font is available for the given language with the extension; if so it will download it to the client. If there are multiple fonts for the language, the default font will be used. If the default font is not preferred, use the font-family approach to specify the font. If the tag has both lang and font-family definitions, font-family gets precedence.&lt;br /&gt;
&lt;br /&gt;
==== User preferences ====&lt;br /&gt;
&lt;br /&gt;
For every language, users can choose a webfont from the available fonts or can choose to opt out—i.e., do not use webfonts for the language. The default font for a language is based on the user community requests. Depending on the language support available in operating systems, some communities do not demand default webfonts. For them, system fonts (no webfont) will be the default preference. For some other languages, the user community demanded setting a specific font as the default font to be applied. The list of languages with a non-system default font is given above.&lt;br /&gt;
&lt;br /&gt;
The user preferences are slightly more complicated than we imagined. These font preferences are provided using a cog icon in every page or as part of the language selector at the top of the page. But there is another font selector in MediaWiki preferences to select a font for the edit text area; the options include monospace, sans serif, etc. We want to respect that choice too. So before applying the webfonts to an edit area, we check for the user&#039;s preferences from the &amp;quot;Preferences&amp;quot; page of the wiki. That preference gets precedence. &lt;br /&gt;
&lt;br /&gt;
But it doesn&#039;t stop there. Browsers apply monospace fonts to the editable fields for some languages without any preference from users. Monospaced makes sense only for a small number of scripts; e.g., monospace does not make sense for Arabic or Indian scripts. Both Google Chrome and Firefox apply monospace font to the edit area if the calculated language is a monospace-applicable language. We need to respect this behavior from browsers too. Our code should not override this behavior, so as not to annoy users by changing the appearance.&lt;br /&gt;
&lt;br /&gt;
==== More complications ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Font inheritance&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In a multi-language web page, if we apply a font to a top element associated with a language, as per usual CSS inheritance behavior it gets applied to the child nodes. What happens if one of the child node languages differs? For that language, there may be a font to be applied, or no font applicable. If there is a different font to be applied, there is nothing much to worry about, because applying that font breaks the inheritance. But if there is no font to be applied, the parent font gets inherited to this element. This is undesirable, since the child element language does not have a font as per preferences or as per the repository. But how will the font get inherited if the child node is a different language? This happens only when the parent and child share the same script.&lt;br /&gt;
&lt;br /&gt;
To illustrate this with an example, consider a Hindi wiki page with a paragraph in Marathi. Both languages are written using Devanagari script, differing only by a few letters. If the Marathi paragraph did not define any font, a Hindi font will be applied to it. It is not disastrous, but still a bug. We have to break the inheritance at the level of the Marathi paragraph and avoid this happening. Explicitly defining a font family for that paragraph is the way.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avoiding too much inline css&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If we are applying webfonts to all elements with a &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute, there will be many in a DOM. If the child inherits the font from its parent, there is no need to explicitly define a style for child element. Figuring out this while parsing the body is also important.&lt;br /&gt;
&lt;br /&gt;
==== Font detection ====&lt;br /&gt;
&lt;br /&gt;
Webfont generates CSS that uses a local variable (fontFamilyName) to make sure fonts are not downloaded if a font with the same font-family name exists in the local computer.&lt;br /&gt;
&lt;br /&gt;
That means that if we have FontA as default for LangA, applying FontA to an element does not mean that it always gets downloaded to the client machine. It gets downloaded only when the client computer does not have FontA.&lt;br /&gt;
&lt;br /&gt;
So algorithms to detect local font availability do not help us here. Such algorithms help to programmatically decide an aesthetically good font stack for a target platform. (E.g., see http://www.lalit.org/lab/javascript-css-font-detect/ and read the comments.)&lt;br /&gt;
&lt;br /&gt;
So it is quite possible that even if the user&#039;s computer has a font for a particular language, the webfont system will download another font from the server to render text in that language. But in most cases this is the user&#039;s choice. For a few languages—those with a default font, listed above—this download occurs without a user preference. Each of those languages is configured to use a default font because of a user community request. So in one sense, it is again a user choice.&lt;br /&gt;
&lt;br /&gt;
It is feasible [http://codepen.io/santhoshtr/pen/BuqwK to detect tofu] for some languages. (Tofu is a glyph inside fonts with the glyph name .notdef as per Opentype specification, shown when a requested glyph not present in font.) But that alone does not detect whether a user will be able to read the content without issues as explained in the beginning of the document.&lt;br /&gt;
&lt;br /&gt;
Even for the languages with default fonts, our servers experienced a significant number of font requests. This urged us to further tune our algorithm to incorporate the above mentioned tofu detection algorithm. The current version of ULS webfonts has [https://gerrit.wikimedia.org/r/108024 tofu detection in place], only for languages having default fonts.&lt;br /&gt;
&lt;br /&gt;
A generic tofu detection algorithm that works for all languages is a complex challenge. We are doing some [http://santhoshtr.github.io/tofudetector/ experiments] on that aspect. A special blank font named Tofu is being attempted by [http://behdad.org/ Behdad Esfahbod] with a few bytes size. But the technology used for that is very advanced and current browsers [https://groups.google.com/forum/#!topic/fonttools/JR1yvwyHj-I do not support it].&lt;br /&gt;
&lt;br /&gt;
==== Font fallback ====&lt;br /&gt;
&lt;br /&gt;
It is quite possible that the text to which the font is applied will have characters outside the font. It is a common practice to add fallback fonts to the &amp;lt;code&amp;gt;fontfamily&amp;lt;/code&amp;gt;. attribute. We add sans-serif as the fallback font.&lt;br /&gt;
&lt;br /&gt;
But IE 6 is not capable of doing font-fallback properly. Because of this, if the page contains text within elements having no &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; information, squares are displayed. The extension is [https://bugzilla.wikimedia.org/show_bug.cgi?id=33096 disabled in IE 6 browser].&lt;br /&gt;
&lt;br /&gt;
=== Browser compatibility ===&lt;br /&gt;
&lt;br /&gt;
Internet explorer 6 and 7 is blacklisted.&lt;br /&gt;
&lt;br /&gt;
==== Notable browser bugs ====&lt;br /&gt;
&lt;br /&gt;
Google chrome (chromium too) upto version 15 has a bug that cause some complex script webfont being rejected by the browser. This issue is observed only for Meera font of Malayalam. The OTS tool does not show any errors in the font. But the issue is not present in Chrome 17. See Bug report ([https://code.google.com/p/chromium/issues/detail?id=106030]).&lt;br /&gt;
&lt;br /&gt;
In Mac OS X 10.7, Opera browser is not capable of rendering complex scripts like Malayalam. See our detailed test report about various OS-browser combinations. Also see [https://bugzilla.wikimedia.org/show_bug.cgi?id=31823 Bug 31823] - Opera 11.51 does not display saz font.&lt;br /&gt;
&lt;br /&gt;
[https://bugzilla.wikimedia.org/show_bug.cgi?id=33102 OSX 10.7.2/Opera 11.60 has no fallback for Latin characters].&lt;br /&gt;
&lt;br /&gt;
=== Optimizations for bandwidth usage ===&lt;br /&gt;
&lt;br /&gt;
==== Font formats ====&lt;br /&gt;
&lt;br /&gt;
To convert the truetype or opentype fonts to WOFF and EOT formats, google&#039;s [https://code.google.com/p/sfntly/ sfntly] tool is used. For EOT format, for optimal compression, MicroTypeExpress format is used.Since [https://code.google.com/p/sfntly/wiki/MicroTypeExpress MicroType Express] gives an approximate 15% gain in compression over gzip, a web font service striving for maximum performance can benefit from implementing EOT compression.&lt;br /&gt;
&lt;br /&gt;
For some languages, the font size can be very big, with careful testing, we can remove all hinting instructions to reduce the size.&lt;br /&gt;
&lt;br /&gt;
==== Caching configuration ====&lt;br /&gt;
&lt;br /&gt;
To ensure that the web fonts files are cached on the clients&#039; machines, font file types must be added to the web server configuration. In Apache2 this consists of:&lt;br /&gt;
&lt;br /&gt;
* Adding font file extensions to the FileTimes regex at FilesMatch for the relevant directory, example: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;FilesMatch &amp;quot;\. (gif|jpe?g|png|css|js|woff|svg|eot|ttf)$&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Adding ExpiresByType values to the relevant MIME types, similarly to image MIME types. Note that there&#039;s no standard MIME type for TTF. application/x-font-ttf is used for Wikimedia.&lt;br /&gt;
* Adding the MIME types:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
AddType application/x-woff .woff&lt;br /&gt;
AddType application/vnd.ms-fontobject .eot&lt;br /&gt;
AddType application/x-font-ttf .ttf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
For a full example see [https://gerrit.wikimedia.org/r/#patch,unified,657,1,files/apache/apache2.conf.appserver the caching configuration update done for the Wikimedia cluster].&lt;br /&gt;
&lt;br /&gt;
[[File:BitsCache2013.png|Bits caches eqiad cluster network 2013Generated from http://ganglia.wikimedia.org/latest/graph.php?r=year&amp;amp;z=xlarge&amp;amp;c=Bits+caches+eqiad&amp;amp;m=cpu_report&amp;amp;s=by+name&amp;amp;mc=2&amp;amp;g=network_report]] &lt;br /&gt;
==== Browser Cache ====&lt;br /&gt;
&lt;br /&gt;
If the font is available in user&#039;s local system, font will not be downloaded from the mediawiki server. It will be taken from the user&#039;s computer. Otherwise, font will be downloaded from the server only once. ie when the user selects the font first time. Next time on wards, font will be taken from the local cache.&lt;br /&gt;
&lt;br /&gt;
==== Autonym Font ====&lt;br /&gt;
&lt;br /&gt;
When an article on Wikipedia is available in multiple languages, we see the list of the languages in a column on one side of the page. The names on the list are written in the script that the language uses (Also know as language autonym). Which also means that all the appropriate fonts were needed to be present for the autonyms to be displayed. For instance, an article like the one about the Nobel Prize is written in more than 125 languages and needs around 35 fonts to display the names of the languages. Initially this was handled by the native fonts available on the reader&#039;s device. If a font did not present, the user would see square boxes (known as tofu) instead of the name of a language. To workaround this problem, not just for the language list, but for other section in the content area as well, the Universal Language Selector (ULS) provides a set of webfonts that were loaded with the page. While this ensured that more language texts were displayed, a serious problem was also encountered. The presence of the additional fonts added an overload on the page, and users saw pages loading much slower than before. To improve client-side performance, webfonts are not applied to the interlanguage links area.&lt;br /&gt;
&lt;br /&gt;
Not using the webfonts for the Interlanguage links seemed like the easiest solution, but it also takes us back to the sub-optimal multilingual experience that we were trying to solve in the first place. Articles may be perfectly displayed thanks to web fonts, but If a link is not displayed in the language list, many users will not be able to discover that there is a version of the article in their language. The autonyms were not just required for the interlanguage links. They were also required for the Language Search and Selection window of the Universal Language Selector, which allows users to find their language if they are on a wiki displaying content in a script unfamiliar to them.&lt;br /&gt;
&lt;br /&gt;
Autonym font tries to solve this. The font contains glyphs and opentype rules for rendering the language autonyms. And it contains only those glyphs for a language. For example, for Thai, the font has glyphs required for rendering ไทย alone.&lt;br /&gt;
&lt;br /&gt;
Font available at [https://github.com/santhoshtr/AutonymFont]&lt;br /&gt;
&lt;br /&gt;
In MediaWiki, add a class &#039;autonym&#039; to the elements containing language autonyms. The font will be applied automatically from ULS extension.&lt;br /&gt;
&lt;br /&gt;
=== WebFonts and FOUT ===&lt;br /&gt;
&lt;br /&gt;
One unavoidable consequence of using webfonts is flash of unstyled text (FOUT). Most webfonts don&#039;t take long to load, but some do.. Browser behavior differs while waiting for the font.&lt;br /&gt;
&lt;br /&gt;
# Use a system font immediately while the webfont loads. When it does, change the font (Firefox behavior- till 2011)&lt;br /&gt;
# Keep the text invisible until 3 seconds, then fallback to a system font. When the webfont finally loads (e.g. at 6 seconds) change the text to use it. (current Firefox behavior).&lt;br /&gt;
# Keep the text invisible until the webfont is ready (current Safari and Chrome behavior)&lt;br /&gt;
&lt;br /&gt;
From Chrome 35 onward, Chrome is [https://code.google.com/p/chromium/issues/detail?id=235303#c17 going to follow] Firefox behavior.&lt;br /&gt;
&lt;br /&gt;
Some developers use WebFont Loader JS or [http://help.typekit.com/customer/portal/articles/6852-controlling-the-flash-of-unstyled-text-or-fout-using-font-events Typekit] in order to have control over this behavior. But All of the above options are disruptive to the users. Wikimedia webfonts implementation does not do anything special to address this rather than depending on browsers behavior.&lt;br /&gt;
&lt;br /&gt;
Font load events are coming to browsers and provide great insight over when fonts are loaded, allowing you to customize behavior without depending on any heavy javascript libraries.&lt;br /&gt;
&lt;br /&gt;
Google chrome team is [https://docs.google.com/presentation/d/1BsVCOYxfHB6d8w1BFPMzha7_10wNocsY64sylFYdPlY/edit working] on improving the situation by introducing WOFF2 to further reduce font size, performance improvements and font load events&lt;br /&gt;
&lt;br /&gt;
See a [https://plus.google.com/+PaulIrish/posts/MeoUmZxNRZB discussion initiated by Paul Irish on this topic]&lt;br /&gt;
&lt;br /&gt;
=== Client side performance optimization ===&lt;br /&gt;
&lt;br /&gt;
[[ResourceLoader|Resource loader]] refactoring to optimally load only the required javascript is done to reduce the javascript payload.&lt;br /&gt;
&lt;br /&gt;
=== Usage statistics ===&lt;br /&gt;
Webfonts are disabled by default in WMF wikis because of high bandwidth usage on clusters and potential slow down on page loads for users. Webfonts needs to be enabled manually by users using ULS preference window. Following graph shows the number of people enabling this feature from the day the default-disable state was introduced.&lt;br /&gt;
&lt;br /&gt;
[[File:ULS-webfonts-enable-stats-feb-apr.png|900px]]&lt;br /&gt;
&lt;br /&gt;
=== Frequently Asked Questions ===&lt;br /&gt;
&lt;br /&gt;
==== I have the font for my language in my computer. Can I disable the feature using preferences? ====&lt;br /&gt;
Yes, you can set system font as the preference for your language.&lt;br /&gt;
&lt;br /&gt;
If the font provided by Webfonts is the same font you have in your computer, effectively webfonts will not be applied for that language. In this case a user need not bother about selecting font preferences.&lt;br /&gt;
&lt;br /&gt;
==== Can&#039;t the webfonts system detect whether a local computer has font for a language and download fonts? ====&lt;br /&gt;
:&#039;&#039;See also [[#Font detection]]&#039;&#039;&lt;br /&gt;
It is possible to detect whether a specific font X is present in the computer. We must know the name of the font to do that test. It is not a straight forward test. We need to create two temporary content elements in the page. Render the content with a fallback font like sans-serif and another with the specific font. If the width and height of the rendered element matches, one can assume that same font was used to render and that happens when fallback font is used instead of specific font. The sample text chosen should be a text that the specific font supports. So if we are testing Hindi, the text should be in Hindi. And the characters chosen should be such that different fonts render them with differing dimensions. This becomes quite complex and non-scalable solution if we are talking about 100s of languages. Knowing all possible font names for a language is also difficult.&lt;br /&gt;
&lt;br /&gt;
It may be possible to detect tofu for a given language, but still not foolproof since not having tofu does not mean that the system has usable fonts for a language.&lt;br /&gt;
&lt;br /&gt;
So we leave the decision of whether a default font to be applied for a language or not to the user community consensus.&lt;br /&gt;
&lt;br /&gt;
[[Category:Universal Language Selector/ru| ]]&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Skin_talk:Timeless&amp;diff=7575687</id>
		<title>Skin talk:Timeless</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Skin_talk:Timeless&amp;diff=7575687"/>
		<updated>2025-04-19T05:21:43Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: /* Cluttered */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{archives}}&lt;br /&gt;
&lt;br /&gt;
== TOC in left column? ==&lt;br /&gt;
&lt;br /&gt;
I really like the Timeless skin. It&#039;s simple and elegant. &lt;br /&gt;
&lt;br /&gt;
I also like that categories display in the right column. Is there a way to similarly put the TOC into the left column and possibly replace the Tools section, at least for users not logged in? 99+% users will not be logged in and not be editing using my wiki. They don&#039;t need a Tools section at all, but having the TOC being displayed instead would be really nice. The vector-2022 skin does it and I think it&#039;s a great feature.&lt;br /&gt;
&lt;br /&gt;
Thanks for reading. [[User:Ohei2|Ohei2]] ([[User talk:Ohei2|talk]]) 08:42, 8 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I removed the tools section on https://roter-kreis.de/ (uses Timeless as well) for anonymous users using CSS. This is not an elegant solution, but it works just fine. [[User:Redundant-decadence|Redundant-decadence]] ([[User talk:Redundant-decadence|talk]]) 09:33, 8 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Thanks, it&#039;s just a neat enough hack to do it.&lt;br /&gt;
::I have put the following into &#039;&#039;MediaWiki:Common.css&#039;&#039; as per your suggestion:&lt;br /&gt;
::&amp;lt;code&amp;gt;&lt;br /&gt;
:: &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;site-tools.sidebar-chunk { display: none; }&lt;br /&gt;
::&amp;lt;/code&amp;gt;&lt;br /&gt;
::Additionally I have undone this for sysops by adding the following to &#039;&#039;MediaWiki:Group-sysop.css&#039;&#039;:&lt;br /&gt;
::&amp;lt;code&amp;gt;&lt;br /&gt;
::&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;site-tools.sidebar-chunk { display: block; }&lt;br /&gt;
::&amp;lt;/code&amp;gt;&lt;br /&gt;
::This works fine as far as the wiki tools section is concerned, but from what I have found on the net so far I am afraid the TOC issue is much more complicated. I am now thinking of either displaying the top 5 viewed pages in the right column which should be relatively easy to achieve with some javascripting, or just putting a static list of suggested articles there.&lt;br /&gt;
::[[User:Ohei2|Ohei2]] ([[User talk:Ohei2|talk]]) 18:00, 8 April 2025 (UTC)&lt;br /&gt;
:Hello there, I actually came here with exactly the same request regarding the TOC. This skin is growing on me, but the one thing I really miss from Vector 2022 is the TOC following along as I scroll down the article. Any advice about how to (try to) do that would be very welcome. [[User:Choucas0|Choucas0]] ([[User talk:Choucas0|talk]]) 18:34, 16 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Cluttered  ==&lt;br /&gt;
&lt;br /&gt;
The timeless concept i do support because vector skin 2022 without account still is way to small for a mobile user but there is an issue i noticed the alerts and notices icons are way to cluttered so please add spacing [[User:Depotadore|Depotadore]] ([[User talk:Depotadore|talk]]) 05:21, 19 April 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Universal_Language_Selector/WebFonts&amp;diff=7550314</id>
		<title>Universal Language Selector/WebFonts</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Universal_Language_Selector/WebFonts&amp;diff=7550314"/>
		<updated>2025-04-05T16:17:55Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:{{dir|{{pagelang}}|left|right}}&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Web fonts - Introduction ===&lt;br /&gt;
[[File:ULS-Font-Settings-new.png|400px|thumb|{{dir|{{pagelang}}|left|right}}|Font Selection on [[Universal Language Selector|Universal Language Selector]] (ULS)]]&lt;br /&gt;
&lt;br /&gt;
Wikimedia wikis are available in nearly 300 languages. Although the wikis in English receive much of the traffic, the other language wikis (using Latin and non-Latin scripts) also generate considerable volume of content. Additionally, the Latin script based wikis contain pages with content fragments written in non-Latin script. Apart from Wikipedia, sister projects like Wiktionary, Wikisource are also largely multilingual.&lt;br /&gt;
&lt;br /&gt;
Latin script based languages do not face many serious issues related to the availability of fonts to read content on the variety of devices used by users. But non-Latin languages often face issues with reading content when fonts on the operating systems are unavailable, out-dated, bug-ridden or aesthetically sub-optimal for reading content.&lt;br /&gt;
&lt;br /&gt;
In some cases, non-Latin wiki pages also display banners at the top of the page (Eg: See [[:ml:|Malayalam wikipedia]]) asking users to visit a help page if they encounter problems while reading the text. These help pages contain links to download fonts and installation instruction for different operating systems.&lt;br /&gt;
&lt;br /&gt;
For many languages, if the operating system is not recent, chances are that fonts are not available by default. For example, the fonts for the Odia script are available only in very recent versions of the Windows operating systems. Similarly, new characters are being encoded in Unicode for non-latin languages and they are not available in the fonts that may already exist in the various operating systems (including the newer versions). For example, 5 characters that were encoded for the Malayalam script can be used only in fonts on Windows 7. The same fonts when used in other operating systems or versions may not necessarily provide similar usability for reading content.&lt;br /&gt;
&lt;br /&gt;
Wikimedia attempted to solve this problem in 2011 using the MediaWiki extension Webfonts. In 2013, this extension was deprecated and all its features integrated into the [[Extension:Universal Language Selector|Universal Language Selector]] extension, which provides additional language features including input methods and language selection.&lt;br /&gt;
&lt;br /&gt;
Besides solving the problem of non-availability of fonts for many languages, this extension provides a way to serve fonts in wikipages for a few other (somewhat interesting) use-cases as well.&lt;br /&gt;
&lt;br /&gt;
The Webfonts technology provides an opportunity to have special fonts to resolve accessibility issues related to reading. The [http://opendyslexic.org/ OpenDyslexic] font is one such special font that makes use of font weights and design to alleviate problems related to reading content. This is particularly useful for readers requiring assistance on account of the medical condition Dyslexia.&lt;br /&gt;
&lt;br /&gt;
Wikipedia&#039;s sister project Wikisource attempts to digitize and preserve copyright-expired literature. Some of these books require special fonts to convey the content properly. For example, a grammar book in Hebrew wants a traditional writing style to explain the concepts. Webfonts helps there by specifying and providing the exact font required.&lt;br /&gt;
&lt;br /&gt;
=== Challenges ===&lt;br /&gt;
&lt;br /&gt;
Webfont technology is becoming more and more popular on the web, with Google Web Fonts as one of the best known providers of [https://fonts.googleblog.com/2010/11/web-fonts-on-rise.html free webfont service]. But the use case for this technology is still mainly for aesthetic purpose. Non-Latin webfonts are not as popular as Latin script fonts. Google&#039;s webfont repository serves [https://fonts.googleblog.com/2010/09/international-fonts-launch-today.html a few non-Latin fonts].&lt;br /&gt;
&lt;br /&gt;
To get the desired rendering, serving fonts is not enough. The operating system should be capable of rendering the script using the font. Windows XP Service pack 2 and older versions cannot render Indic complex scripts, no matter whether the font is present or not. Android was not capable of rendering any complex scripts before 4.x versions even though native browsers supported webfonts.&lt;br /&gt;
&lt;br /&gt;
==== Rendering Inconsistency ====&lt;br /&gt;
&lt;br /&gt;
In addition to issues with varied connections and browsers, it’s also important to consider how fonts are rendered across operating systems.&lt;br /&gt;
&lt;br /&gt;
macOS and Windows have fundamentally different philosophies when it comes to rendering text. macOS uses anti-aliasing to smooth text, while Windows Vista and 7 use a technology called ClearType to render more detailed text.&lt;br /&gt;
&lt;br /&gt;
Windows XP does neither (by default, but can be enabled), and Linux might do any number of things depending on how it’s configured.&lt;br /&gt;
&lt;br /&gt;
Windows has two different rendering modes: the newer DirectWrite and the older GDI. The two modes can produce substantially different results.&lt;br /&gt;
&lt;br /&gt;
IE9, Firefox 4 and Chrome 37 use DirectWrite, and they can use hardware acceleration to render pages. If hardware acceleration isn’t available or has been turned off, fonts don’t look quite as smooth in these browsers.&lt;br /&gt;
&lt;br /&gt;
Chrome (before version 37) uses GDI, and Firefox 7 implemented a preference that specifies a list of fonts for which GDI rendering will be used at sizes below 16px. By default the list contains fonts such as Arial, Tahoma, Verdana, Trebuchet MS, Segoe UI and Consolas. Downloadable fonts will always use [http://blog.mozilla.org/nattokirai/2011/08/11/directwrite-text-rendering-in-firefox-6/ DirectWrite].&lt;br /&gt;
&lt;br /&gt;
Windows ClearType takes advantage of the fact that pixels on LCD screens are composed of red, green, and blue vertical bars. It treats these bars as narrow pixels, allowing Windows to display more detail in text.&lt;br /&gt;
&lt;br /&gt;
ClearType can make text sharper and more readable, but sometimes it creates a colored shadow around text; some people complain it gives them a headache. There is an &amp;quot;Adjust ClearType Text&amp;quot; tool to configure ClearType for your display. If the software isn’t configured properly, it can actually make text [http://sixrevisions.com/css/font-face-web-fonts-issues/ harder to read].&lt;br /&gt;
&lt;br /&gt;
CSS3 has a property called &amp;quot;font-smooth&amp;quot; that is designed to provide an anti-aliasing of web fonts. As of 2022, it does not appear to be supported by any of [https://developer.mozilla.org/docs/Web/CSS/font-smooth the major modern browsers].&lt;br /&gt;
&lt;br /&gt;
Webfont rendering with Windows is a challenge that Google Web Fonts service also faces&amp;lt;!-- This link doesn&#039;t appear to relate to font rendering --~~~~ [https://code.google.com/p/chromium/issues/detail?id=13769 the bad rendering issues] --&amp;gt;. Stack Overflow has several questions about bad font rendering by Google Chrome even with Google Web Fonts. [https://stackoverflow.com/questions/11487427/is-there-any-font-smoothing-in-google-chrome/11493510#11493510 12]&lt;br /&gt;
&lt;br /&gt;
Google webfont users use SVG fonts to render whenever possible to avoid dependency on operating system rendering engines. This works well as long as your font is simple, without hints and without Opentype tables or instructions. A Latin font (but not all languages) may get correctly rendered using SVG fonts, but non-Latin fonts usually need Opentype instructions for correct rendering. [http://thottingal.in/blog/2011/08/20/svg-fonts/ SVG font format] does not support them, and basically using an SVG font for, say, Hindi guarantees wrong rendering.&lt;br /&gt;
&lt;br /&gt;
==== Impact on bandwidth ====&lt;br /&gt;
&lt;br /&gt;
The number of glyphs present in non-Latin fonts poses a challenge for bandwidth usage. While a normal English font can have font size below 100 Kilobytes, a Malayalam script font will have about 1000 glyphs and size above 300 Kilobytes in truetype (.ttf) format.&lt;br /&gt;
&lt;br /&gt;
The Jomolhari font for Tibetan script is 352.4 KB; the TrueType Akkadian font used for Cuneiform is 772 KB; and the Tuladha Jejeg font for Javanese script is 399 KB. But some non-Latin fonts are very small: the Lohit Devanagari font for Devanagari script (Hindi, Marathi, Sanskrit) is just 37 KB. The smallest font we have is the Saweri font for Buginese languages: 3.6 KB. The Shapour font used for Pahlavi script is 4KB.&lt;br /&gt;
&lt;br /&gt;
Small fonts are perfect for web use. Anything more than, say, 100KB costs bandwidth, because the font is downloaded along with the page content. A typical thumbnail image shown in a wiki page will be around 15-20 KB in size (e.g.,[[w:File:President_Barack_Obama.jpg| the image of Barack Obama on his wikipage]] is 18.6 KB). We can say adding the font addition is similar including the image in a page. But if the font is bigger, more bandwidth is consumed. There are multiple bandwidth optimizations done- a font gets downloaded only once, when you visit the page for the first time; a font in a webfont format, like eot or woff, is very compressed; etc. While a font is being downloaded, browsers will try to render the content using a system fallback font, and use the downloaded font when it is ready. This will cause a flash in the webpage often known as FOUT. The visibility of this FOUT is more noticeable when the font is big, but with current browser technology this is unavoidable.&lt;br /&gt;
&lt;br /&gt;
The bandwidth issue gets more serious if the wiki page has multiple languages, each of which uses a webfont. A typical wiki page is multilingual. Every wiki page has a sidebar showing interwiki links to articles in other languages about the same topic. The wiki page about [[:en:wp:Barack_Obama|Obama]] exists in 204 languages besides English, and has interwiki links to all of them, using about 28 non-Latin scripts.&lt;br /&gt;
&lt;br /&gt;
Imagine a wiki page has all languages, and we use our webfont repository to render these languages, if the language has a default font. The total bandwidth usage is calculated as 3.8 MB. Does such a page exist? Yes, see https://translatewiki.net/wiki/Special:SupportedLanguages. But the strings are all language names. (We are handling this situation in a different way. Read on.)&lt;br /&gt;
&lt;br /&gt;
==== Selection of fonts ====&lt;br /&gt;
&lt;br /&gt;
Availability of free licensed fonts for non-Latin languages is a challenge. There are a lot of languages without any free licensed font. Sometimes the font available will be bad in quality. This does not mean there are good proprietary licensed fonts. Because of this, for some languages we end up using a low quality font since there is no other choice. Large-scale deployment of these fonts creates a lot of users and they report bugs. Another headache is an inactive upstream. Most of the fonts will not be version controlled, and there won&#039;t be any issue trackers. Sometimes the maintainer or author of the font won&#039;t respond to our attempts to [https://code.google.com/archive/p/tharlon-font/issues communicate].&lt;br /&gt;
&lt;br /&gt;
Because of this, we try to choose fonts with an active upstream, version control, issue tracker. But sometimes we end up with no choice.&lt;br /&gt;
&lt;br /&gt;
Sinhala has only one free licensed font, LKLUG, by the Lanka Linux Users group. When we inquired whether that font is actively maintained, the answer was no. The [https://www.gnu.org/s/freefont/ GNU FreeFont project]&#039;s Serif font has Sinhala glyphs copied from LKLUG, but they have not been updated for a long time. The Sri Lankan government recently released some Sinhala fonts, but unfortunately the licensing conditions prevent us from using them.&lt;br /&gt;
&lt;br /&gt;
Thaana, written in the Divehi script, did not have any fonts. GNU FreeSans had glyphs for this script, but FreeSans as such cannot be used as a webfont since it is a large font covering lots of scripts. With the help of the FreeFont project, these glyphs were extracted to create a new font for Thaana named FreeFontThaana.[http://savannah.gnu.org/task/?12545][https://savannah.nongnu.org/projects/thaana][[phab:T44812]]&lt;br /&gt;
&lt;br /&gt;
Tamil, using Tamil script, had only one free licensed font—[https://pagure.io/lohit Lohit Tamil from Red Hat]—but the Tamil community did not want it as the default font for Tamil because of [https://ta.wikipedia.org/s/30hp bad quality in rendering], so it has been kept as an optional font. Lohit Tamil is also distributed by Google as part of [https://fonts.google.com/earlyaccess Google Web Fonts].&lt;br /&gt;
&lt;br /&gt;
Fonts were added to the font repository based on bug reports we received in {{ll|Bugzilla|Wikimedia Bugzilla}} (until 2014) and {{ll|Phabricator|Wikimedia Phabricator}}.&lt;br /&gt;
There were some additions based on community requests by mailing lists, hackathons, talk page requests etc.&lt;br /&gt;
&lt;br /&gt;
We include the bug reports or request sources for font addition in source code so that we can trace why a particular font was added and when.&lt;br /&gt;
&lt;br /&gt;
=== Table of languages and default fonts ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!LangCode&lt;br /&gt;
!Lang name&lt;br /&gt;
!Default font&lt;br /&gt;
!Size of woff in KB&lt;br /&gt;
|-&lt;br /&gt;
|bug||Buginese||Saweri||3.6&lt;br /&gt;
|-&lt;br /&gt;
|mak||Makasar||Saweri||3.6&lt;br /&gt;
|-&lt;br /&gt;
|pal||Middle Persian (Pahlavi)||Shapour||4&lt;br /&gt;
|-&lt;br /&gt;
|peo||Old Persian||Artaxerxes||1.4&lt;br /&gt;
|-&lt;br /&gt;
|lo||Lao||Phetsarath||15&lt;br /&gt;
|-&lt;br /&gt;
|hbo||Ancient Hebrew||Taamey Frank CLM||36&lt;br /&gt;
|-&lt;br /&gt;
|arc||Aramaic||Estrangelo Edessa||39.5&lt;br /&gt;
|-&lt;br /&gt;
|syc||Syriac (ܣܘܪܝܝܐ) ||Estrangelo Edessa||39.5&lt;br /&gt;
|-&lt;br /&gt;
|saz||Saurashtra (&amp;lt;span lang=&amp;quot;saz&amp;quot;&amp;gt;ꢱꣃꢬꢵꢯ꣄ꢡ꣄ꢬꢵ&amp;lt;/span&amp;gt;)||Pagul||69&lt;br /&gt;
|-&lt;br /&gt;
|km||Khmer||KhmerOSbattambang||76&lt;br /&gt;
|-&lt;br /&gt;
|dv||Divehi||FreeFont-Thaana||104&lt;br /&gt;
|-&lt;br /&gt;
|su&lt;br /&gt;
|Sundanese&lt;br /&gt;
|NotoSansSundanese&lt;br /&gt;
|9.2&lt;br /&gt;
|-&lt;br /&gt;
|ii||Sichuan Yi||Nuosu SIL||133&lt;br /&gt;
|-&lt;br /&gt;
|my||Burmese||TharLon||159&lt;br /&gt;
|-&lt;br /&gt;
|bn||Bengali||Siyam Rupali||165&lt;br /&gt;
|-&lt;br /&gt;
|bpy||Bishnupria Manipuri||Siyam Rupali||165&lt;br /&gt;
|-&lt;br /&gt;
|cr||Cree (ᓀᐦᐃᔭᐍᐏᐣ)||OskiEast||169&lt;br /&gt;
|-&lt;br /&gt;
|am||Amharic||AbyssinicaSIL||250&lt;br /&gt;
|-&lt;br /&gt;
|gez||Ge&#039;ez||AbyssinicaSIL||250&lt;br /&gt;
|-&lt;br /&gt;
|ti||Tigrinya||AbyssinicaSIL||250&lt;br /&gt;
|-&lt;br /&gt;
|tig||Tigre||AbyssinicaSIL||250&lt;br /&gt;
|-&lt;br /&gt;
|dz,bo and languages in [https://en.wikipedia.org/wiki/Tibetan_script Tibetan script]||Dzongkha, Standard Tibetan,…||BabelStone Tibetan Slim||827&lt;br /&gt;
|-&lt;br /&gt;
|jv-java||Javanese (&amp;lt;span lang=&amp;quot;jv-java&amp;quot;&amp;gt;ꦧꦱꦗꦮ&amp;lt;/span&amp;gt;)||Tuladha Jejeg||399&lt;br /&gt;
|-&lt;br /&gt;
|sux||Sumerian||Akkadian||772&lt;br /&gt;
|-&lt;br /&gt;
|akk||Akkadian||Akkadian||772&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
And if around 450 languages appear on a page (as language selector or similar cases) the total font size is 50KB (Autonym font).&lt;br /&gt;
&lt;br /&gt;
See also [[Universal Language Selector/WebFonts/WebFonts Status]].&lt;br /&gt;
&lt;br /&gt;
You can browse all the fonts included.&lt;br /&gt;
&lt;br /&gt;
{{anchor|How webfonts are applied?}}&lt;br /&gt;
&lt;br /&gt;
=== How webfonts are applied ===&lt;br /&gt;
&lt;br /&gt;
Webfonts are by default &#039;&#039;&#039;disabled&#039;&#039;&#039; in all WMF wikis. Users need to enable them using ULS preferences window. Once enabled, webfonts are applied based on a decision algorithm as given below.&lt;br /&gt;
&lt;br /&gt;
Webfonts are applied using a jquery library -[https://github.com/wikimedia/jquery.webfonts jquery.webfonts]. jQuery webfonts is configured with the MW webfonts repository.&lt;br /&gt;
&lt;br /&gt;
[[File:ULS-WebFonts-Workflow-Diagram.png|border|1000px|ULS WebFonts Workflow Diagram]]&lt;br /&gt;
&lt;br /&gt;
On page load, jquery.webfonts starts its job. The plugin is applied to the body. A webfont applicable to the body is chosen and applied. jquery.webfonts starts looking for HTML elements with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute. If the element has a language attribute and there is a font applicable for that language, the font is applied to that element. The CSS &amp;lt;code&amp;gt;font-family&amp;lt;/code&amp;gt; attribute of the element is also checked. If the font family contains a font, and it is present in the webfonts repository, that font should be delivered to the client. That much is the high level working of jquery.webfonts. Now to the details:&lt;br /&gt;
&lt;br /&gt;
{{anchor|Identifying which font to be applied}}&lt;br /&gt;
==== Identifying the font to be applied ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;By specifying font-family&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Inside the wiki text YourText, the webfonts extension will check whether the font is available; if so it will download it to the client so that the reader will not face any difficulty in reading the text even if the font specified is not available in their computer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;By specifying language&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Inside the wiki text YourText, we will check whether any font is available for the given language with the extension; if so it will download it to the client. If there are multiple fonts for the language, the default font will be used. If the default font is not preferred, use the font-family approach to specify the font. If the tag has both lang and font-family definitions, font-family gets precedence.&lt;br /&gt;
&lt;br /&gt;
==== User preferences ====&lt;br /&gt;
&lt;br /&gt;
For every language, users can choose a webfont from the available fonts or can choose to opt out—i.e., do not use webfonts for the language. The default font for a language is based on the user community requests. Depending on the language support available in operating systems, some communities do not demand default webfonts. For them, system fonts (no webfont) will be the default preference. For some other languages, the user community demanded setting a specific font as the default font to be applied. The list of languages with a non-system default font is given above.&lt;br /&gt;
&lt;br /&gt;
The user preferences are slightly more complicated than we imagined. These font preferences are provided using a cog icon in every page or as part of the language selector at the top of the page. But there is another font selector in MediaWiki preferences to select a font for the edit text area; the options include monospace, sans serif, etc. We want to respect that choice too. So before applying the webfonts to an edit area, we check for the user&#039;s preferences from the &amp;quot;Preferences&amp;quot; page of the wiki. That preference gets precedence. &lt;br /&gt;
&lt;br /&gt;
But it doesn&#039;t stop there. Browsers apply monospace fonts to the editable fields for some languages without any preference from users. Monospaced makes sense only for a small number of scripts; e.g., monospace does not make sense for Arabic or Indian scripts. Both Google Chrome and Firefox apply monospace font to the edit area if the calculated language is a monospace-applicable language. We need to respect this behavior from browsers too. Our code should not override this behavior, so as not to annoy users by changing the appearance.&lt;br /&gt;
&lt;br /&gt;
==== More complications ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Font inheritance&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In a multi-language web page, if we apply a font to a top element associated with a language, as per usual CSS inheritance behavior it gets applied to the child nodes. What happens if one of the child node languages differs? For that language, there may be a font to be applied, or no font applicable. If there is a different font to be applied, there is nothing much to worry about, because applying that font breaks the inheritance. But if there is no font to be applied, the parent font gets inherited to this element. This is undesirable, since the child element language does not have a font as per preferences or as per the repository. But how will the font get inherited if the child node is a different language? This happens only when the parent and child share the same script.&lt;br /&gt;
&lt;br /&gt;
To illustrate this with an example, consider a Hindi wiki page with a paragraph in Marathi. Both languages are written using Devanagari script, differing only by a few letters. If the Marathi paragraph did not define any font, a Hindi font will be applied to it. It is not disastrous, but still a bug. We have to break the inheritance at the level of the Marathi paragraph and avoid this happening. Explicitly defining a font family for that paragraph is the way.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Avoiding too much inline css&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If we are applying webfonts to all elements with a &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute, there will be many in a DOM. If the child inherits the font from its parent, there is no need to explicitly define a style for child element. Figuring out this while parsing the body is also important.&lt;br /&gt;
&lt;br /&gt;
==== Font detection ====&lt;br /&gt;
&lt;br /&gt;
Webfont generates CSS that uses a local variable (fontFamilyName) to make sure fonts are not downloaded if a font with the same font-family name exists in the local computer.&lt;br /&gt;
&lt;br /&gt;
That means that if we have FontA as default for LangA, applying FontA to an element does not mean that it always gets downloaded to the client machine. It gets downloaded only when the client computer does not have FontA.&lt;br /&gt;
&lt;br /&gt;
So algorithms to detect local font availability do not help us here. Such algorithms help to programmatically decide an aesthetically good font stack for a target platform. (E.g., see http://www.lalit.org/lab/javascript-css-font-detect/ and read the comments.)&lt;br /&gt;
&lt;br /&gt;
So it is quite possible that even if the user&#039;s computer has a font for a particular language, the webfont system will download another font from the server to render text in that language. But in most cases this is the user&#039;s choice. For a few languages—those with a default font, listed above—this download occurs without a user preference. Each of those languages is configured to use a default font because of a user community request. So in one sense, it is again a user choice.&lt;br /&gt;
&lt;br /&gt;
It is feasible [http://codepen.io/santhoshtr/pen/BuqwK to detect tofu] for some languages. (Tofu is a glyph inside fonts with the glyph name .notdef as per Opentype specification, shown when a requested glyph not present in font.) But that alone does not detect whether a user will be able to read the content without issues as explained in the beginning of the document.&lt;br /&gt;
&lt;br /&gt;
Even for the languages with default fonts, our servers experienced a significant number of font requests. This urged us to further tune our algorithm to incorporate the above mentioned tofu detection algorithm. The current version of ULS webfonts has [https://gerrit.wikimedia.org/r/108024 tofu detection in place], only for languages having default fonts.&lt;br /&gt;
&lt;br /&gt;
A generic tofu detection algorithm that works for all languages is a complex challenge. We are doing some [http://santhoshtr.github.io/tofudetector/ experiments] on that aspect. A special blank font named Tofu is being attempted by [http://behdad.org/ Behdad Esfahbod] with a few bytes size. But the technology used for that is very advanced and current browsers [https://groups.google.com/forum/#!topic/fonttools/JR1yvwyHj-I do not support it].&lt;br /&gt;
&lt;br /&gt;
==== Font fallback ====&lt;br /&gt;
&lt;br /&gt;
It is quite possible that the text to which the font is applied will have characters outside the font. It is a common practice to add fallback fonts to the &amp;lt;code&amp;gt;fontfamily&amp;lt;/code&amp;gt;. attribute. We add sans-serif as the fallback font.&lt;br /&gt;
&lt;br /&gt;
But IE 6 is not capable of doing font-fallback properly. Because of this, if the page contains text within elements having no &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; information, squares are displayed. The extension is [https://bugzilla.wikimedia.org/show_bug.cgi?id=33096 disabled in IE 6 browser].&lt;br /&gt;
&lt;br /&gt;
=== Browser compatibility ===&lt;br /&gt;
&lt;br /&gt;
Internet explorer 6 and 7 is blacklisted.&lt;br /&gt;
&lt;br /&gt;
==== Notable browser bugs ====&lt;br /&gt;
&lt;br /&gt;
Google chrome (chromium too) upto version 15 has a bug that cause some complex script webfont being rejected by the browser. This issue is observed only for Meera font of Malayalam. The OTS tool does not show any errors in the font. But the issue is not present in Chrome 17. See Bug report ([https://code.google.com/p/chromium/issues/detail?id=106030]).&lt;br /&gt;
&lt;br /&gt;
In Mac OS X 10.7, Opera browser is not capable of rendering complex scripts like Malayalam. See our detailed test report about various OS-browser combinations. Also see [https://bugzilla.wikimedia.org/show_bug.cgi?id=31823 Bug 31823] - Opera 11.51 does not display saz font.&lt;br /&gt;
&lt;br /&gt;
[https://bugzilla.wikimedia.org/show_bug.cgi?id=33102 OSX 10.7.2/Opera 11.60 has no fallback for Latin characters].&lt;br /&gt;
&lt;br /&gt;
=== Optimizations for bandwidth usage ===&lt;br /&gt;
&lt;br /&gt;
==== Font formats ====&lt;br /&gt;
&lt;br /&gt;
To convert the truetype or opentype fonts to WOFF and EOT formats, google&#039;s [https://code.google.com/p/sfntly/ sfntly] tool is used. For EOT format, for optimal compression, MicroTypeExpress format is used.Since [https://code.google.com/p/sfntly/wiki/MicroTypeExpress MicroType Express] gives an approximate 15% gain in compression over gzip, a web font service striving for maximum performance can benefit from implementing EOT compression.&lt;br /&gt;
&lt;br /&gt;
For some languages, the font size can be very big, with careful testing, we can remove all hinting instructions to reduce the size.&lt;br /&gt;
&lt;br /&gt;
==== Caching configuration ====&lt;br /&gt;
&lt;br /&gt;
To ensure that the web fonts files are cached on the clients&#039; machines, font file types must be added to the web server configuration. In Apache2 this consists of:&lt;br /&gt;
&lt;br /&gt;
* Adding font file extensions to the FileTimes regex at FilesMatch for the relevant directory, example: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;FilesMatch &amp;quot;\. (gif|jpe?g|png|css|js|woff|svg|eot|ttf)$&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Adding ExpiresByType values to the relevant MIME types, similarly to image MIME types. Note that there&#039;s no standard MIME type for TTF. application/x-font-ttf is used for Wikimedia.&lt;br /&gt;
* Adding the MIME types:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
AddType application/x-woff .woff&lt;br /&gt;
AddType application/vnd.ms-fontobject .eot&lt;br /&gt;
AddType application/x-font-ttf .ttf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
For a full example see [https://gerrit.wikimedia.org/r/#patch,unified,657,1,files/apache/apache2.conf.appserver the caching configuration update done for the Wikimedia cluster].&lt;br /&gt;
&lt;br /&gt;
[[File:BitsCache2013.png|Bits caches eqiad cluster network 2013Generated from http://ganglia.wikimedia.org/latest/graph.php?r=year&amp;amp;z=xlarge&amp;amp;c=Bits+caches+eqiad&amp;amp;m=cpu_report&amp;amp;s=by+name&amp;amp;mc=2&amp;amp;g=network_report]] &lt;br /&gt;
==== Browser Cache ====&lt;br /&gt;
&lt;br /&gt;
If the font is available in user&#039;s local system, font will not be downloaded from the mediawiki server. It will be taken from the user&#039;s computer. Otherwise, font will be downloaded from the server only once. ie when the user selects the font first time. Next time on wards, font will be taken from the local cache.&lt;br /&gt;
&lt;br /&gt;
==== Autonym Font ====&lt;br /&gt;
&lt;br /&gt;
When an article on Wikipedia is available in multiple languages, we see the list of the languages in a column on one side of the page. The names on the list are written in the script that the language uses (Also know as language autonym). Which also means that all the appropriate fonts were needed to be present for the autonyms to be displayed. For instance, an article like the one about the Nobel Prize is written in more than 125 languages and needs around 35 fonts to display the names of the languages. Initially this was handled by the native fonts available on the reader&#039;s device. If a font did not present, the user would see square boxes (known as tofu) instead of the name of a language. To workaround this problem, not just for the language list, but for other section in the content area as well, the Universal Language Selector (ULS) provides a set of webfonts that were loaded with the page. While this ensured that more language texts were displayed, a serious problem was also encountered. The presence of the additional fonts added an overload on the page, and users saw pages loading much slower than before. To improve client-side performance, webfonts are not applied to the interlanguage links area.&lt;br /&gt;
&lt;br /&gt;
Not using the webfonts for the Interlanguage links seemed like the easiest solution, but it also takes us back to the sub-optimal multilingual experience that we were trying to solve in the first place. Articles may be perfectly displayed thanks to web fonts, but If a link is not displayed in the language list, many users will not be able to discover that there is a version of the article in their language. The autonyms were not just required for the interlanguage links. They were also required for the Language Search and Selection window of the Universal Language Selector, which allows users to find their language if they are on a wiki displaying content in a script unfamiliar to them.&lt;br /&gt;
&lt;br /&gt;
Autonym font tries to solve this. The font contains glyphs and opentype rules for rendering the language autonyms. And it contains only those glyphs for a language. For example, for Thai, the font has glyphs required for rendering ไทย alone.&lt;br /&gt;
&lt;br /&gt;
Font available at [https://github.com/santhoshtr/AutonymFont]&lt;br /&gt;
&lt;br /&gt;
In MediaWiki, add a class &#039;autonym&#039; to the elements containing language autonyms. The font will be applied automatically from ULS extension.&lt;br /&gt;
&lt;br /&gt;
=== WebFonts and FOUT ===&lt;br /&gt;
&lt;br /&gt;
One unavoidable consequence of using webfonts is flash of unstyled text (FOUT). Most webfonts don&#039;t take long to load, but some do.. Browser behavior differs while waiting for the font.&lt;br /&gt;
&lt;br /&gt;
# Use a system font immediately while the webfont loads. When it does, change the font (Firefox behavior- till 2011)&lt;br /&gt;
# Keep the text invisible until 3 seconds, then fallback to a system font. When the webfont finally loads (e.g. at 6 seconds) change the text to use it. (current Firefox behavior).&lt;br /&gt;
# Keep the text invisible until the webfont is ready (current Safari and Chrome behavior)&lt;br /&gt;
&lt;br /&gt;
From Chrome 35 onward, Chrome is [https://code.google.com/p/chromium/issues/detail?id=235303#c17 going to follow] Firefox behavior.&lt;br /&gt;
&lt;br /&gt;
Some developers use WebFont Loader JS or [http://help.typekit.com/customer/portal/articles/6852-controlling-the-flash-of-unstyled-text-or-fout-using-font-events Typekit] in order to have control over this behavior. But All of the above options are disruptive to the users. Wikimedia webfonts implementation does not do anything special to address this rather than depending on browsers behavior.&lt;br /&gt;
&lt;br /&gt;
Font load events are coming to browsers and provide great insight over when fonts are loaded, allowing you to customize behavior without depending on any heavy javascript libraries.&lt;br /&gt;
&lt;br /&gt;
Google chrome team is [https://docs.google.com/presentation/d/1BsVCOYxfHB6d8w1BFPMzha7_10wNocsY64sylFYdPlY/edit working] on improving the situation by introducing WOFF2 to further reduce font size, performance improvements and font load events&lt;br /&gt;
&lt;br /&gt;
See a [https://plus.google.com/+PaulIrish/posts/MeoUmZxNRZB discussion initiated by Paul Irish on this topic]&lt;br /&gt;
&lt;br /&gt;
=== Client side performance optimization ===&lt;br /&gt;
&lt;br /&gt;
[[ResourceLoader|Resource loader]] refactoring to optimally load only the required javascript is done to reduce the javascript payload.&lt;br /&gt;
&lt;br /&gt;
=== Usage statistics ===&lt;br /&gt;
Webfonts are disabled by default in WMF wikis because of high bandwidth usage on clusters and potential slow down on page loads for users. Webfonts needs to be enabled manually by users using ULS preference window. Following graph shows the number of people enabling this feature from the day the default-disable state was introduced.&lt;br /&gt;
&lt;br /&gt;
[[File:ULS-webfonts-enable-stats-feb-apr.png]]&lt;br /&gt;
&lt;br /&gt;
=== Frequently Asked Questions ===&lt;br /&gt;
&lt;br /&gt;
==== I have the font for my language in my computer. Can I disable the feature using preferences? ====&lt;br /&gt;
Yes, you can set system font as the preference for your language.&lt;br /&gt;
&lt;br /&gt;
If the font provided by Webfonts is the same font you have in your computer, effectively webfonts will not be applied for that language. In this case a user need not bother about selecting font preferences.&lt;br /&gt;
&lt;br /&gt;
==== Can&#039;t the webfonts system detect whether a local computer has font for a language and download fonts? ====&lt;br /&gt;
:&#039;&#039;See also [[#Font detection]]&#039;&#039;&lt;br /&gt;
It is possible to detect whether a specific font X is present in the computer. We must know the name of the font to do that test. It is not a straight forward test. We need to create two temporary content elements in the page. Render the content with a fallback font like sans-serif and another with the specific font. If the width and height of the rendered element matches, one can assume that same font was used to render and that happens when fallback font is used instead of specific font. The sample text chosen should be a text that the specific font supports. So if we are testing Hindi, the text should be in Hindi. And the characters chosen should be such that different fonts render them with differing dimensions. This becomes quite complex and non-scalable solution if we are talking about 100s of languages. Knowing all possible font names for a language is also difficult.&lt;br /&gt;
&lt;br /&gt;
It may be possible to detect tofu for a given language, but still not foolproof since not having tofu does not mean that the system has usable fonts for a language.&lt;br /&gt;
&lt;br /&gt;
So we leave the decision of whether a default font to be applied for a language or not to the user community consensus.&lt;br /&gt;
&lt;br /&gt;
[[Category:Universal Language Selector/ru| ]]&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Talk:Reading/Web/Desktop_Improvements&amp;diff=7549760</id>
		<title>Talk:Reading/Web/Desktop Improvements</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Talk:Reading/Web/Desktop_Improvements&amp;diff=7549760"/>
		<updated>2025-04-05T11:32:03Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Reading/Web/Desktop Improvements/Header|1=[[File:Welcome in 21 languages.svg|220px|{{dir|{{pagelang}}|left|right}}|link=]]{{Reading/Web/Desktop Improvements/Talk page intro}}{{clear}}}}{{User:Dexbot/Archivebot&lt;br /&gt;
|archive = Talk:Reading/Web/Desktop Improvements/Archive%(counter)s&lt;br /&gt;
|algo = old(42d)&lt;br /&gt;
|counter = 10&lt;br /&gt;
|maxarchivesize = 200K&lt;br /&gt;
|minthreadstoarchive = 1&lt;br /&gt;
|minthreadsleft = 4&lt;br /&gt;
}}&lt;br /&gt;
{{WMF present&lt;br /&gt;
|1=SGrabarczuk (WMF)|timezone_1=UTC+1/2|lang_1=pl, en, fr|photo_1=Szymon Grabarczuk2.jpg&lt;br /&gt;
|2=OVasileva (WMF)|timezone_2=UTC+1/2|lang_2=en, es, bg|photo_2=Vasileva, Olga January 2017.jpg&lt;br /&gt;
}}&lt;br /&gt;
{{Archive box|&lt;br /&gt;
[[Talk:Reading/Web/Desktop Improvements/Archive1|Archive1]] · [[Talk:Reading/Web/Desktop Improvements/Archive2|Archive2]] · [[Talk:Reading/Web/Desktop Improvements/Archive3|Archive3]] · [[Talk:Reading/Web/Desktop Improvements/Archive4|Archive4]] · [[Talk:Reading/Web/Desktop Improvements/Archive5|Archive5]] · [[Talk:Reading/Web/Desktop Improvements/Archive6|Archive6]] · [[Talk:Reading/Web/Desktop Improvements/Archive7|Archive7]] · [[Talk:Reading/Web/Desktop Improvements/Archive8|Archive8]] · [[Talk:Reading/Web/Desktop Improvements/Archive9|Archive9]] · [[Talk:Reading/Web/Desktop Improvements/Archive10|Archive10]] · [[Talk:Reading/Web/Desktop Improvements|Current discussion]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Vector 2022 skin search box keyboard shortcut doesn&#039;t work at smaller window sizes ==&lt;br /&gt;
&lt;br /&gt;
{{key press|Shift}} {{key press|Alt}} {{key press|F}} is a useful Windows keyboard shortcut in Wikipedia that puts the text insertion point into the search box at the top of the page. This allows the user to quickly search for a new article without having to use the mouse. The Vector (2022) skin has this feature, but it only works when the browser window is a certain minimum size. For example, it doesn&#039;t work (= inputting the shortcut does nothing) when the browser window is less than ~75% the width of my monitor. But if I increase the window size to ~80% of monitor width or maximize the window, it works. In the Vector legacy (2010) skin, the keyboard shortcut works at any browser window size.&lt;br /&gt;
&lt;br /&gt;
Please give Vector (2022) the same Ctrl-Shift-F keyboard shortcut working functionality at all browser window sizes that Vector legacy (2010) has. &lt;br /&gt;
&lt;br /&gt;
-[[User:Ripsky4501|Ripsky4501]] ([[User talk:Ripsky4501|talk]]) 19:36, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Visibility of Wikipedia search field ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Following content copied from https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(proposals), as advised.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Invariably the first thing I want to do after landing at the Wikipedia home page is search for the article that I want to look at. I think it would be sensible to make the search field permanently visible. There is already room there at the top of the page, and although only a click away, it seems unnecessary to have to click on the magnifier. Why not just have the field there ready to type into? Am I right in thinking that it used to be that way? I wonder why it was changed. [[Special:Contributions/2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E]] ([[User talk:2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|talk]]) 19:53, 8 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I think the magnifying glass only appears when the window is narrower than some threshold (looks like about 1100 px).  I&#039;m not sure why they do that; there&#039;s plenty of space left at all but the most extremely narrow widths to allow for a full search box.  But in any case, this is really a Vector 2022 skin issue, not something enwiki has any direct control over.  Perhaps ask on [[metawiki:Talk:Reading/Web/Desktop Improvements|meta:Talk:Reading/Web/Desktop Improvements]]? [[User:RoySmith|RoySmith]] [[User talk:RoySmith|(talk)]] 20:04, 8 September 2024 (UTC)&lt;br /&gt;
:: You&#039;re right, it&#039;s dynamically controlled. I didn&#039;t realise that. When I lower the browser zoom level the search field becomes visible. It seems to me that all that needs to be done is adjust the &amp;quot;trigger&amp;quot; level at which it is displayed, so it is only suppressed when there is &amp;quot;obviously&amp;quot; not enough room to type a search query. [[Special:Contributions/2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E]] ([[User talk:2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|talk]]) 20:32, 8 September 2024 (UTC)&lt;br /&gt;
::: Yes, but to repeat what I said earlier, this is not anything that is under the control of enwiki.  This is a feature of the [[:en:Vector 2022|Vector 2022 skin]], which is under the control of the Wikimedia Foundation web team and best discussed at [[metawiki:Talk:Reading/Web/Desktop Improvements|meta:Talk:Reading/Web/Desktop Improvements]]. [[User:RoySmith|RoySmith]] [[User talk:RoySmith|(talk)]] 20:50, 8 September 2024 (UTC)&lt;br /&gt;
:::: Page does not exist / link does not work, though actually I see now that there is another link there pointing to the correct page. [[Special:Contributions/2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E]] ([[User talk:2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|talk]]) 21:03, 8 September 2024 (UTC)&lt;br /&gt;
: We&#039;ve been getting an influx of questions over this at places like the English Wikipedia&#039;s [[:en:WP:HELPDESK|help desk]] and [[:en:WP:TEAHOUSE|Teahouse]]. Was there a recent skin update, WMF staff? I suppose my real question here is:&amp;lt;br&amp;gt;&#039;&#039;&#039;Is there a link to a changelog&#039;&#039;&#039;? [[User:Tenryuu|Tenryuu]] ([[User talk:Tenryuu|talk]]) 15:39, 10 September 2024 (UTC)&lt;br /&gt;
::{{reply to|Tenryuu}} There’s an overly detailed change log called [[phab:source/Vector/history/master/|Git history]]. I don’t know of a less detailed (and thus more usable) change log. —[[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 21:33, 10 October 2024 (UTC)&lt;br /&gt;
:What type of mobile Wikipedia landing page are you talking about? The web or the app? [[User:Progamer15|Progamer15]] ([[User talk:Progamer15|talk]]) 20:08, 21 November 2024 (UTC)&lt;br /&gt;
::just realized that this is the wrong topic [[User:Progamer15|Progamer15]] ([[User talk:Progamer15|talk]]) 20:08, 21 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== User icons ==&lt;br /&gt;
&lt;br /&gt;
User icons do not show up at top right of the page. Please look [https://tr.wikipedia.org/wiki/Kullan%C4%B1c%C4%B1:Akil13?useskin=vector2022 here] --[[User:Superyetkin|Superyetkin]] ([[User talk:Superyetkin|talk]]) 16:42, 13 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Severe mobile usability issues with Vector-2022 ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure when it happened other than it must have been some time after February 1st, 2024, though there seems to be a pretty severe usability issue with mobile devices that use some aspect ratios. &lt;br /&gt;
&lt;br /&gt;
Testing was done with responsiveness dev tools in Firefox to emulate a mobile using 858px height and the &amp;quot;Mozilla/5.0 (Linux; Android 10; SM-G988U) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.66 Mobile Safari/537.36-481&amp;quot; user agent. My Samsung Galaxy S23 Ultra is 1080x2316 so 400x858 uses its approximate 0.47:1 aspect ratio. Testing was done using the MangoRPG wiki on Miraheze. For reproduction: After setting the resolution to 400x858 with the user agent listed a refresh of the page is necessary for the changes to propagate successfully. Adjust horizontal resolution from there.&lt;br /&gt;
&lt;br /&gt;
Please note that the direct pixel values used are largely irrelevant so long as the aspect ratios are maintained. I believe aspect ratio or percents are used rather than direct px values - a good practice in general for compatibility. Direct values will be given however with the test setup so it is easy to reproduce the same results.&lt;br /&gt;
&lt;br /&gt;
With that test setup the following observations were made: After 720px width the icon (img.mw-logo-icon) is zapped. After 500px the space on the left side of the page starts getting eaten into. The mw-page-container shifts to the right as width decreases but the div.vector-header-container does not - that&#039;s what all the logo stuff is contained in which has the ☰ hamburger menu, icon, and wiki name. The vector-main-menu-landmark (☰ hamburger menu) getting removed from the screen at 415x858px. Without the navigation menu the wiki thus becomes unusable. For most users I had test the wiki on mobile devices, the ☰ was at least half cut off for all testers which cuts off a portion of the actual navigation when it is used, harming usability even then. The ellipses (...) menu is also cut off of the screen and text cuts off of the screen along with the header if using MRHeader|header or even a level 5 header as they do not wrap for some reason. Shrinking the page or scrolling to the right one can see the cut off text and ellipses menu but scrolling to the left for the ☰ hamburger menu is impossible.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve attempted to fix it with a custom CSS for the Vector-2022 skin but I&#039;m sadly not an advanced enough user to do so successfully.&lt;br /&gt;
&lt;br /&gt;
Circa February of 2024 the ☰ hamburger menu, logo icon, and wiki name would display without being cut off on mobile devices at 1080x2316 resolution (0.47:1 aspect ratio). I&#039;m not sure what was done to break it as I&#039;m not sure where the changelog even is.&lt;br /&gt;
&lt;br /&gt;
For functionality I recommend that the ☰ hamburger menu should never be be able to be hidden off the left side of the screen similar to how mw-page-container shifts along with its padding regardless of aspect ratio or resolution and if there&#039;s space for it the logo icon should display - I can&#039;t think of any device that couldn&#039;t display a 50x50px icon and smaller ☰ menu. The wiki name (mw-logo-wordmark) should also display if possible. On one line if it can without obstructing the top right menus such as search, ..., and notifications; otherwise wrapping.&lt;br /&gt;
&lt;br /&gt;
-[[User:TiffyWiki|TiffyWiki]] ([[User talk:TiffyWiki|talk]]) 00:19, 22 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Update - I managed to fix it on my end after determining the cause.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
/* no erasing ☰ */&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-button-flush-left {&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
/* no erasing logo */&lt;br /&gt;
.mw-logo-icon {&lt;br /&gt;
  display: block !important;&lt;br /&gt;
}&lt;br /&gt;
/* no ... going off screen */&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-user-links.vector-user-links-wide {&lt;br /&gt;
    margin-right: 35px !important;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can probably discern from this what the cause was. But here are the offenders:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
@media (min-width: 720px) {&lt;br /&gt;
  .mw-logo-icon {&lt;br /&gt;
    display: block;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-button-flush-right {&lt;br /&gt;
    margin-right: -12px;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-button-flush-left {&lt;br /&gt;
    margin-left: -12px;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I of course recommend correcting these for usability.&lt;br /&gt;
&lt;br /&gt;
-[[User:TiffyWiki|TiffyWiki]] ([[User talk:TiffyWiki|talk]])&lt;br /&gt;
&lt;br /&gt;
== Issue with &amp;quot;tabelle-kopf-fixiert&amp;quot; in German Wikipedia ==&lt;br /&gt;
&lt;br /&gt;
Vector-2022 does not work with tables in German Wikipedia of:&lt;br /&gt;
&lt;br /&gt;
class=&amp;quot;wikitable sortable tabelle-kopf-fixiert&amp;quot;&lt;br /&gt;
&lt;br /&gt;
See: https://de.wikipedia.org/wiki/Diskussion:Der_Sonntags-Stammtisch#tabelle-kopf-fixiert &lt;br /&gt;
&lt;br /&gt;
Looks like the issue is already getting discussed here as well:&lt;br /&gt;
&lt;br /&gt;
https://de.wikipedia.org/wiki/Vorlage_Diskussion:Tabellenstile#tabelle-kopf-fixiert_und_Vector2022&lt;br /&gt;
&lt;br /&gt;
- [[User:Berny68|Berny68]] ([[User talk:Berny68|talk]]) 04:57, 21 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Screen Real Estate ==&lt;br /&gt;
&lt;br /&gt;
The new format on Desktop improves on certain aspects, but overcorrects certain others. Previously, the lines in articles were too long, that&#039;s true, but now they are too short. When reading articles, 66% of my monitor is blank white space from the right and the left. Somewhere between the old format and new is a happy middle ground. Maybe since the site already gives users the option to adjust text size, they can also be given the ability to adjust the margins? [[User:GaDub|GaDub]] ([[User talk:GaDub|talk]]) 03:08, 6 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:GaDub|GaDub]]: Hello, you can [[Reading/Web/Desktop Improvements/Features/Limiting content width|read this page]] to know more the detail and design reason behind limited width feature. You can also share your ideas by submitting wishes to the [[m:Community Wishlist|Community Wishlist]]. Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 05:28, 9 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Can Wikipedia&#039;s &amp;quot;wide mode&amp;quot; be back? ==&lt;br /&gt;
&lt;br /&gt;
Unless I am missing on some settings that change where the text and GUI windows should wrap n&#039; stuff [[User:Slaythe|Slaythe]] ([[User talk:Slaythe|talk]]) 06:42, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Update: Limited width mode seems to be bugged? [[User:Slaythe|Slaythe]] ([[User talk:Slaythe|talk]]) 06:47, 22 November 2024 (UTC)&lt;br /&gt;
::Another update: it went back to wide width. I guess what&#039;s needed is to close Wikipedia and then reenter. [[User:Slaythe|Slaythe]] ([[User talk:Slaythe|talk]]) 07:02, 22 November 2024 (UTC)&lt;br /&gt;
:@[[User:Slaythe|Slaythe]] Hello, you can follow [[En:Wikipedia:Vector 2022#How to expand the width of the new skin|this instruction]] to change the content width. Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 09:21, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 通过颜色区分有无内链 ==&lt;br /&gt;
使用旧版Vector或其他皮肤复制带有内链（2个或以上）的一段话时，在带格式粘贴的句子中有内链的字词和普通字词是不同的颜色，而使用Vector 2022复制粘贴则会显示同种颜色。请问在使用Vector 2022时怎么得到前者的效果？[[User:Scorpio2001|Scorpio2001]] ([[User talk:Scorpio2001|talk]]) 00:34, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Feature request: expand table of contents ==&lt;br /&gt;
&lt;br /&gt;
Hello. Can you consider adding a &amp;quot;expand/collapse&amp;quot; button in table of contents to show/hide all section titles of or below the second level (and maybe a feature to remember the last choice of status)? A motivation is that in some article the table of contents looks so simple [https://ko.wikipedia.org/w/index.php?title=%EC%9D%B4%EC%B0%A8_%ED%98%95%EC%8B%9D&amp;amp;oldid=38325548]. [[User:慈居|慈居]] ([[User talk:慈居|talk]]) 03:29, 19 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wikidata Skin Feature Missing ==&lt;br /&gt;
&lt;br /&gt;
In Wikidata, only the Vector Legacy skin seems to show a box of wikipedia links on the right side of the entries - an unfortunate limitation:&lt;br /&gt;
[[File:Wikidata wikipedia links.png|thumb]]&lt;br /&gt;
[[User:Xerus2000|Xerus2000]] ([[User talk:Xerus2000|talk]]) 07:22, 19 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:New Vector also shows them on the right if you set its &#039;&#039;Width&#039;&#039; setting to &#039;&#039;Wide&#039;&#039; (and you have a wide enough screen). —[[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 22:18, 20 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sticky header gone after upgrading to MW 1.43 ==&lt;br /&gt;
&lt;br /&gt;
I upgraded from MW 1.42.3 to 1.43 and now the nice sticky header is gone, only the sticky TOC remains. How can I get it back? I&#039;m using the stock Vector-2022 skin. I see it also affects 1.44. [[User:Tactica|Tactica]] ([[User talk:Tactica|talk]]) 01:18, 29 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Never mind, I was using 100% magnification in the web browser and the sticky header disappears when going past 90%. [[User:Tactica|Tactica]] ([[User talk:Tactica|talk]]) 04:46, 21 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Empty space at page sides ==&lt;br /&gt;
On the left side of left vertical navigation and right side of right vertical navigation there is a lot of empty space even when using &amp;quot;wide&amp;quot; mode. Is there a way to use that space e.g. reducing margins between navigation and browser window further? One of the grievances of users is how narrow the new layout is. [[User:Ipr1|Ipr1]] ([[User talk:Ipr1|talk]]) 15:18, 11 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hey @[[User:Ipr1|Ipr1]], thanks for coming here to ask this question. I&#039;m afraid the issue is subjective. It depends on the size and resolution of the screen, script, personal taste and expectations, etc. All in all, for now, personal CSS modification is the way to go. We aren&#039;t planning on making the interface denser. [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 15:15, 12 February 2025 (UTC)&lt;br /&gt;
::Hmm.. There is the &amp;quot;wide&amp;quot; and &amp;quot;narrow&amp;quot; mode in Vector 2022, which changes something in the edges. Could there be a &amp;quot;widest&amp;quot; setting also so the last part of margins is avoided like in older layouts? I am thinking about situations where people have small laptop screens with limited display space available. [[User:Ipr1|Ipr1]] ([[User talk:Ipr1|talk]]) 06:17, 13 February 2025 (UTC)&lt;br /&gt;
:::I mean, we really don&#039;t have any plans for introducing such options :/ We are working on [[Reading/Web/Content Discovery Experiments/Simple Article Summaries|Simple Article Summaries]] now. Perhaps if you could share links to places where people talk about this problem, we would be able to understand the context better and suggest the possible solutions. [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 19:25, 14 February 2025 (UTC)&lt;br /&gt;
::::Some people simply switched over to older layout (in Finnish: [https://fi.wikipedia.org/wiki/Wikipedia:Kahvihuone_(tekniikka)#Onko_t%C3%A4%C3%A4_uusi_ulkoasu_optimoitu_mobiilille?_Kovin_on_kapea_ja_ikoniriippuvainen]). Another problem mentioned was that menus started using symbols (picture icons) instead of simple and clear text. [[User:Ipr1|Ipr1]] ([[User talk:Ipr1|talk]]) 06:42, 15 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wiki logo ==&lt;br /&gt;
&lt;br /&gt;
Please bring back the wiki logo in Vector 2022 skin. The logo is present in the Vector legacy skin, but not in the new one. https://imgur.com/a/hzwrScy [[User:ThatRandomToast|ThatRandomToast]] ([[User talk:ThatRandomToast|talk]]) 07:38, 17 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:ThatRandomToast|ThatRandomToast]]: You need to configure your wiki to set the appropriate logo in your wiki&#039;s &amp;lt;code&amp;gt;LocalSettings.php&amp;lt;/code&amp;gt; file. See [[Manual:FAQ#How do I change the logo?]] for what you need to set – modern skins like Vector-2022 use the &#039;&amp;lt;code&amp;gt;icon&amp;lt;/code&amp;gt;&#039; value. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 17:04, 17 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [BUG VECTOR 2022]: in edit mode typing doesn&#039;t work ==&lt;br /&gt;
&lt;br /&gt;
I switched to vector 2022 and cannot type anymore in the edit source code mode.&lt;br /&gt;
&lt;br /&gt;
Browser: Mozilla Firefox 135.0.1 (64-Bit)&lt;br /&gt;
&lt;br /&gt;
System:&lt;br /&gt;
&lt;br /&gt;
Operating System: Manjaro Linux &lt;br /&gt;
&lt;br /&gt;
KDE Plasma Version: 6.2.5&lt;br /&gt;
&lt;br /&gt;
KDE Frameworks Version: 6.10.0&lt;br /&gt;
&lt;br /&gt;
Qt Version: 6.8.2&lt;br /&gt;
&lt;br /&gt;
Kernel Version: 6.12.12-2-MANJARO (64-bit)&lt;br /&gt;
&lt;br /&gt;
Graphics Platform: X11 [[User:Der Älteste|Der Älteste]] ([[User talk:Der Älteste|talk]]) 22:58, 2 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks @[[User:Der Älteste|Der Älteste]]. Would it be possible for you to check if this also happens in different skins and/or without your personalization enabled? To preview how it would work without your personalization enabled, add &amp;lt;code&amp;gt;&amp;amp;safemode=1&amp;lt;/code&amp;gt; to the URL in the editing mode. To preview different skins, add for example &amp;lt;code&amp;gt;&amp;amp;useskin=monobook&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;amp;useskin=timeless&amp;lt;/code&amp;gt;.&lt;br /&gt;
:I hope the source code will be working in some of these cases, which would mean that the problem isn&#039;t due to Vector 2022. The skin shouldn&#039;t be interfering with the editing mode at all, and really rarely do we hear about problems similar to yours.&lt;br /&gt;
:Thanks! [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 09:37, 3 March 2025 (UTC)&lt;br /&gt;
::Works now, I don&#039;t have any idea why it didn&#039;t work yesterday. [[User:Der Älteste|Der Älteste]] ([[User talk:Der Älteste|talk]]) 18:32, 3 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to make non-article content greyish ==&lt;br /&gt;
&lt;br /&gt;
I remember that there was a Zebra prototype testing that made non-article content greyish in background color. I liked that. It is somewhat similar to the 9th proposal at [[Reading/Web/Desktop Improvements/Fifth prototype testing#Borders and backgrounds]]. What is the CSS code for this? I want that scheme. Thanks! &amp;amp;#8212;&amp;amp;#8205;[[User:CX Zoom|CX Zoom]] &amp;lt;abbr title=&amp;quot;en-English, hi-हिंदी, bn-বাংলা&amp;quot;&amp;gt;(A/अ/অ)&amp;lt;/abbr&amp;gt; ([[User talk:CX Zoom|let&#039;s talk]]&amp;amp;#124;[[Special:Contributions/CX Zoom|contribs]]) 19:08, 16 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hey @[[User:CX Zoom|CX Zoom]]! [https://di-content-separation.web.app/Moss Here&#039;s Zebra], and the color is #f8f9fa. You could also take a look at the [https://doc.wikimedia.org/codex/latest/design-tokens/color.html background colors palette] for some other options. Unfortunately, I can&#039;t give you the exact code to copy and paste because we didn&#039;t incorporate all of Zebra into the skin. So we don&#039;t have anything handy to copy from. The quick solution would be to ask on Discord. Cheers, [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 01:29, 17 March 2025 (UTC)&lt;br /&gt;
::Thank you very much! &amp;amp;#8212;&amp;amp;#8205;[[User:CX Zoom|CX Zoom]] &amp;lt;abbr title=&amp;quot;en-English, hi-हिंदी, bn-বাংলা&amp;quot;&amp;gt;(A/अ/অ)&amp;lt;/abbr&amp;gt; ([[User talk:CX Zoom|let&#039;s talk]]&amp;amp;#124;[[Special:Contributions/CX Zoom|contribs]]) 18:44, 17 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New sidebar not showing after activating Vector 2022 ==&lt;br /&gt;
I recently enabled Vector 2022 in my [https://erftstadtwiki.de/wiki/Hauptseite local city wiki]. However, the main menu sidebar does not change to the new layout and the toolbox is also not moved to the right sidebar. I&#039;m a bit lost on what&#039;s going wrong here... My changes to Common.css should not have an impact as far as I can see. Using MW 1.39, fresh download of the Vector skin. Maybe someone has an idea how to fix this. Thanks in advance! --[[User:GeroO|GeroO]] ([[User talk:GeroO|talk]]) 09:15, 20 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sticky header for anonymous users ==&lt;br /&gt;
&lt;br /&gt;
Vector 2022 has been deployed a long time ago on many Wikipedias. Yet the sticky header is still available only for registered users. Will it ever get deployed for anonymous users as well? --&#039;&#039;&#039;[[User:Paloi Sciurala|&amp;lt;span style=&amp;quot;color: #137c1a;&amp;quot;&amp;gt;Paloi Sciurala&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Paloi Sciurala|&amp;lt;span style=&amp;quot;color: #025b14;&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;small&amp;gt;｜&amp;lt;/small&amp;gt;[[Special:Contributions/Paloi Sciurala|&amp;lt;span style=&amp;quot;color: #025b14;&amp;quot;&amp;gt;contribs&amp;lt;/span&amp;gt;]]) 16:03, 21 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hey @[[User:Paloi Sciurala|Paloi Sciurala]], thanks for the question.&lt;br /&gt;
:Right now, it&#039;s difficult to tell. We aren&#039;t focusing on tweaking the skin. Instead, this year, our focus is on [[Readers/2024_Reader_and_Donor_Experiences#31|Content Discovery]].&lt;br /&gt;
:We are also talking about the plan for the next year, and our part there is [[m:Wikimedia_Foundation_Annual_Plan/2025-2026/Product_%26_Technology_OKRs#Consumer_Experiences_(WE3)|Consumer Experiences (WE3)]]. Maybe (but this is just my take) such tweaks could be made part of the Key result WE3.3 (and 3.2, if we add the Donate button there, too). I&#039;d like to encourage you to [[m:Talk:Wikimedia_Foundation_Annual_Plan/2025-2026/Product_%26_Technology_OKRs#Consumer_Experiences_(WE3)|comment on the draft plan on Meta]]. Many people from the Foundation will see there that community members are asking about it, and they may get inspired.&lt;br /&gt;
:Thank you! [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 09:51, 23 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wikipedia lagging at 30 fps ==&lt;br /&gt;
&lt;br /&gt;
So when i was reading an article i noticed something when you click Alerts or Notices it becomes 30 fps and when you go far away from Alerts or notices menu box it becomes normal at 60 fps please fix this&lt;br /&gt;
&lt;br /&gt;
info about browser: Firefox mobile 136 no telemetry uBlock and noscript [[User:Depotadore|Depotadore]] ([[User talk:Depotadore|talk]]) 13:21, 26 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Uncommanded change of skin ==&lt;br /&gt;
&lt;br /&gt;
I have set vector 2010 as my skin for almost any wikimedia project. Since yesterday my Skin was changed to the (ugly) 2022 version. While I understand that the new skin is the only one developed, why do you force it upon the users? [[User:Adtonko|Adtonko]] ([[User talk:Adtonko|talk]]) 18:23, 2 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I’ve set Vector 2010 in [[Special:GlobalPreferences]], and have never experienced such problems. If you want to never see Vector 2022, I suggest you to do so as well.&lt;br /&gt;
:By the way, can it be that you experienced this problem on a wiki that switched to Vector 2022 just yesterday? Local preferences (i.e. those not set on Special:GlobalPreferences) are not stored if they are default, so if you select Vector 2010 on a Vector 2010 wiki, nothing will be stored, and thus you’ll get Vector 2022 once the wiki switches to Vector 2022. As far as I’m aware, this is done to reduce the database size – most preferences never change defaults, and if defaults were also stored in the database, the already way too big database table would be orders of magnitude larger. —[[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 23:33, 2 April 2025 (UTC)&lt;br /&gt;
:Which wiki you contribute to by the way? [[User:Depotadore|Depotadore]] ([[User talk:Depotadore|talk]]) 11:31, 5 April 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Talk:Reading/Web/Desktop_Improvements&amp;diff=7549758</id>
		<title>Talk:Reading/Web/Desktop Improvements</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Talk:Reading/Web/Desktop_Improvements&amp;diff=7549758"/>
		<updated>2025-04-05T11:31:20Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: /* Uncommanded change of skin */ Reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Reading/Web/Desktop Improvements/Header|1=[[File:Welcome in 21 languages.svg|220px|{{dir|{{pagelang}}|left|right}}|link=]]{{Reading/Web/Desktop Improvements/Talk page intro}}{{clear}}}}{{User:Dexbot/Archivebot&lt;br /&gt;
|archive = Talk:Reading/Web/Desktop Improvements/Archive%(counter)s&lt;br /&gt;
|algo = old(42d)&lt;br /&gt;
|counter = 10&lt;br /&gt;
|maxarchivesize = 200K&lt;br /&gt;
|minthreadstoarchive = 1&lt;br /&gt;
|minthreadsleft = 4&lt;br /&gt;
}}&lt;br /&gt;
{{WMF present&lt;br /&gt;
|1=SGrabarczuk (WMF)|timezone_1=UTC+1/2|lang_1=pl, en, fr|photo_1=Szymon Grabarczuk2.jpg&lt;br /&gt;
|2=OVasileva (WMF)|timezone_2=UTC+1/2|lang_2=en, es, bg|photo_2=Vasileva, Olga January 2017.jpg&lt;br /&gt;
}}&lt;br /&gt;
{{Archive box|&lt;br /&gt;
[[Talk:Reading/Web/Desktop Improvements/Archive1|Archive1]] · [[Talk:Reading/Web/Desktop Improvements/Archive2|Archive2]] · [[Talk:Reading/Web/Desktop Improvements/Archive3|Archive3]] · [[Talk:Reading/Web/Desktop Improvements/Archive4|Archive4]] · [[Talk:Reading/Web/Desktop Improvements/Archive5|Archive5]] · [[Talk:Reading/Web/Desktop Improvements/Archive6|Archive6]] · [[Talk:Reading/Web/Desktop Improvements/Archive7|Archive7]] · [[Talk:Reading/Web/Desktop Improvements/Archive8|Archive8]] · [[Talk:Reading/Web/Desktop Improvements/Archive9|Archive9]] · [[Talk:Reading/Web/Desktop Improvements/Archive10|Archive10]] · [[Talk:Reading/Web/Desktop Improvements|Current discussion]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Vector 2022 skin search box keyboard shortcut doesn&#039;t work at smaller window sizes ==&lt;br /&gt;
&lt;br /&gt;
{{key press|Shift}} {{key press|Alt}} {{key press|F}} is a useful Windows keyboard shortcut in Wikipedia that puts the text insertion point into the search box at the top of the page. This allows the user to quickly search for a new article without having to use the mouse. The Vector (2022) skin has this feature, but it only works when the browser window is a certain minimum size. For example, it doesn&#039;t work (= inputting the shortcut does nothing) when the browser window is less than ~75% the width of my monitor. But if I increase the window size to ~80% of monitor width or maximize the window, it works. In the Vector legacy (2010) skin, the keyboard shortcut works at any browser window size.&lt;br /&gt;
&lt;br /&gt;
Please give Vector (2022) the same Ctrl-Shift-F keyboard shortcut working functionality at all browser window sizes that Vector legacy (2010) has. &lt;br /&gt;
&lt;br /&gt;
-[[User:Ripsky4501|Ripsky4501]] ([[User talk:Ripsky4501|talk]]) 19:36, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Visibility of Wikipedia search field ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Following content copied from https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(proposals), as advised.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Invariably the first thing I want to do after landing at the Wikipedia home page is search for the article that I want to look at. I think it would be sensible to make the search field permanently visible. There is already room there at the top of the page, and although only a click away, it seems unnecessary to have to click on the magnifier. Why not just have the field there ready to type into? Am I right in thinking that it used to be that way? I wonder why it was changed. [[Special:Contributions/2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E]] ([[User talk:2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|talk]]) 19:53, 8 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I think the magnifying glass only appears when the window is narrower than some threshold (looks like about 1100 px).  I&#039;m not sure why they do that; there&#039;s plenty of space left at all but the most extremely narrow widths to allow for a full search box.  But in any case, this is really a Vector 2022 skin issue, not something enwiki has any direct control over.  Perhaps ask on [[metawiki:Talk:Reading/Web/Desktop Improvements|meta:Talk:Reading/Web/Desktop Improvements]]? [[User:RoySmith|RoySmith]] [[User talk:RoySmith|(talk)]] 20:04, 8 September 2024 (UTC)&lt;br /&gt;
:: You&#039;re right, it&#039;s dynamically controlled. I didn&#039;t realise that. When I lower the browser zoom level the search field becomes visible. It seems to me that all that needs to be done is adjust the &amp;quot;trigger&amp;quot; level at which it is displayed, so it is only suppressed when there is &amp;quot;obviously&amp;quot; not enough room to type a search query. [[Special:Contributions/2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E]] ([[User talk:2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|talk]]) 20:32, 8 September 2024 (UTC)&lt;br /&gt;
::: Yes, but to repeat what I said earlier, this is not anything that is under the control of enwiki.  This is a feature of the [[:en:Vector 2022|Vector 2022 skin]], which is under the control of the Wikimedia Foundation web team and best discussed at [[metawiki:Talk:Reading/Web/Desktop Improvements|meta:Talk:Reading/Web/Desktop Improvements]]. [[User:RoySmith|RoySmith]] [[User talk:RoySmith|(talk)]] 20:50, 8 September 2024 (UTC)&lt;br /&gt;
:::: Page does not exist / link does not work, though actually I see now that there is another link there pointing to the correct page. [[Special:Contributions/2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E]] ([[User talk:2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|talk]]) 21:03, 8 September 2024 (UTC)&lt;br /&gt;
: We&#039;ve been getting an influx of questions over this at places like the English Wikipedia&#039;s [[:en:WP:HELPDESK|help desk]] and [[:en:WP:TEAHOUSE|Teahouse]]. Was there a recent skin update, WMF staff? I suppose my real question here is:&amp;lt;br&amp;gt;&#039;&#039;&#039;Is there a link to a changelog&#039;&#039;&#039;? [[User:Tenryuu|Tenryuu]] ([[User talk:Tenryuu|talk]]) 15:39, 10 September 2024 (UTC)&lt;br /&gt;
::{{reply to|Tenryuu}} There’s an overly detailed change log called [[phab:source/Vector/history/master/|Git history]]. I don’t know of a less detailed (and thus more usable) change log. —[[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 21:33, 10 October 2024 (UTC)&lt;br /&gt;
:What type of mobile Wikipedia landing page are you talking about? The web or the app? [[User:Progamer15|Progamer15]] ([[User talk:Progamer15|talk]]) 20:08, 21 November 2024 (UTC)&lt;br /&gt;
::just realized that this is the wrong topic [[User:Progamer15|Progamer15]] ([[User talk:Progamer15|talk]]) 20:08, 21 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== User icons ==&lt;br /&gt;
&lt;br /&gt;
User icons do not show up at top right of the page. Please look [https://tr.wikipedia.org/wiki/Kullan%C4%B1c%C4%B1:Akil13?useskin=vector2022 here] --[[User:Superyetkin|Superyetkin]] ([[User talk:Superyetkin|talk]]) 16:42, 13 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Severe mobile usability issues with Vector-2022 ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure when it happened other than it must have been some time after February 1st, 2024, though there seems to be a pretty severe usability issue with mobile devices that use some aspect ratios. &lt;br /&gt;
&lt;br /&gt;
Testing was done with responsiveness dev tools in Firefox to emulate a mobile using 858px height and the &amp;quot;Mozilla/5.0 (Linux; Android 10; SM-G988U) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.66 Mobile Safari/537.36-481&amp;quot; user agent. My Samsung Galaxy S23 Ultra is 1080x2316 so 400x858 uses its approximate 0.47:1 aspect ratio. Testing was done using the MangoRPG wiki on Miraheze. For reproduction: After setting the resolution to 400x858 with the user agent listed a refresh of the page is necessary for the changes to propagate successfully. Adjust horizontal resolution from there.&lt;br /&gt;
&lt;br /&gt;
Please note that the direct pixel values used are largely irrelevant so long as the aspect ratios are maintained. I believe aspect ratio or percents are used rather than direct px values - a good practice in general for compatibility. Direct values will be given however with the test setup so it is easy to reproduce the same results.&lt;br /&gt;
&lt;br /&gt;
With that test setup the following observations were made: After 720px width the icon (img.mw-logo-icon) is zapped. After 500px the space on the left side of the page starts getting eaten into. The mw-page-container shifts to the right as width decreases but the div.vector-header-container does not - that&#039;s what all the logo stuff is contained in which has the ☰ hamburger menu, icon, and wiki name. The vector-main-menu-landmark (☰ hamburger menu) getting removed from the screen at 415x858px. Without the navigation menu the wiki thus becomes unusable. For most users I had test the wiki on mobile devices, the ☰ was at least half cut off for all testers which cuts off a portion of the actual navigation when it is used, harming usability even then. The ellipses (...) menu is also cut off of the screen and text cuts off of the screen along with the header if using MRHeader|header or even a level 5 header as they do not wrap for some reason. Shrinking the page or scrolling to the right one can see the cut off text and ellipses menu but scrolling to the left for the ☰ hamburger menu is impossible.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve attempted to fix it with a custom CSS for the Vector-2022 skin but I&#039;m sadly not an advanced enough user to do so successfully.&lt;br /&gt;
&lt;br /&gt;
Circa February of 2024 the ☰ hamburger menu, logo icon, and wiki name would display without being cut off on mobile devices at 1080x2316 resolution (0.47:1 aspect ratio). I&#039;m not sure what was done to break it as I&#039;m not sure where the changelog even is.&lt;br /&gt;
&lt;br /&gt;
For functionality I recommend that the ☰ hamburger menu should never be be able to be hidden off the left side of the screen similar to how mw-page-container shifts along with its padding regardless of aspect ratio or resolution and if there&#039;s space for it the logo icon should display - I can&#039;t think of any device that couldn&#039;t display a 50x50px icon and smaller ☰ menu. The wiki name (mw-logo-wordmark) should also display if possible. On one line if it can without obstructing the top right menus such as search, ..., and notifications; otherwise wrapping.&lt;br /&gt;
&lt;br /&gt;
-[[User:TiffyWiki|TiffyWiki]] ([[User talk:TiffyWiki|talk]]) 00:19, 22 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Update - I managed to fix it on my end after determining the cause.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
/* no erasing ☰ */&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-button-flush-left {&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
/* no erasing logo */&lt;br /&gt;
.mw-logo-icon {&lt;br /&gt;
  display: block !important;&lt;br /&gt;
}&lt;br /&gt;
/* no ... going off screen */&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-user-links.vector-user-links-wide {&lt;br /&gt;
    margin-right: 35px !important;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can probably discern from this what the cause was. But here are the offenders:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
@media (min-width: 720px) {&lt;br /&gt;
  .mw-logo-icon {&lt;br /&gt;
    display: block;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-button-flush-right {&lt;br /&gt;
    margin-right: -12px;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-button-flush-left {&lt;br /&gt;
    margin-left: -12px;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I of course recommend correcting these for usability.&lt;br /&gt;
&lt;br /&gt;
-[[User:TiffyWiki|TiffyWiki]] ([[User talk:TiffyWiki|talk]])&lt;br /&gt;
&lt;br /&gt;
== Issue with &amp;quot;tabelle-kopf-fixiert&amp;quot; in German Wikipedia ==&lt;br /&gt;
&lt;br /&gt;
Vector-2022 does not work with tables in German Wikipedia of:&lt;br /&gt;
&lt;br /&gt;
class=&amp;quot;wikitable sortable tabelle-kopf-fixiert&amp;quot;&lt;br /&gt;
&lt;br /&gt;
See: https://de.wikipedia.org/wiki/Diskussion:Der_Sonntags-Stammtisch#tabelle-kopf-fixiert &lt;br /&gt;
&lt;br /&gt;
Looks like the issue is already getting discussed here as well:&lt;br /&gt;
&lt;br /&gt;
https://de.wikipedia.org/wiki/Vorlage_Diskussion:Tabellenstile#tabelle-kopf-fixiert_und_Vector2022&lt;br /&gt;
&lt;br /&gt;
- [[User:Berny68|Berny68]] ([[User talk:Berny68|talk]]) 04:57, 21 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Screen Real Estate ==&lt;br /&gt;
&lt;br /&gt;
The new format on Desktop improves on certain aspects, but overcorrects certain others. Previously, the lines in articles were too long, that&#039;s true, but now they are too short. When reading articles, 66% of my monitor is blank white space from the right and the left. Somewhere between the old format and new is a happy middle ground. Maybe since the site already gives users the option to adjust text size, they can also be given the ability to adjust the margins? [[User:GaDub|GaDub]] ([[User talk:GaDub|talk]]) 03:08, 6 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:GaDub|GaDub]]: Hello, you can [[Reading/Web/Desktop Improvements/Features/Limiting content width|read this page]] to know more the detail and design reason behind limited width feature. You can also share your ideas by submitting wishes to the [[m:Community Wishlist|Community Wishlist]]. Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 05:28, 9 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Can Wikipedia&#039;s &amp;quot;wide mode&amp;quot; be back? ==&lt;br /&gt;
&lt;br /&gt;
Unless I am missing on some settings that change where the text and GUI windows should wrap n&#039; stuff [[User:Slaythe|Slaythe]] ([[User talk:Slaythe|talk]]) 06:42, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Update: Limited width mode seems to be bugged? [[User:Slaythe|Slaythe]] ([[User talk:Slaythe|talk]]) 06:47, 22 November 2024 (UTC)&lt;br /&gt;
::Another update: it went back to wide width. I guess what&#039;s needed is to close Wikipedia and then reenter. [[User:Slaythe|Slaythe]] ([[User talk:Slaythe|talk]]) 07:02, 22 November 2024 (UTC)&lt;br /&gt;
:@[[User:Slaythe|Slaythe]] Hello, you can follow [[En:Wikipedia:Vector 2022#How to expand the width of the new skin|this instruction]] to change the content width. Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 09:21, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 通过颜色区分有无内链 ==&lt;br /&gt;
使用旧版Vector或其他皮肤复制带有内链（2个或以上）的一段话时，在带格式粘贴的句子中有内链的字词和普通字词是不同的颜色，而使用Vector 2022复制粘贴则会显示同种颜色。请问在使用Vector 2022时怎么得到前者的效果？[[User:Scorpio2001|Scorpio2001]] ([[User talk:Scorpio2001|talk]]) 00:34, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Feature request: expand table of contents ==&lt;br /&gt;
&lt;br /&gt;
Hello. Can you consider adding a &amp;quot;expand/collapse&amp;quot; button in table of contents to show/hide all section titles of or below the second level (and maybe a feature to remember the last choice of status)? A motivation is that in some article the table of contents looks so simple [https://ko.wikipedia.org/w/index.php?title=%EC%9D%B4%EC%B0%A8_%ED%98%95%EC%8B%9D&amp;amp;oldid=38325548]. [[User:慈居|慈居]] ([[User talk:慈居|talk]]) 03:29, 19 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wikidata Skin Feature Missing ==&lt;br /&gt;
&lt;br /&gt;
In Wikidata, only the Vector Legacy skin seems to show a box of wikipedia links on the right side of the entries - an unfortunate limitation:&lt;br /&gt;
[[File:Wikidata wikipedia links.png|thumb]]&lt;br /&gt;
[[User:Xerus2000|Xerus2000]] ([[User talk:Xerus2000|talk]]) 07:22, 19 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:New Vector also shows them on the right if you set its &#039;&#039;Width&#039;&#039; setting to &#039;&#039;Wide&#039;&#039; (and you have a wide enough screen). —[[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 22:18, 20 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sticky header gone after upgrading to MW 1.43 ==&lt;br /&gt;
&lt;br /&gt;
I upgraded from MW 1.42.3 to 1.43 and now the nice sticky header is gone, only the sticky TOC remains. How can I get it back? I&#039;m using the stock Vector-2022 skin. I see it also affects 1.44. [[User:Tactica|Tactica]] ([[User talk:Tactica|talk]]) 01:18, 29 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Never mind, I was using 100% magnification in the web browser and the sticky header disappears when going past 90%. [[User:Tactica|Tactica]] ([[User talk:Tactica|talk]]) 04:46, 21 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Empty space at page sides ==&lt;br /&gt;
On the left side of left vertical navigation and right side of right vertical navigation there is a lot of empty space even when using &amp;quot;wide&amp;quot; mode. Is there a way to use that space e.g. reducing margins between navigation and browser window further? One of the grievances of users is how narrow the new layout is. [[User:Ipr1|Ipr1]] ([[User talk:Ipr1|talk]]) 15:18, 11 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hey @[[User:Ipr1|Ipr1]], thanks for coming here to ask this question. I&#039;m afraid the issue is subjective. It depends on the size and resolution of the screen, script, personal taste and expectations, etc. All in all, for now, personal CSS modification is the way to go. We aren&#039;t planning on making the interface denser. [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 15:15, 12 February 2025 (UTC)&lt;br /&gt;
::Hmm.. There is the &amp;quot;wide&amp;quot; and &amp;quot;narrow&amp;quot; mode in Vector 2022, which changes something in the edges. Could there be a &amp;quot;widest&amp;quot; setting also so the last part of margins is avoided like in older layouts? I am thinking about situations where people have small laptop screens with limited display space available. [[User:Ipr1|Ipr1]] ([[User talk:Ipr1|talk]]) 06:17, 13 February 2025 (UTC)&lt;br /&gt;
:::I mean, we really don&#039;t have any plans for introducing such options :/ We are working on [[Reading/Web/Content Discovery Experiments/Simple Article Summaries|Simple Article Summaries]] now. Perhaps if you could share links to places where people talk about this problem, we would be able to understand the context better and suggest the possible solutions. [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 19:25, 14 February 2025 (UTC)&lt;br /&gt;
::::Some people simply switched over to older layout (in Finnish: [https://fi.wikipedia.org/wiki/Wikipedia:Kahvihuone_(tekniikka)#Onko_t%C3%A4%C3%A4_uusi_ulkoasu_optimoitu_mobiilille?_Kovin_on_kapea_ja_ikoniriippuvainen]). Another problem mentioned was that menus started using symbols (picture icons) instead of simple and clear text. [[User:Ipr1|Ipr1]] ([[User talk:Ipr1|talk]]) 06:42, 15 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wiki logo ==&lt;br /&gt;
&lt;br /&gt;
Please bring back the wiki logo in Vector 2022 skin. The logo is present in the Vector legacy skin, but not in the new one. https://imgur.com/a/hzwrScy [[User:ThatRandomToast|ThatRandomToast]] ([[User talk:ThatRandomToast|talk]]) 07:38, 17 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:ThatRandomToast|ThatRandomToast]]: You need to configure your wiki to set the appropriate logo in your wiki&#039;s &amp;lt;code&amp;gt;LocalSettings.php&amp;lt;/code&amp;gt; file. See [[Manual:FAQ#How do I change the logo?]] for what you need to set – modern skins like Vector-2022 use the &#039;&amp;lt;code&amp;gt;icon&amp;lt;/code&amp;gt;&#039; value. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 17:04, 17 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [BUG VECTOR 2022]: in edit mode typing doesn&#039;t work ==&lt;br /&gt;
&lt;br /&gt;
I switched to vector 2022 and cannot type anymore in the edit source code mode.&lt;br /&gt;
&lt;br /&gt;
Browser: Mozilla Firefox 135.0.1 (64-Bit)&lt;br /&gt;
&lt;br /&gt;
System:&lt;br /&gt;
&lt;br /&gt;
Operating System: Manjaro Linux &lt;br /&gt;
&lt;br /&gt;
KDE Plasma Version: 6.2.5&lt;br /&gt;
&lt;br /&gt;
KDE Frameworks Version: 6.10.0&lt;br /&gt;
&lt;br /&gt;
Qt Version: 6.8.2&lt;br /&gt;
&lt;br /&gt;
Kernel Version: 6.12.12-2-MANJARO (64-bit)&lt;br /&gt;
&lt;br /&gt;
Graphics Platform: X11 [[User:Der Älteste|Der Älteste]] ([[User talk:Der Älteste|talk]]) 22:58, 2 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks @[[User:Der Älteste|Der Älteste]]. Would it be possible for you to check if this also happens in different skins and/or without your personalization enabled? To preview how it would work without your personalization enabled, add &amp;lt;code&amp;gt;&amp;amp;safemode=1&amp;lt;/code&amp;gt; to the URL in the editing mode. To preview different skins, add for example &amp;lt;code&amp;gt;&amp;amp;useskin=monobook&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;amp;useskin=timeless&amp;lt;/code&amp;gt;.&lt;br /&gt;
:I hope the source code will be working in some of these cases, which would mean that the problem isn&#039;t due to Vector 2022. The skin shouldn&#039;t be interfering with the editing mode at all, and really rarely do we hear about problems similar to yours.&lt;br /&gt;
:Thanks! [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 09:37, 3 March 2025 (UTC)&lt;br /&gt;
::Works now, I don&#039;t have any idea why it didn&#039;t work yesterday. [[User:Der Älteste|Der Älteste]] ([[User talk:Der Älteste|talk]]) 18:32, 3 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to make non-article content greyish ==&lt;br /&gt;
&lt;br /&gt;
I remember that there was a Zebra prototype testing that made non-article content greyish in background color. I liked that. It is somewhat similar to the 9th proposal at [[Reading/Web/Desktop Improvements/Fifth prototype testing#Borders and backgrounds]]. What is the CSS code for this? I want that scheme. Thanks! &amp;amp;#8212;&amp;amp;#8205;[[User:CX Zoom|CX Zoom]] &amp;lt;abbr title=&amp;quot;en-English, hi-हिंदी, bn-বাংলা&amp;quot;&amp;gt;(A/अ/অ)&amp;lt;/abbr&amp;gt; ([[User talk:CX Zoom|let&#039;s talk]]&amp;amp;#124;[[Special:Contributions/CX Zoom|contribs]]) 19:08, 16 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hey @[[User:CX Zoom|CX Zoom]]! [https://di-content-separation.web.app/Moss Here&#039;s Zebra], and the color is #f8f9fa. You could also take a look at the [https://doc.wikimedia.org/codex/latest/design-tokens/color.html background colors palette] for some other options. Unfortunately, I can&#039;t give you the exact code to copy and paste because we didn&#039;t incorporate all of Zebra into the skin. So we don&#039;t have anything handy to copy from. The quick solution would be to ask on Discord. Cheers, [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 01:29, 17 March 2025 (UTC)&lt;br /&gt;
::Thank you very much! &amp;amp;#8212;&amp;amp;#8205;[[User:CX Zoom|CX Zoom]] &amp;lt;abbr title=&amp;quot;en-English, hi-हिंदी, bn-বাংলা&amp;quot;&amp;gt;(A/अ/অ)&amp;lt;/abbr&amp;gt; ([[User talk:CX Zoom|let&#039;s talk]]&amp;amp;#124;[[Special:Contributions/CX Zoom|contribs]]) 18:44, 17 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New sidebar not showing after activating Vector 2022 ==&lt;br /&gt;
I recently enabled Vector 2022 in my [https://erftstadtwiki.de/wiki/Hauptseite local city wiki]. However, the main menu sidebar does not change to the new layout and the toolbox is also not moved to the right sidebar. I&#039;m a bit lost on what&#039;s going wrong here... My changes to Common.css should not have an impact as far as I can see. Using MW 1.39, fresh download of the Vector skin. Maybe someone has an idea how to fix this. Thanks in advance! --[[User:GeroO|GeroO]] ([[User talk:GeroO|talk]]) 09:15, 20 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sticky header for anonymous users ==&lt;br /&gt;
&lt;br /&gt;
Vector 2022 has been deployed a long time ago on many Wikipedias. Yet the sticky header is still available only for registered users. Will it ever get deployed for anonymous users as well? --&#039;&#039;&#039;[[User:Paloi Sciurala|&amp;lt;span style=&amp;quot;color: #137c1a;&amp;quot;&amp;gt;Paloi Sciurala&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Paloi Sciurala|&amp;lt;span style=&amp;quot;color: #025b14;&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;small&amp;gt;｜&amp;lt;/small&amp;gt;[[Special:Contributions/Paloi Sciurala|&amp;lt;span style=&amp;quot;color: #025b14;&amp;quot;&amp;gt;contribs&amp;lt;/span&amp;gt;]]) 16:03, 21 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hey @[[User:Paloi Sciurala|Paloi Sciurala]], thanks for the question.&lt;br /&gt;
:Right now, it&#039;s difficult to tell. We aren&#039;t focusing on tweaking the skin. Instead, this year, our focus is on [[Readers/2024_Reader_and_Donor_Experiences#31|Content Discovery]].&lt;br /&gt;
:We are also talking about the plan for the next year, and our part there is [[m:Wikimedia_Foundation_Annual_Plan/2025-2026/Product_%26_Technology_OKRs#Consumer_Experiences_(WE3)|Consumer Experiences (WE3)]]. Maybe (but this is just my take) such tweaks could be made part of the Key result WE3.3 (and 3.2, if we add the Donate button there, too). I&#039;d like to encourage you to [[m:Talk:Wikimedia_Foundation_Annual_Plan/2025-2026/Product_%26_Technology_OKRs#Consumer_Experiences_(WE3)|comment on the draft plan on Meta]]. Many people from the Foundation will see there that community members are asking about it, and they may get inspired.&lt;br /&gt;
:Thank you! [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 09:51, 23 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wikipedia lagging at 30 fps ==&lt;br /&gt;
&lt;br /&gt;
So when i was reading an article i noticed something when you click Alerts or Notices it becomes 30 fps and when you go far away from Alerts or notices menu box it becomes normal at 60 fps please fix this&lt;br /&gt;
&lt;br /&gt;
info about browser: Firefox mobile 136 no telemetry uBlock and noscript [[User:Depotadore|Depotadore]] ([[User talk:Depotadore|talk]]) 13:21, 26 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Uncommanded change of skin ==&lt;br /&gt;
&lt;br /&gt;
I have set vector 2010 as my skin for almost any wikimedia project. Since yesterday my Skin was changed to the (ugly) 2022 version. While I understand that the new skin is the only one developed, why do you force it upon the users? [[User:Adtonko|Adtonko]] ([[User talk:Adtonko|talk]]) 18:23, 2 April 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I’ve set Vector 2010 in [[Special:GlobalPreferences]], and have never experienced such problems. If you want to never see Vector 2022, I suggest you to do so as well.&lt;br /&gt;
:By the way, can it be that you experienced this problem on a wiki that switched to Vector 2022 just yesterday? Local preferences (i.e. those not set on Special:GlobalPreferences) are not stored if they are default, so if you select Vector 2010 on a Vector 2010 wiki, nothing will be stored, and thus you’ll get Vector 2022 once the wiki switches to Vector 2022. As far as I’m aware, this is done to reduce the database size – most preferences never change defaults, and if defaults were also stored in the database, the already way too big database table would be orders of magnitude larger. —[[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 23:33, 2 April 2025 (UTC)&lt;br /&gt;
:Which wiki you contribute by the way? [[User:Depotadore|Depotadore]] ([[User talk:Depotadore|talk]]) 11:31, 5 April 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Universal_Language_Selector&amp;diff=7547174</id>
		<title>Universal Language Selector</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Universal_Language_Selector&amp;diff=7547174"/>
		<updated>2025-04-04T11:03:52Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
{{Wikimedia engineering project information&lt;br /&gt;
| name        = &amp;lt;translate&amp;gt;&amp;lt;!--T:59--&amp;gt; Universal Language Selector&amp;lt;/translate&amp;gt;&lt;br /&gt;
| description = &amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt; Universal Language Selector&amp;lt;/translate&amp;gt;&lt;br /&gt;
| start       = 2012-03-01&lt;br /&gt;
| end         = &lt;br /&gt;
| group       = {{ll|Wikimedia Language engineering|2=&amp;lt;translate&amp;gt;&amp;lt;!--T:60--&amp;gt; Internationalisation and Localisation&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
| EPM         = [[User:Alolitas|Alolita Sharma]] &amp;lt;translate&amp;gt;&amp;lt;!--T:61--&amp;gt; (Director of Engineering)&amp;lt;/translate&amp;gt;, [[User:Siebrand|Siebrand Mazeland]] &amp;lt;translate&amp;gt;&amp;lt;!--T:62--&amp;gt; (Product Manager)&amp;lt;/translate&amp;gt;&lt;br /&gt;
| team        = &amp;lt;translate&amp;gt;&amp;lt;!--T:2--&amp;gt; Development team&amp;lt;/translate&amp;gt; – [[User:Amire80|Amir Aharoni]], [[User:Nikerabbit|Niklas Laxstrom]], [[User:Pginer|Pau Giner]], [[User: Santhosh.thottingal|Santhosh Thottingal ]] &amp;amp; [[User:Runab|Runa Bhattacharjee]]&lt;br /&gt;
| previous    = &lt;br /&gt;
| next        = &lt;br /&gt;
| projectpage = Milkshake&lt;br /&gt;
| Phabricator = MediaWiki-extensions-UniversalLanguageSelector&lt;br /&gt;
| display     = {{{display|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
The [[&amp;lt;tvar name=1&amp;gt;Special:MyLanguage/Extension:UniversalLanguageSelector&amp;lt;/tvar&amp;gt;|Universal Language Selector extension]] (ULS) provides a flexible way to configure and deliver language settings like interface language, fonts, and input methods (keyboard mappings). This allows users to type text in different languages not directly supported by their keyboard, read content in a script for which fonts are not available locally, or customise the language in which menus are displayed.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:4--&amp;gt; This functionality was partially provided by &amp;lt;tvar name=1&amp;gt;Narayam&amp;lt;/tvar&amp;gt; and &amp;lt;tvar name=2&amp;gt;WebFonts&amp;lt;/tvar&amp;gt; extensions [[&amp;lt;tvar name=link&amp;gt;Special:MyLanguage/Universal Language Selector/Deployment/Planning#List of wikis (84)&amp;lt;/tvar&amp;gt;|on some wikis]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:55--&amp;gt; The ULS replaces those extensions and will be available in all Wikimedia projects for all users (logged-in and anonymous). More project specific details later.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
The functionality provided is listed below:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;translate&amp;gt;&amp;lt;!--T:25--&amp;gt; &#039;&#039;&#039;Language settings panel.&#039;&#039;&#039; Main entry point to configure language tools. It can be accessed from the interlanguage list on the sidebar, or at the personal toolbar for wikis lacking interlanguage links.&amp;lt;/translate&amp;gt;&lt;br /&gt;
**&amp;lt;translate&amp;gt;&amp;lt;!--T:26--&amp;gt; &#039;&#039;&#039;User interface (UI) language adjustments.&#039;&#039;&#039; Users can change the language in which the UI is provided regardless of the content language. At the moment, UI customisation is provided only for logged-in users.&amp;lt;/translate&amp;gt;&lt;br /&gt;
**&amp;lt;translate&amp;gt;&amp;lt;!--T:27--&amp;gt; &#039;&#039;&#039;Font selection.&#039;&#039;&#039; Web fonts are provided for non-latin scripts so that users can display content in those languages without installing local fonts. Users can select alternative fonts or decide to use their local fonts if they are available.&amp;lt;/translate&amp;gt;&lt;br /&gt;
**&amp;lt;translate&amp;gt;&amp;lt;!--T:28--&amp;gt; &#039;&#039;&#039;Input method configuration.&#039;&#039;&#039; Users lacking a keyboard for a particular script can still write in that script by using input mappings. Hindi users with a QWERTY keyboard can write “प” by typing “pa” when Hindi input method is enabled.&amp;lt;/translate&amp;gt;&lt;br /&gt;
*&amp;lt;translate&amp;gt;&amp;lt;!--T:29--&amp;gt; &#039;&#039;&#039;Input method contextual menu.&#039;&#039;&#039; Options for switching between languages and keyboard mappings are provided next to each active input element. Users can easily combine English, International Phonetic Alphabet and Russian when writing about [[:en:Moscow|Moscow]] on English Wikipedia: “Moscow (/ˈmɒskaʊ/ or /ˈmɒskoʊ/; Russian: Москва, tr. Moskva; IPA: [mɐˈskva]) is the capital city and the most populous federal subject of Russia.”&amp;lt;/translate&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[File:ULS-Display-Settings.png|thumb|{{dir|{{pagelang}}|left|right}}|400px|&amp;lt;translate&amp;gt;&amp;lt;!--T:31--&amp;gt; Language settings allow registered users accessing English Wikipedia to change the UI to their native language.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
[[File:ULS-Font-Settings-new.png|thumb|{{dir|{{pagelang}}|left|right}}|400px|&amp;lt;translate&amp;gt;&amp;lt;!--T:33--&amp;gt; Bengali users are able to read content from the Bengali Wikipedia despite the lack of fonts on their devices. Web fonts are provided automatically for non-latin scripts for which an open source font is available. Users can decide to use their system fonts on a per-language basis.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
[[File:ULS-Input-Settings.png|thumb|{{dir|{{pagelang}}|left|right}}|400px|&amp;lt;translate&amp;gt;&amp;lt;!--T:35--&amp;gt; Hindi speakers without a Hindi keyboard can configure input methods so that they can type in their language.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
[[File:ULS-Input-Search.png|thumb|220px|{{dir|{{pagelang}}|left|right}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:37--&amp;gt; When searching, users can switch between English and Hindi.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== How to access ULS == &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Wiki projects with multiple language versions&#039;&#039;&#039; will integrate language settings in the existing language related area used for interlanguage links. This includes all language versions of:&lt;br /&gt;
**Wikipedia&lt;br /&gt;
**Wikibooks&lt;br /&gt;
**Wikiversity&lt;br /&gt;
**Wiktionary&lt;br /&gt;
**Wikiquote&lt;br /&gt;
**Wikivoyage&lt;br /&gt;
**Wikinews&lt;br /&gt;
**Wikisource&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Wiki projects without interlanguage links&#039;&#039;&#039; will integrate language settings in the personal toolbar next to their username. This includes the following wikis:&lt;br /&gt;
**Wikidata&lt;br /&gt;
**Wikimedia Commons&lt;br /&gt;
**Wikispecies&lt;br /&gt;
**MediaWiki.org&lt;br /&gt;
**Meta-Wiki&lt;br /&gt;
**Wikimedia Incubator&lt;br /&gt;
**Governance&lt;br /&gt;
**Outreach&lt;br /&gt;
**and others&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:ULS-top-right.png|thumb|{{dir|{{pagelang}}|left|right}}|400px|&amp;lt;translate&amp;gt;&amp;lt;!--T:39--&amp;gt; On wikis without interlanguage links, the language settings are provided at the personal toolbar.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Limitations in functionality === &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Wikimedia projects will be leaving &amp;lt;tvar name=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;code&amp;gt;$wgULSAnonCanChangeLanguage&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt; disabled, so the selection of user interface language will be only available for logged-in users ({{&amp;lt;tvar name=1&amp;gt;ll|Universal Language Selector/FAQ#Why can anonymous users not use Universal Language Selector to change their interface language&amp;lt;/tvar&amp;gt;|why?}}).&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[File:ULS-Display-Setting-Annonymous.png|thumb|{{dir|{{pagelang}}|left|right}}|400px|&amp;lt;translate&amp;gt;&amp;lt;!--T:41--&amp;gt; Anonymous users cannot change UI language yet. They can do so by logging in.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
For English Wikipedia, the input method contextual menu will be disabled by default. Regardless of the initial state of input methods, users can always enable or disable them for any wiki.&lt;br /&gt;
&lt;br /&gt;
== Web fonts == &amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
You can enable web fonts by opening the ULS interface. Click on the gear icon, then select &amp;quot;Display&amp;quot;, then select &amp;quot;Fonts&amp;quot;, then enable &amp;quot;Download fonts when needed&amp;quot;. See [[&amp;lt;tvar name=&amp;quot;1&amp;quot;&amp;gt;Universal Language Selector/WebFonts&amp;lt;/tvar&amp;gt;|Universal Language Selector/WebFonts]] for more information.&lt;br /&gt;
&lt;br /&gt;
== More information == &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Devanagari ULS input.webm|thumb|{{dir|{{pagelang}}|right|left}}|300px|&amp;lt;translate&amp;gt;&amp;lt;!--T:53--&amp;gt; One can use ULS &amp;quot;&amp;lt;tvar name=1&amp;gt;लिप्यंतरण&amp;lt;/tvar&amp;gt;&amp;quot; ([[w:Transliteration|Transliteration]]) or &amp;quot;&amp;lt;tvar name=2&amp;gt;इनस्क्रिप्ट&amp;lt;/tvar&amp;gt;&amp;quot; ([[w:InScript keyboard|Inscript]]) typing options to search or edit [[w:Devanagari|Devanagari]]-script articles as shown in this video clip example.&amp;lt;/translate&amp;gt; &amp;lt;translate&amp;gt;&amp;lt;!--T:58--&amp;gt; CC instructions are available for British English.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:22--&amp;gt; Answers to some common queries about the Universal Language Selector can be found in the [[&amp;lt;tvar name=1&amp;gt;Special:MyLanguage/Universal Language Selector/FAQ&amp;lt;/tvar&amp;gt;|FAQ page]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:56--&amp;gt; [[&amp;lt;tvar name=talk&amp;gt;Talk:Universal Language Selector&amp;lt;/tvar&amp;gt;|You can leave feedback at the talk page]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
You can also see [[&amp;lt;tvar name=1&amp;gt;Special:MyLanguage/Universal Language Selector/Design&amp;lt;/tvar&amp;gt;|Interaction Design]] and [[&amp;lt;tvar name=2&amp;gt;Special:MyLanguage/Universal Language Selector/Technical Design&amp;lt;/tvar&amp;gt;|Technical Design]] of this project.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
Most development is part of the general libraries for the [[&amp;lt;tvar name=milkshake&amp;gt;Special:MyLanguage/Milkshake&amp;lt;/tvar&amp;gt;|Milkshake]] project (see for GitHub repository information and so on).&lt;br /&gt;
&lt;br /&gt;
==See also== &amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[:en:Help:Multilingual_support|Help:Multilingual support]]&lt;br /&gt;
&lt;br /&gt;
[[Category:User experience{{#translation:}}|Universal Language Selector]]&lt;br /&gt;
[[Category:Localisation{{#translation:}}]]&lt;br /&gt;
[[Category:Language Engineering{{#translation:}}|Universal Language Selector]]&lt;br /&gt;
[[Category:New Editor Engagement{{#translation:}}|Universal Language Selector]]&lt;br /&gt;
[[Category:Universal Language Selector{{#translation:}}| ]]&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Extension:UniversalLanguageSelector&amp;diff=7547170</id>
		<title>Extension:UniversalLanguageSelector</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Extension:UniversalLanguageSelector&amp;diff=7547170"/>
		<updated>2025-04-04T11:01:28Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{Extension&lt;br /&gt;
|status        = stable&lt;br /&gt;
|type1         = interface&lt;br /&gt;
|type2         = skin&lt;br /&gt;
|type3         = beta feature&lt;br /&gt;
|username      = &lt;br /&gt;
|author        = &amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt; [[&amp;lt;tvar name=engineering&amp;gt;Special:MyLanguage/Wikimedia Language and Product Localization&amp;lt;/tvar&amp;gt;|Wikimedia Language team]]&amp;lt;/translate&amp;gt;&lt;br /&gt;
|description   = &amp;lt;translate&amp;gt;&amp;lt;!--T:2--&amp;gt; Tool that allows users to select a language and configure its support in an easy way.&amp;lt;/translate&amp;gt;&lt;br /&gt;
|image         = ULS-Display-Settings.png&lt;br /&gt;
|imagesize     = 300&lt;br /&gt;
|version       = &lt;br /&gt;
| compatibility policy = master&lt;br /&gt;
|update        = &lt;br /&gt;
|mediawiki     = &lt;br /&gt;
|php           = &lt;br /&gt;
|composer      = mediawiki/universal-language-selector&lt;br /&gt;
|license       = * {{EL|GNUGPL2+}},&lt;br /&gt;
* {{EL|MIT}}&lt;br /&gt;
|download  = {{WikimediaDownload|phab=EULS}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; [[&amp;lt;tvar name=mleb&amp;gt;Special:MyLanguage/MLEB&amp;lt;/tvar&amp;gt;|Included in Language Extension Bundle]]&amp;lt;/translate&amp;gt;&lt;br /&gt;
|readme        = &lt;br /&gt;
|changelog     = &lt;br /&gt;
|tags          = &lt;br /&gt;
|example       = &lt;br /&gt;
|compatibility = [[gerrit:66330|&amp;lt;translate&amp;gt;&amp;lt;!--T:6--&amp;gt; Not compatible with Internet Explorer &amp;lt;tvar name=1&amp;gt;8&amp;lt;/tvar&amp;gt; or lower&amp;lt;/translate&amp;gt;]].&lt;br /&gt;
|phabricator = MediaWiki-extensions-UniversalLanguageSelector&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:7--&amp;gt; The &#039;&#039;&#039;Universal Language Selector&#039;&#039;&#039; is a tool that allows users to select a language and easily configure its support. Where used, it also ships the functionality of both the former &amp;lt;tvar name=1&amp;gt;WebFonts&amp;lt;/tvar&amp;gt; and &amp;lt;tvar name=2&amp;gt;Narayam&amp;lt;/tvar&amp;gt; extensions (both of which have been deprecated in favor of Universal Language Selector).&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:79--&amp;gt; See &amp;lt;tvar name=1&amp;gt;{{ll|Universal Language Selector}}&amp;lt;/tvar&amp;gt; for background and additional information.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Usage== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
The primary aim is to allow users to select a language and easily configure its support.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
The extension provides the following features:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
# Flexible and easy way to select a language from a large set of languages.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:84--&amp;gt;&lt;br /&gt;
## Selection can be based on geographical region-based browsing, and searching.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:85--&amp;gt;&lt;br /&gt;
## Search can be based on ISO language code, language name written in current user interface language or in its own script(autonym)&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:86--&amp;gt;&lt;br /&gt;
## Cross-language search - search language names using any script&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:87--&amp;gt;&lt;br /&gt;
## Autocompletion of language names&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:88--&amp;gt;&lt;br /&gt;
## Auto correction of spelling mistakes in search strings&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:89--&amp;gt;&lt;br /&gt;
## Geo IP based language suggestions&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
## Language selection based on users browser/OS language&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:91--&amp;gt;&lt;br /&gt;
# Input methods&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:92--&amp;gt;&lt;br /&gt;
#: See &amp;lt;tvar name=1&amp;gt;{{ll|Help:Extension:UniversalLanguageSelector/Input methods}}&amp;lt;/tvar&amp;gt; for complete instructions.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:93--&amp;gt;&lt;br /&gt;
## An easily selectable input method collection, readily available in every editable field&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:94--&amp;gt;&lt;br /&gt;
## Provides a large set of input methods for a wide range of languages&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:95--&amp;gt;&lt;br /&gt;
##* An outdated list is available at [[&amp;lt;tvar name=1&amp;gt;Special:MyLanguage/Extension:Narayam#Supported schemes&amp;lt;/tvar&amp;gt;|Extension:Narayam#Supported schemes]]&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:96--&amp;gt;&lt;br /&gt;
## Per-language input method preferences&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:97--&amp;gt;&lt;br /&gt;
# Webfonts&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:98--&amp;gt;&lt;br /&gt;
## A large collection of fonts to choose for each language to use as an embedded font for the page&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:100--&amp;gt;&lt;br /&gt;
##* You can browse [[&amp;lt;tvar name=1&amp;gt;phab:diffusion/EULS/browse/master/data/fontrepo/fonts&amp;lt;/tvar&amp;gt;|all the fonts included]]&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:101--&amp;gt;&lt;br /&gt;
## Per-language font preferences&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:ULS-GeoIP.png|400px|thumb|{{dir|{{pagelang}}|left|right}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:12--&amp;gt; Universal Language Selector with geoip based language suggestion for a user from India&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
[[File:ULS-Display-Settings.png|thumb|{{dir|{{pagelang}}|left|right}}|400px|&amp;lt;translate&amp;gt;&amp;lt;!--T:13--&amp;gt; Language settings allow a registered user accessing English Wikipedia to change the UI to their native language.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
[[File:ULS-Font-Settings-new.png|thumb|{{dir|{{pagelang}}|left|right}}|400px|&amp;lt;translate&amp;gt;&amp;lt;!--T:14--&amp;gt; A Bengali user is able to read content from the Bengali Wikipedia despite the lack of fonts in their computer. Web fonts are provided automatically for non-Latin scripts for which an open-source font is available. The user can decide to use their system fonts on a per-language basis.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
[[File:ULS-Input-Settings.png|thumb|{{dir|{{pagelang}}|left|right}}|400px|&amp;lt;translate&amp;gt;&amp;lt;!--T:15--&amp;gt; A Hindi speaker without a Hindi keyboard configures input methods so that they can type in their language.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
[[File:ULS-Input-Search.png|thumb|220px|{{dir|{{pagelang}}|left|right}}|&amp;lt;translate&amp;gt;&amp;lt;!--T:16--&amp;gt; When searching a user can switch between English and Hindi.&amp;lt;/translate&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Adding fonts== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
Supporting more languages is only a matter of including the proper fonts in the code. However, please note that we will only add support for &#039;&#039;open-source licensed&#039;&#039; fonts, such as those licensed under GNU GPL, SIL OFL, etc. An example directory of such open-source fonts is &amp;lt;tvar name=about-wf&amp;gt;[https://www.google.com/fonts#AboutPlace:about Google Fonts]&amp;lt;/tvar&amp;gt; &amp;lt;tvar name=wf-early&amp;gt;[https://www.google.com/fonts/earlyaccess]&amp;lt;/tvar&amp;gt; (not yet fully examined/exploited by the authors of this extension); see also the [&amp;lt;tvar name=oflibrary&amp;gt;http://openfontlibrary.org/&amp;lt;/tvar&amp;gt; Open Font Library].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
First of all, you need to find or produce such a open-source font (this is the most essential part, and you have to do it yourself); then, it has to be converted to the woff2 format, you can [&amp;lt;tvar name=phabricator-req&amp;gt;https://phabricator.wikimedia.org/maniphest/task/create/?projects=MediaWiki-extensions-UniversalLanguageSelector&amp;lt;/tvar&amp;gt; file a request] in [[&amp;lt;tvar name=phabricator&amp;gt;Special:MyLanguage/Phabricator&amp;lt;/tvar&amp;gt;|Phabricator]] for the font to be added to the extension.&lt;br /&gt;
&lt;br /&gt;
===Preparing webfonts=== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
This section explains how to convert the fonts: basic knowledge about GNU/Linux-based operating system is required; if you have difficulty in doing this, you can skip this step and ask someone else to do it for you on the same Phabricator request (of course this will slow down the process).&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;translate&amp;gt;&amp;lt;!--T:25--&amp;gt; Creating .woff2:&amp;lt;/translate&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:66--&amp;gt; Use &amp;lt;tvar name=url&amp;gt;https://github.com/google/woff2&amp;lt;/tvar&amp;gt; to generate woff2 from ttf.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:67--&amp;gt; This will produce a compressed woff2 file. Modern browsers support this format.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
Create a font.ini file. Here&#039;s an example:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
[AbyssinicaSIL]&lt;br /&gt;
languages=am*, ti*&lt;br /&gt;
version=1.200&lt;br /&gt;
license=OFL 1.1&lt;br /&gt;
licensefile=OFL.txt&lt;br /&gt;
url=http://scripts.sil.org/AbyssinicaSIL&lt;br /&gt;
request-url=https://phabricator.wikimedia.org/[Task Number]&lt;br /&gt;
woff2=AbyssinicaSIL.woff2&lt;br /&gt;
bold=AbyssinicaSIL Bold&lt;br /&gt;
&lt;br /&gt;
[AbyssinicaSIL Bold]&lt;br /&gt;
woff2=AbyssinicaSIL-Bold.woff2&lt;br /&gt;
fontweight=bold&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
An asterisk (&amp;lt;tvar name=1&amp;gt;&amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt;) after a language code means that this font will be the default font for that language. Don&#039;t use the asterisk if you want the option to use this font for that language.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
After creating the files, do the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
# Create a directory for the font under &amp;lt;tvar name=1&amp;gt;&amp;lt;code&amp;gt;data/fontrepo/fonts&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt;.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:81--&amp;gt;&lt;br /&gt;
# Put the woff2 and font.ini files in that directory and add them to the source repository (&amp;lt;tvar name=1&amp;gt;&amp;lt;code&amp;gt;git add&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt;).&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:82--&amp;gt;&lt;br /&gt;
# Go to the &amp;lt;tvar name=1&amp;gt;&amp;lt;code&amp;gt;scripts/&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt; directory and run &amp;lt;tvar name=2&amp;gt;&amp;lt;code&amp;gt;php compile-font-repo.php&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt;.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:83--&amp;gt;&lt;br /&gt;
# Commit the changes to the repository (&amp;lt;tvar name=1&amp;gt;&amp;lt;code&amp;gt;git commit -a&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt;) and submit them according to the [[&amp;lt;tvar name=tldr&amp;gt;Special:MyLanguage/Git/TLDR&amp;lt;/tvar&amp;gt;|Git workflow]].&lt;br /&gt;
&lt;br /&gt;
==Adding support for a new key mapping (input method)== &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Follow the [&amp;lt;tvar name=url&amp;gt;https://github.com/wikimedia/jquery.ime/wiki/Technical-Specification#input-method-definition&amp;lt;/tvar&amp;gt; instructions on the &amp;lt;tvar name=1&amp;gt;jquery.ime&amp;lt;/tvar&amp;gt; github wiki], but file requests in the Wikimedia-extensions-UniversalLanguageSelector [[&amp;lt;tvar name=phabricator&amp;gt;Special:MyLanguage/Phabricator&amp;lt;/tvar&amp;gt;|Phabricator]] product.&lt;br /&gt;
&lt;br /&gt;
==Installation== &amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{ExtensionInstall|registration=required|vagrant=uls}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Updating LanguageNameIndex === &amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:35--&amp;gt; For performing cross language search, searching  [[w:Endonym|autonyms]], language data needs to be populated.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:78--&amp;gt; ULS comes with a pre-populated language name index(data/langnames.ser).&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:77--&amp;gt; In case you want to update it, install &amp;lt;tvar name=1&amp;gt;{{ll|Extension:CLDR}}&amp;lt;/tvar&amp;gt; and update the data with the following command.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;php UniversalLanguageSelector/data/LanguageNameIndexer.php&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
and verify that &#039;&#039;&#039;langnames.ser&#039;&#039;&#039; file gets generated in ULS/data/ folder.&lt;br /&gt;
&lt;br /&gt;
==Configuration== &amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
The following variables are created automatically during initialization and can be used from JavaScript using mw.config.get( NAME ):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:102--&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;wgULSLanguages&amp;lt;/code&amp;gt; - an associative array where the keys are language codes and the values are language names in English.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:103--&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;wgULSAcceptLanguageList&amp;lt;/code&amp;gt; - an array of language codes from the user&#039;s Accept-Language value. These are the languages selected in the user&#039;s browser preferences.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
For serving fonts, you might want to add the following MIME types to your webserver if not already there. [&amp;lt;tvar name=webcoder&amp;gt;https://web.archive.org/web/20151228085500/http://www.webcoder.de/2010/06/04/how-to-configure-your-webserver-for-webm-video-and-audio-files/&amp;lt;/tvar&amp;gt; This guide] might help.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;apacheconf&amp;quot;&amp;gt;&lt;br /&gt;
AddType font/woff2 .woff2&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
The following variables can also be configured:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;$wgULSGeoService&amp;lt;/code&amp;gt; - &amp;lt;translate&amp;gt;&amp;lt;!--T:68--&amp;gt; ULS can use geolocation services to suggest languages based on the country the user is visiting from.&amp;lt;/translate&amp;gt; &amp;lt;translate&amp;gt;&amp;lt;!--T:107--&amp;gt; Setting this to false will prevent built-in geolocation from being used.&amp;lt;/translate&amp;gt; &amp;lt;translate&amp;gt;&amp;lt;!--T:108--&amp;gt; You can provide your own geolocation by setting window.&amp;lt;/translate&amp;gt; &amp;lt;translate&amp;gt;&amp;lt;!--T:109--&amp;gt; Geo to object which has key &#039;country_code&#039; or &#039;country&#039;.&amp;lt;/translate&amp;gt; &amp;lt;translate&amp;gt;&amp;lt;!--T:110--&amp;gt; If set to true, it will query Wikimedia&#039;s geoip service.&amp;lt;/translate&amp;gt; &amp;lt;translate&amp;gt;&amp;lt;!--T:111--&amp;gt; The service should return jsonp that uses the supplied callback parameter.&amp;lt;/translate&amp;gt; &amp;lt;translate&amp;gt;&amp;lt;!--T:112--&amp;gt; Defaults to http://freegeoip.net/json/ (&#039;&#039;&#039;warning&#039;&#039;&#039;: this website has shut down its API) and expects the same format.&amp;lt;/translate&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;$wgULSEnable&amp;lt;/code&amp;gt; - &amp;lt;translate&amp;gt;&amp;lt;!--T:69--&amp;gt; Enable language selection, compact language links, input methods, and web fonts for everyone unless the behavior is overridden by the configuration variables below.  Even if false, the classes and resource loader modules are registered for using other extensions. Language changing via cookie or setlang query parameter is not possible.&amp;lt;/translate&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;$wgULSAnonCanChangeLanguage&amp;lt;/code&amp;gt; - &amp;lt;translate&amp;gt;&amp;lt;!--T:70--&amp;gt; Allow anonymous users to change the language with cookie and setlang query param.&amp;lt;/translate&amp;gt; &amp;lt;translate&amp;gt;&amp;lt;!--T:123--&amp;gt; Do not use it if you are caching anonymous page views without  taking cookies into account.&amp;lt;/translate&amp;gt; &amp;lt;translate&amp;gt;&amp;lt;!--T:124--&amp;gt; It does not have any effect if either &amp;lt;tvar name=1&amp;gt;&amp;lt;code&amp;gt;$wgULSEnable&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt; or &amp;lt;tvar name=2&amp;gt;&amp;lt;code&amp;gt;$wgULSEnableAnon&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt; is set to &amp;lt;tvar name=3&amp;gt;{{phpi|false}}&amp;lt;/tvar&amp;gt;.&amp;lt;/translate&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;$wgULSIMEEnabled&amp;lt;/code&amp;gt; - &amp;lt;translate&amp;gt;&amp;lt;!--T:71--&amp;gt; Disable the input methods feature for all users by default. The user can still enable it manually.&amp;lt;/translate&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;$wgULSPosition&amp;lt;/code&amp;gt; - &amp;lt;translate&amp;gt;&amp;lt;!--T:72--&amp;gt; The location and the form of the language selection trigger. The possible values are: &amp;lt;tvar name=1&amp;gt;&amp;lt;code&amp;gt;personal&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt;: as a link near the username or the login link in the personal toolbar (default).&amp;lt;/translate&amp;gt; &amp;lt;code&amp;gt;interlanguage&amp;lt;/code&amp;gt;: &amp;lt;translate&amp;gt;&amp;lt;!--T:125--&amp;gt; as an icon near the header of the list of interlanguage links in the sidebar.&amp;lt;/translate&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;$wgULSNoImeSelectors&amp;lt;/code&amp;gt; - &amp;lt;translate&amp;gt;&amp;lt;!--T:73--&amp;gt; Array of jQuery selectors of elements on which IME must not be enabled. eg: &amp;lt;tvar name=1&amp;gt;{{nowrap|&amp;lt;code&amp;gt;[ &#039;#wpCaptchaWord&#039; ];&amp;lt;/code&amp;gt;}}&amp;lt;/tvar&amp;gt;&amp;lt;/translate&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;$wgULSLanguageDetection&amp;lt;/code&amp;gt; - &amp;lt;translate&amp;gt;&amp;lt;!--T:113--&amp;gt; Whether to automatically detect the user&#039;s language from the Accept-Language header.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Position of ULS trigger === &amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
* &amp;lt;tvar name=1&amp;gt;&amp;lt;code&amp;gt;$wgULSPosition&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt; - The location and the form of the language selection trigger. The possible values are: &amp;lt;tvar name=2&amp;gt;&amp;lt;code&amp;gt;personal&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt;: as a link near the username or the login link in the personal toolbar (default).&amp;lt;/translate&amp;gt; &amp;lt;code&amp;gt;interlanguage&amp;lt;/code&amp;gt;: &amp;lt;translate&amp;gt;&amp;lt;!--T:126--&amp;gt; as an icon near the header of the list of interlanguage links in the sidebar.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
It is also possible to have a ULS trigger anywhere on the screen. An element with &amp;lt;tvar name=1&amp;gt;&amp;lt;code&amp;gt;uls-settings-trigger&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt; will act as a ULS trigger.&lt;br /&gt;
&lt;br /&gt;
===Overriding default fonts=== &amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:45--&amp;gt; ULS has a large font repository to serve as webfonts.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:127--&amp;gt; Sometimes, there are multiple fonts for a language, and there is a default font for each language/script.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:128--&amp;gt; The order of fonts or default font can be overridden as follows using global scripts (&amp;lt;tvar name=1&amp;gt;MediaWiki:Common.js&amp;lt;/tvar&amp;gt;) or personal scripts (&amp;lt;tvar name=2&amp;gt;Special:MyPage/common.js&amp;lt;/tvar&amp;gt;):&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
$.webfonts.repository.languages.languageCode = [&amp;quot;system&amp;quot;, &amp;quot;FontA&amp;quot;, &amp;quot;FontB&amp;quot;];&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:122--&amp;gt;&lt;br /&gt;
Here, languageCode should be a valid langauge code(eg: en, hi, nl). FontA and FontB are fonts available in font repository. In the above example for languageCode, we set a font available in local computer as default font. ie No default webfont.&lt;br /&gt;
&lt;br /&gt;
===Caching configuration=== &amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
To ensure that the web fonts files are cached on the clients&#039; machines, font file types must be added to the web server configuration. In Apache2 this consists of:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:104--&amp;gt;&lt;br /&gt;
* Adding font file extensions to the FileTimes regex at FilesMatch for the relevant directory, example:&amp;lt;/translate&amp;gt; &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;apacheconf&amp;quot;&amp;gt;&amp;lt;FilesMatch &amp;quot;\.(gif|jpe?g|png|css|js|woff2|svg)$&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
* Adding ExpiresByType values to the relevant MIME types, similarly to image MIME types.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:105--&amp;gt;&lt;br /&gt;
** Note that there&#039;s no standard MIME type for TTF. application/x-font-ttf is used for Wikimedia.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:106--&amp;gt;&lt;br /&gt;
* Adding the MIME types:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;apacheconf&amp;quot;&amp;gt;&lt;br /&gt;
AddType font/woff2 .woff2&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
For a full example see the [&amp;lt;tvar name=cluster&amp;gt;https://gerrit.wikimedia.org/r/c/operations/puppet/+/137883/2/files/apache/apache2.conf.appserver&amp;lt;/tvar&amp;gt; caching configuration update done for the Wikimedia cluster].&lt;br /&gt;
&lt;br /&gt;
=== Page translation === &amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
UniversalLanguageSelector is one of the dependencies of the &amp;lt;tvar name=1&amp;gt;{{ll|Extension:Translate|nsp=0}}&amp;lt;/tvar&amp;gt; extension, which uses it for several language selection features. One of it is the [[&amp;lt;tvar name=mylang&amp;gt;Special:MyLanguage/MyLanguage&amp;lt;/tvar&amp;gt;|MyLanguage]] system for links, which depends on the interface language of the user, but more can be configured: see [[&amp;lt;tvar name=config&amp;gt;Special:MyLanguage/Help:Extension:Translate/Configuration#Page translation feature&amp;lt;/tvar&amp;gt;|Page translation feature]].&lt;br /&gt;
&lt;br /&gt;
== Using Webfonts == &amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
Users can choose web fonts for a language from the Language settings -&amp;gt; Display settings. The first font in that menu will be applied to the wiki by default. A user can change the font to be remembered across the pages. Optionally, the user can disable the font embedding by selecting the system font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
If the font is available in the user&#039;s local system, the &#039;&#039;&#039;font will not be downloaded&#039;&#039;&#039; from the MediaWiki server. It will be taken from the user&#039;s computer. Otherwise, the font will be downloaded from the server only once, when the user selects the font the first time. From then on, the font will be taken from the local cache.&lt;br /&gt;
&lt;br /&gt;
=== Alternate ways to load fonts === &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== By specifying font-family ==== &amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:58--&amp;gt; Inside the wiki text {{&amp;lt;tvar name=1&amp;gt;tmpl|0=&amp;lt;code&amp;gt;&amp;amp;lt;span style=&amp;quot;font-family:&#039;$1&#039;;&amp;quot;&amp;gt;$2&amp;amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt;|YourFontName|YourText}}, webfonts extension will check whether the font is available with the extension, if so it will download it to the client.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:117--&amp;gt; So the reader will not face any difficulty reading the text even if the specified font is not available on their computer.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== By specifying language ==== &amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:60--&amp;gt; Inside the wiki text {{&amp;lt;tvar name=1&amp;gt;tmpl|0=&amp;lt;code&amp;gt;&amp;amp;lt;span lang=&amp;quot;my&amp;quot;&amp;gt;$1&amp;amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/tvar&amp;gt;|YourText}}, the web fonts extension will check whether any font is available for the given language with the extension and if so, it will download it to the client.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:118--&amp;gt; So the reader will not face any difficulty reading the text even if the specified font is not available on their computer.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:119--&amp;gt; The default font will be used if there are multiple fonts for the language.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:120--&amp;gt; If the default font is not preferred, use the font-family approach to specify the font.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:121--&amp;gt; If the tag has both lang and font-family definitions, font-family gets precedence.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;span lang=sux&amp;gt;𒄖𒉈𒅁𒌨𒅎&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
gives the text rendered in Cuneiform using Akkadian font&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span lang=sux&amp;gt;𒄖𒉈𒅁𒌨𒅎&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==See also== &amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* {{ll|Universal Language Selector}}&lt;br /&gt;
* {{ll|Universal Language Selector/Interaction Design Framework|2=&amp;lt;translate&amp;gt;&amp;lt;!--T:74--&amp;gt; Universal Language Selector/Interaction Design Framework&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
* {{ll|Universal Language Selector/Technical Design|2=&amp;lt;translate&amp;gt;&amp;lt;!--T:75--&amp;gt; Universal Language Selector/Technical Design&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
* {{ll|Universal Language Selector/WebFonts|2=&amp;lt;translate&amp;gt;&amp;lt;!--T:76--&amp;gt; Technical details of Webfonts feature of Universal Language Selector&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
* [[Extension:Google Translator]]&lt;br /&gt;
&lt;br /&gt;
{{OnWikimedia}}&lt;br /&gt;
{{Used by}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Localisation extensions{{#translation:}}]]&lt;br /&gt;
[[Category:Universal Language Selector{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Talk:Reading/Web/Desktop_Improvements&amp;diff=7502538</id>
		<title>Talk:Reading/Web/Desktop Improvements</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Talk:Reading/Web/Desktop_Improvements&amp;diff=7502538"/>
		<updated>2025-03-26T13:21:38Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: /* Wikipedia lagging at 30 fps */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Reading/Web/Desktop Improvements/Header|1=[[File:Welcome in 21 languages.svg|220px|{{dir|{{pagelang}}|left|right}}|link=]]{{Reading/Web/Desktop Improvements/Talk page intro}}{{clear}}}}{{User:Dexbot/Archivebot&lt;br /&gt;
|archive = Talk:Reading/Web/Desktop Improvements/Archive%(counter)s&lt;br /&gt;
|algo = old(42d)&lt;br /&gt;
|counter = 10&lt;br /&gt;
|maxarchivesize = 200K&lt;br /&gt;
|minthreadstoarchive = 1&lt;br /&gt;
|minthreadsleft = 4&lt;br /&gt;
}}&lt;br /&gt;
{{WMF present&lt;br /&gt;
|1=SGrabarczuk (WMF)|timezone_1=UTC+1/2|lang_1=pl, en, fr|photo_1=Szymon Grabarczuk2.jpg&lt;br /&gt;
|2=OVasileva (WMF)|timezone_2=UTC+1/2|lang_2=en, es, bg|photo_2=Vasileva, Olga January 2017.jpg&lt;br /&gt;
}}&lt;br /&gt;
{{Archive box|&lt;br /&gt;
[[Talk:Reading/Web/Desktop Improvements/Archive1|Archive1]] · [[Talk:Reading/Web/Desktop Improvements/Archive2|Archive2]] · [[Talk:Reading/Web/Desktop Improvements/Archive3|Archive3]] · [[Talk:Reading/Web/Desktop Improvements/Archive4|Archive4]] · [[Talk:Reading/Web/Desktop Improvements/Archive5|Archive5]] · [[Talk:Reading/Web/Desktop Improvements/Archive6|Archive6]] · [[Talk:Reading/Web/Desktop Improvements/Archive7|Archive7]] · [[Talk:Reading/Web/Desktop Improvements/Archive8|Archive8]] · [[Talk:Reading/Web/Desktop Improvements/Archive9|Archive9]] · [[Talk:Reading/Web/Desktop Improvements/Archive10|Archive10]] · [[Talk:Reading/Web/Desktop Improvements|Current discussion]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Vector 2022 skin search box keyboard shortcut doesn&#039;t work at smaller window sizes ==&lt;br /&gt;
&lt;br /&gt;
{{key press|Shift}} {{key press|Alt}} {{key press|F}} is a useful Windows keyboard shortcut in Wikipedia that puts the text insertion point into the search box at the top of the page. This allows the user to quickly search for a new article without having to use the mouse. The Vector (2022) skin has this feature, but it only works when the browser window is a certain minimum size. For example, it doesn&#039;t work (= inputting the shortcut does nothing) when the browser window is less than ~75% the width of my monitor. But if I increase the window size to ~80% of monitor width or maximize the window, it works. In the Vector legacy (2010) skin, the keyboard shortcut works at any browser window size.&lt;br /&gt;
&lt;br /&gt;
Please give Vector (2022) the same Ctrl-Shift-F keyboard shortcut working functionality at all browser window sizes that Vector legacy (2010) has. &lt;br /&gt;
&lt;br /&gt;
-[[User:Ripsky4501|Ripsky4501]] ([[User talk:Ripsky4501|talk]]) 19:36, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Visibility of Wikipedia search field ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Following content copied from https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(proposals), as advised.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Invariably the first thing I want to do after landing at the Wikipedia home page is search for the article that I want to look at. I think it would be sensible to make the search field permanently visible. There is already room there at the top of the page, and although only a click away, it seems unnecessary to have to click on the magnifier. Why not just have the field there ready to type into? Am I right in thinking that it used to be that way? I wonder why it was changed. [[Special:Contributions/2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E]] ([[User talk:2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|talk]]) 19:53, 8 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I think the magnifying glass only appears when the window is narrower than some threshold (looks like about 1100 px).  I&#039;m not sure why they do that; there&#039;s plenty of space left at all but the most extremely narrow widths to allow for a full search box.  But in any case, this is really a Vector 2022 skin issue, not something enwiki has any direct control over.  Perhaps ask on [[metawiki:Talk:Reading/Web/Desktop Improvements|meta:Talk:Reading/Web/Desktop Improvements]]? [[User:RoySmith|RoySmith]] [[User talk:RoySmith|(talk)]] 20:04, 8 September 2024 (UTC)&lt;br /&gt;
:: You&#039;re right, it&#039;s dynamically controlled. I didn&#039;t realise that. When I lower the browser zoom level the search field becomes visible. It seems to me that all that needs to be done is adjust the &amp;quot;trigger&amp;quot; level at which it is displayed, so it is only suppressed when there is &amp;quot;obviously&amp;quot; not enough room to type a search query. [[Special:Contributions/2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E]] ([[User talk:2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|talk]]) 20:32, 8 September 2024 (UTC)&lt;br /&gt;
::: Yes, but to repeat what I said earlier, this is not anything that is under the control of enwiki.  This is a feature of the [[:en:Vector 2022|Vector 2022 skin]], which is under the control of the Wikimedia Foundation web team and best discussed at [[metawiki:Talk:Reading/Web/Desktop Improvements|meta:Talk:Reading/Web/Desktop Improvements]]. [[User:RoySmith|RoySmith]] [[User talk:RoySmith|(talk)]] 20:50, 8 September 2024 (UTC)&lt;br /&gt;
:::: Page does not exist / link does not work, though actually I see now that there is another link there pointing to the correct page. [[Special:Contributions/2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E]] ([[User talk:2A00:23C8:7B0C:9A01:8A7:5D88:5F57:107E|talk]]) 21:03, 8 September 2024 (UTC)&lt;br /&gt;
: We&#039;ve been getting an influx of questions over this at places like the English Wikipedia&#039;s [[:en:WP:HELPDESK|help desk]] and [[:en:WP:TEAHOUSE|Teahouse]]. Was there a recent skin update, WMF staff? I suppose my real question here is:&amp;lt;br&amp;gt;&#039;&#039;&#039;Is there a link to a changelog&#039;&#039;&#039;? [[User:Tenryuu|Tenryuu]] ([[User talk:Tenryuu|talk]]) 15:39, 10 September 2024 (UTC)&lt;br /&gt;
::{{reply to|Tenryuu}} There’s an overly detailed change log called [[phab:source/Vector/history/master/|Git history]]. I don’t know of a less detailed (and thus more usable) change log. —[[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 21:33, 10 October 2024 (UTC)&lt;br /&gt;
:What type of mobile Wikipedia landing page are you talking about? The web or the app? [[User:Progamer15|Progamer15]] ([[User talk:Progamer15|talk]]) 20:08, 21 November 2024 (UTC)&lt;br /&gt;
::just realized that this is the wrong topic [[User:Progamer15|Progamer15]] ([[User talk:Progamer15|talk]]) 20:08, 21 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== User icons ==&lt;br /&gt;
&lt;br /&gt;
User icons do not show up at top right of the page. Please look [https://tr.wikipedia.org/wiki/Kullan%C4%B1c%C4%B1:Akil13?useskin=vector2022 here] --[[User:Superyetkin|Superyetkin]] ([[User talk:Superyetkin|talk]]) 16:42, 13 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Severe mobile usability issues with Vector-2022 ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure when it happened other than it must have been some time after February 1st, 2024, though there seems to be a pretty severe usability issue with mobile devices that use some aspect ratios. &lt;br /&gt;
&lt;br /&gt;
Testing was done with responsiveness dev tools in Firefox to emulate a mobile using 858px height and the &amp;quot;Mozilla/5.0 (Linux; Android 10; SM-G988U) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/87.0.4280.66 Mobile Safari/537.36-481&amp;quot; user agent. My Samsung Galaxy S23 Ultra is 1080x2316 so 400x858 uses its approximate 0.47:1 aspect ratio. Testing was done using the MangoRPG wiki on Miraheze. For reproduction: After setting the resolution to 400x858 with the user agent listed a refresh of the page is necessary for the changes to propagate successfully. Adjust horizontal resolution from there.&lt;br /&gt;
&lt;br /&gt;
Please note that the direct pixel values used are largely irrelevant so long as the aspect ratios are maintained. I believe aspect ratio or percents are used rather than direct px values - a good practice in general for compatibility. Direct values will be given however with the test setup so it is easy to reproduce the same results.&lt;br /&gt;
&lt;br /&gt;
With that test setup the following observations were made: After 720px width the icon (img.mw-logo-icon) is zapped. After 500px the space on the left side of the page starts getting eaten into. The mw-page-container shifts to the right as width decreases but the div.vector-header-container does not - that&#039;s what all the logo stuff is contained in which has the ☰ hamburger menu, icon, and wiki name. The vector-main-menu-landmark (☰ hamburger menu) getting removed from the screen at 415x858px. Without the navigation menu the wiki thus becomes unusable. For most users I had test the wiki on mobile devices, the ☰ was at least half cut off for all testers which cuts off a portion of the actual navigation when it is used, harming usability even then. The ellipses (...) menu is also cut off of the screen and text cuts off of the screen along with the header if using MRHeader|header or even a level 5 header as they do not wrap for some reason. Shrinking the page or scrolling to the right one can see the cut off text and ellipses menu but scrolling to the left for the ☰ hamburger menu is impossible.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve attempted to fix it with a custom CSS for the Vector-2022 skin but I&#039;m sadly not an advanced enough user to do so successfully.&lt;br /&gt;
&lt;br /&gt;
Circa February of 2024 the ☰ hamburger menu, logo icon, and wiki name would display without being cut off on mobile devices at 1080x2316 resolution (0.47:1 aspect ratio). I&#039;m not sure what was done to break it as I&#039;m not sure where the changelog even is.&lt;br /&gt;
&lt;br /&gt;
For functionality I recommend that the ☰ hamburger menu should never be be able to be hidden off the left side of the screen similar to how mw-page-container shifts along with its padding regardless of aspect ratio or resolution and if there&#039;s space for it the logo icon should display - I can&#039;t think of any device that couldn&#039;t display a 50x50px icon and smaller ☰ menu. The wiki name (mw-logo-wordmark) should also display if possible. On one line if it can without obstructing the top right menus such as search, ..., and notifications; otherwise wrapping.&lt;br /&gt;
&lt;br /&gt;
-[[User:TiffyWiki|TiffyWiki]] ([[User talk:TiffyWiki|talk]]) 00:19, 22 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Update - I managed to fix it on my end after determining the cause.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
/* no erasing ☰ */&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-button-flush-left {&lt;br /&gt;
    margin-left: 20px !important;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
/* no erasing logo */&lt;br /&gt;
.mw-logo-icon {&lt;br /&gt;
  display: block !important;&lt;br /&gt;
}&lt;br /&gt;
/* no ... going off screen */&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-user-links.vector-user-links-wide {&lt;br /&gt;
    margin-right: 35px !important;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can probably discern from this what the cause was. But here are the offenders:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
@media (min-width: 720px) {&lt;br /&gt;
  .mw-logo-icon {&lt;br /&gt;
    display: block;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-button-flush-right {&lt;br /&gt;
    margin-right: -12px;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
@media screen and (max-width: 999px) {&lt;br /&gt;
  .vector-button-flush-left {&lt;br /&gt;
    margin-left: -12px;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I of course recommend correcting these for usability.&lt;br /&gt;
&lt;br /&gt;
-[[User:TiffyWiki|TiffyWiki]] ([[User talk:TiffyWiki|talk]])&lt;br /&gt;
&lt;br /&gt;
== Issue with &amp;quot;tabelle-kopf-fixiert&amp;quot; in German Wikipedia ==&lt;br /&gt;
&lt;br /&gt;
Vector-2022 does not work with tables in German Wikipedia of:&lt;br /&gt;
&lt;br /&gt;
class=&amp;quot;wikitable sortable tabelle-kopf-fixiert&amp;quot;&lt;br /&gt;
&lt;br /&gt;
See: https://de.wikipedia.org/wiki/Diskussion:Der_Sonntags-Stammtisch#tabelle-kopf-fixiert &lt;br /&gt;
&lt;br /&gt;
Looks like the issue is already getting discussed here as well:&lt;br /&gt;
&lt;br /&gt;
https://de.wikipedia.org/wiki/Vorlage_Diskussion:Tabellenstile#tabelle-kopf-fixiert_und_Vector2022&lt;br /&gt;
&lt;br /&gt;
- [[User:Berny68|Berny68]] ([[User talk:Berny68|talk]]) 04:57, 21 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Screen Real Estate ==&lt;br /&gt;
&lt;br /&gt;
The new format on Desktop improves on certain aspects, but overcorrects certain others. Previously, the lines in articles were too long, that&#039;s true, but now they are too short. When reading articles, 66% of my monitor is blank white space from the right and the left. Somewhere between the old format and new is a happy middle ground. Maybe since the site already gives users the option to adjust text size, they can also be given the ability to adjust the margins? [[User:GaDub|GaDub]] ([[User talk:GaDub|talk]]) 03:08, 6 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:GaDub|GaDub]]: Hello, you can [[Reading/Web/Desktop Improvements/Features/Limiting content width|read this page]] to know more the detail and design reason behind limited width feature. You can also share your ideas by submitting wishes to the [[m:Community Wishlist|Community Wishlist]]. Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 05:28, 9 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Can Wikipedia&#039;s &amp;quot;wide mode&amp;quot; be back? ==&lt;br /&gt;
&lt;br /&gt;
Unless I am missing on some settings that change where the text and GUI windows should wrap n&#039; stuff [[User:Slaythe|Slaythe]] ([[User talk:Slaythe|talk]]) 06:42, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Update: Limited width mode seems to be bugged? [[User:Slaythe|Slaythe]] ([[User talk:Slaythe|talk]]) 06:47, 22 November 2024 (UTC)&lt;br /&gt;
::Another update: it went back to wide width. I guess what&#039;s needed is to close Wikipedia and then reenter. [[User:Slaythe|Slaythe]] ([[User talk:Slaythe|talk]]) 07:02, 22 November 2024 (UTC)&lt;br /&gt;
:@[[User:Slaythe|Slaythe]] Hello, you can follow [[En:Wikipedia:Vector 2022#How to expand the width of the new skin|this instruction]] to change the content width. Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 09:21, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 通过颜色区分有无内链 ==&lt;br /&gt;
使用旧版Vector或其他皮肤复制带有内链（2个或以上）的一段话时，在带格式粘贴的句子中有内链的字词和普通字词是不同的颜色，而使用Vector 2022复制粘贴则会显示同种颜色。请问在使用Vector 2022时怎么得到前者的效果？[[User:Scorpio2001|Scorpio2001]] ([[User talk:Scorpio2001|talk]]) 00:34, 23 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Feature request: expand table of contents ==&lt;br /&gt;
&lt;br /&gt;
Hello. Can you consider adding a &amp;quot;expand/collapse&amp;quot; button in table of contents to show/hide all section titles of or below the second level (and maybe a feature to remember the last choice of status)? A motivation is that in some article the table of contents looks so simple [https://ko.wikipedia.org/w/index.php?title=%EC%9D%B4%EC%B0%A8_%ED%98%95%EC%8B%9D&amp;amp;oldid=38325548]. [[User:慈居|慈居]] ([[User talk:慈居|talk]]) 03:29, 19 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wikidata Skin Feature Missing ==&lt;br /&gt;
&lt;br /&gt;
In Wikidata, only the Vector Legacy skin seems to show a box of wikipedia links on the right side of the entries - an unfortunate limitation:&lt;br /&gt;
[[File:Wikidata wikipedia links.png|thumb]]&lt;br /&gt;
[[User:Xerus2000|Xerus2000]] ([[User talk:Xerus2000|talk]]) 07:22, 19 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:New Vector also shows them on the right if you set its &#039;&#039;Width&#039;&#039; setting to &#039;&#039;Wide&#039;&#039; (and you have a wide enough screen). —[[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 22:18, 20 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sticky header gone after upgrading to MW 1.43 ==&lt;br /&gt;
&lt;br /&gt;
I upgraded from MW 1.42.3 to 1.43 and now the nice sticky header is gone, only the sticky TOC remains. How can I get it back? I&#039;m using the stock Vector-2022 skin. I see it also affects 1.44. [[User:Tactica|Tactica]] ([[User talk:Tactica|talk]]) 01:18, 29 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Never mind, I was using 100% magnification in the web browser and the sticky header disappears when going past 90%. [[User:Tactica|Tactica]] ([[User talk:Tactica|talk]]) 04:46, 21 January 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Empty space at page sides ==&lt;br /&gt;
On the left side of left vertical navigation and right side of right vertical navigation there is a lot of empty space even when using &amp;quot;wide&amp;quot; mode. Is there a way to use that space e.g. reducing margins between navigation and browser window further? One of the grievances of users is how narrow the new layout is. [[User:Ipr1|Ipr1]] ([[User talk:Ipr1|talk]]) 15:18, 11 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hey @[[User:Ipr1|Ipr1]], thanks for coming here to ask this question. I&#039;m afraid the issue is subjective. It depends on the size and resolution of the screen, script, personal taste and expectations, etc. All in all, for now, personal CSS modification is the way to go. We aren&#039;t planning on making the interface denser. [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 15:15, 12 February 2025 (UTC)&lt;br /&gt;
::Hmm.. There is the &amp;quot;wide&amp;quot; and &amp;quot;narrow&amp;quot; mode in Vector 2022, which changes something in the edges. Could there be a &amp;quot;widest&amp;quot; setting also so the last part of margins is avoided like in older layouts? I am thinking about situations where people have small laptop screens with limited display space available. [[User:Ipr1|Ipr1]] ([[User talk:Ipr1|talk]]) 06:17, 13 February 2025 (UTC)&lt;br /&gt;
:::I mean, we really don&#039;t have any plans for introducing such options :/ We are working on [[Reading/Web/Content Discovery Experiments/Simple Article Summaries|Simple Article Summaries]] now. Perhaps if you could share links to places where people talk about this problem, we would be able to understand the context better and suggest the possible solutions. [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 19:25, 14 February 2025 (UTC)&lt;br /&gt;
::::Some people simply switched over to older layout (in Finnish: [https://fi.wikipedia.org/wiki/Wikipedia:Kahvihuone_(tekniikka)#Onko_t%C3%A4%C3%A4_uusi_ulkoasu_optimoitu_mobiilille?_Kovin_on_kapea_ja_ikoniriippuvainen]). Another problem mentioned was that menus started using symbols (picture icons) instead of simple and clear text. [[User:Ipr1|Ipr1]] ([[User talk:Ipr1|talk]]) 06:42, 15 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wiki logo ==&lt;br /&gt;
&lt;br /&gt;
Please bring back the wiki logo in Vector 2022 skin. The logo is present in the Vector legacy skin, but not in the new one. https://imgur.com/a/hzwrScy [[User:ThatRandomToast|ThatRandomToast]] ([[User talk:ThatRandomToast|talk]]) 07:38, 17 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:ThatRandomToast|ThatRandomToast]]: You need to configure your wiki to set the appropriate logo in your wiki&#039;s &amp;lt;code&amp;gt;LocalSettings.php&amp;lt;/code&amp;gt; file. See [[Manual:FAQ#How do I change the logo?]] for what you need to set – modern skins like Vector-2022 use the &#039;&amp;lt;code&amp;gt;icon&amp;lt;/code&amp;gt;&#039; value. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 17:04, 17 February 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [BUG VECTOR 2022]: in edit mode typing doesn&#039;t work ==&lt;br /&gt;
&lt;br /&gt;
I switched to vector 2022 and cannot type anymore in the edit source code mode.&lt;br /&gt;
&lt;br /&gt;
Browser: Mozilla Firefox 135.0.1 (64-Bit)&lt;br /&gt;
&lt;br /&gt;
System:&lt;br /&gt;
&lt;br /&gt;
Operating System: Manjaro Linux &lt;br /&gt;
&lt;br /&gt;
KDE Plasma Version: 6.2.5&lt;br /&gt;
&lt;br /&gt;
KDE Frameworks Version: 6.10.0&lt;br /&gt;
&lt;br /&gt;
Qt Version: 6.8.2&lt;br /&gt;
&lt;br /&gt;
Kernel Version: 6.12.12-2-MANJARO (64-bit)&lt;br /&gt;
&lt;br /&gt;
Graphics Platform: X11 [[User:Der Älteste|Der Älteste]] ([[User talk:Der Älteste|talk]]) 22:58, 2 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks @[[User:Der Älteste|Der Älteste]]. Would it be possible for you to check if this also happens in different skins and/or without your personalization enabled? To preview how it would work without your personalization enabled, add &amp;lt;code&amp;gt;&amp;amp;safemode=1&amp;lt;/code&amp;gt; to the URL in the editing mode. To preview different skins, add for example &amp;lt;code&amp;gt;&amp;amp;useskin=monobook&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;amp;useskin=timeless&amp;lt;/code&amp;gt;.&lt;br /&gt;
:I hope the source code will be working in some of these cases, which would mean that the problem isn&#039;t due to Vector 2022. The skin shouldn&#039;t be interfering with the editing mode at all, and really rarely do we hear about problems similar to yours.&lt;br /&gt;
:Thanks! [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 09:37, 3 March 2025 (UTC)&lt;br /&gt;
::Works now, I don&#039;t have any idea why it didn&#039;t work yesterday. [[User:Der Älteste|Der Älteste]] ([[User talk:Der Älteste|talk]]) 18:32, 3 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to make non-article content greyish ==&lt;br /&gt;
&lt;br /&gt;
I remember that there was a Zebra prototype testing that made non-article content greyish in background color. I liked that. It is somewhat similar to the 9th proposal at [[Reading/Web/Desktop Improvements/Fifth prototype testing#Borders and backgrounds]]. What is the CSS code for this? I want that scheme. Thanks! &amp;amp;#8212;&amp;amp;#8205;[[User:CX Zoom|CX Zoom]] &amp;lt;abbr title=&amp;quot;en-English, hi-हिंदी, bn-বাংলা&amp;quot;&amp;gt;(A/अ/অ)&amp;lt;/abbr&amp;gt; ([[User talk:CX Zoom|let&#039;s talk]]&amp;amp;#124;[[Special:Contributions/CX Zoom|contribs]]) 19:08, 16 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hey @[[User:CX Zoom|CX Zoom]]! [https://di-content-separation.web.app/Moss Here&#039;s Zebra], and the color is #f8f9fa. You could also take a look at the [https://doc.wikimedia.org/codex/latest/design-tokens/color.html background colors palette] for some other options. Unfortunately, I can&#039;t give you the exact code to copy and paste because we didn&#039;t incorporate all of Zebra into the skin. So we don&#039;t have anything handy to copy from. The quick solution would be to ask on Discord. Cheers, [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 01:29, 17 March 2025 (UTC)&lt;br /&gt;
::Thank you very much! &amp;amp;#8212;&amp;amp;#8205;[[User:CX Zoom|CX Zoom]] &amp;lt;abbr title=&amp;quot;en-English, hi-हिंदी, bn-বাংলা&amp;quot;&amp;gt;(A/अ/অ)&amp;lt;/abbr&amp;gt; ([[User talk:CX Zoom|let&#039;s talk]]&amp;amp;#124;[[Special:Contributions/CX Zoom|contribs]]) 18:44, 17 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New sidebar not showing after activating Vector 2022 ==&lt;br /&gt;
I recently enabled Vector 2022 in my [https://erftstadtwiki.de/wiki/Hauptseite local city wiki]. However, the main menu sidebar does not change to the new layout and the toolbox is also not moved to the right sidebar. I&#039;m a bit lost on what&#039;s going wrong here... My changes to Common.css should not have an impact as far as I can see. Using MW 1.39, fresh download of the Vector skin. Maybe someone has an idea how to fix this. Thanks in advance! --[[User:GeroO|GeroO]] ([[User talk:GeroO|talk]]) 09:15, 20 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sticky header for anonymous users ==&lt;br /&gt;
&lt;br /&gt;
Vector 2022 has been deployed a long time ago on many Wikipedias. Yet the sticky header is still available only for registered users. Will it ever get deployed for anonymous users as well? --&#039;&#039;&#039;[[User:Paloi Sciurala|&amp;lt;span style=&amp;quot;color: #137c1a;&amp;quot;&amp;gt;Paloi Sciurala&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; ([[User talk:Paloi Sciurala|&amp;lt;span style=&amp;quot;color: #025b14;&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;small&amp;gt;｜&amp;lt;/small&amp;gt;[[Special:Contributions/Paloi Sciurala|&amp;lt;span style=&amp;quot;color: #025b14;&amp;quot;&amp;gt;contribs&amp;lt;/span&amp;gt;]]) 16:03, 21 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hey @[[User:Paloi Sciurala|Paloi Sciurala]], thanks for the question.&lt;br /&gt;
:Right now, it&#039;s difficult to tell. We aren&#039;t focusing on tweaking the skin. Instead, this year, our focus is on [[Readers/2024_Reader_and_Donor_Experiences#31|Content Discovery]].&lt;br /&gt;
:We are also talking about the plan for the next year, and our part there is [[m:Wikimedia_Foundation_Annual_Plan/2025-2026/Product_%26_Technology_OKRs#Consumer_Experiences_(WE3)|Consumer Experiences (WE3)]]. Maybe (but this is just my take) such tweaks could be made part of the Key result WE3.3 (and 3.2, if we add the Donate button there, too). I&#039;d like to encourage you to [[m:Talk:Wikimedia_Foundation_Annual_Plan/2025-2026/Product_%26_Technology_OKRs#Consumer_Experiences_(WE3)|comment on the draft plan on Meta]]. Many people from the Foundation will see there that community members are asking about it, and they may get inspired.&lt;br /&gt;
:Thank you! [[User:SGrabarczuk (WMF)|SGrabarczuk (WMF)]] ([[User talk:SGrabarczuk (WMF)|talk]]) 09:51, 23 March 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wikipedia lagging at 30 fps ==&lt;br /&gt;
&lt;br /&gt;
So when i was reading an article i noticed something when you click Alerts or Notices it becomes 30 fps and when you go far away from Alerts or notices menu box it becomes normal at 60 fps please fix this&lt;br /&gt;
&lt;br /&gt;
info about browser: Firefox mobile 136 no telemetry uBlock and noscript [[User:Depotadore|Depotadore]] ([[User talk:Depotadore|talk]]) 13:21, 26 March 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Reading/Web/Accessibility_for_reading/Reporting/en.wikipedia.org&amp;diff=6884304</id>
		<title>Reading/Web/Accessibility for reading/Reporting/en.wikipedia.org</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Reading/Web/Accessibility_for_reading/Reporting/en.wikipedia.org&amp;diff=6884304"/>
		<updated>2024-12-03T05:10:43Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: /* Tegra dark mode error */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NEWSECTIONLINK__&lt;br /&gt;
{{Center|&#039;&#039;&#039;[[Special:NewSection/{{PAGENAME}}|CREATE A REPORT]]&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
Key: The following emojis in the title mean someone has looked at the feedback and worked out what to do with it.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Caption&lt;br /&gt;
! Icon !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 📢 || User is providing general feedback and it should be reviewed by designer/PM. If the template is legible in dark mode (just bright!) you can also consider it feedback and use this emoji. For popular templates, please consider adding a comment on the talk page when adding this emoji.&lt;br /&gt;
|-&lt;br /&gt;
|❓&lt;br /&gt;
|Report was unclear and we don&#039;t know what to do with it.&lt;br /&gt;
|-&lt;br /&gt;
|✅&lt;br /&gt;
|This has been fixed or reported on wiki.&lt;br /&gt;
|-&lt;br /&gt;
|🐛&lt;br /&gt;
|This is tracked in a bug or a talk page comment (please use the Tracked template).&lt;br /&gt;
|-&lt;br /&gt;
|🤖&lt;br /&gt;
|Concerns a gadget&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Emmanuel_Macron Emmanuel Macron] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Links to other pages turn invisible!!!&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Radiosoul Radiosoul] dark mode error ==&lt;br /&gt;
Hello! I noticed while browsing that [[wikilinks]] in infoboxes are no longer visible with dark mode on. I&#039;ve also observed this issue on several other pages, including [https://en.wikipedia.org/wiki/Keir_Starmer Keir Starmer] and [https://en.wikipedia.org/wiki/Paint_It_Black Paint It Black]. This issue only seems to affect certain infobox parameters (i.e. headings). [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 23:17, 10 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I&#039;ve also noticed similar info box issues: https://en.wikipedia.org/wiki/CPNE1 Almost everything in the infobox on this page is invisible. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 23:41, 10 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[:en:1995_NBA_All-Star_Game|🐛1995 NBA All-Star Game]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Dark mode interferes with the color of the images (in this instance, the illustrations of the uniform colors on the sidebar). In dark mode, the illustrations are the same dark gray shade as the background. In light mode, the proper colors are displayed. &lt;br /&gt;
&lt;br /&gt;
This is a problem for all pages that use this uniform display graphic template, including several other NBA All-Star Game pages, as well as those of many US college basketball teams (both men&#039;s and women&#039;s--e.g.: [https://en.wikipedia.org/wiki/Indiana_Hoosiers_men%27s_basketball| Indiana Hoosiers men&#039;s basketball] and [https://en.wikipedia.org/wiki/UConn_Huskies_women%27s_basketball| UConn Huskies Women&#039;s Basketball]).&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
== [[:en:20th_Century_Studios|📢20th Century Studios]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt; The number of different shades of gray found between the body text, the sidebars, and the extra space on my monitor were distracting. I would much rather all the black is the same.&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Editing while in dark mode was hard on my eyes&lt;br /&gt;
: {{re|Buffalkill}} Hello, could you please explain the issue you are facing? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 10:57, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Algorithmic_efficiency Algorithmic efficiency] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description - difficulty reading &amp;amp; monitor breaking.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I used to have dark mode in wikipedia with custom css however I noticed that having it too dark, made reading it difficult and my monitor was also making faulty vertical lines for some reasons...&lt;br /&gt;
&lt;br /&gt;
Can you &#039;&#039;&#039;&#039;&#039;slightly&#039;&#039;&#039;&#039;&#039; reduce the darkness.&lt;br /&gt;
&lt;br /&gt;
I found this issue generally but first at - [[https://en.wikipedia.org/wiki/Algorithmic_efficiency|Algorithmic_efficiency]]&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Tenka_Sanbun_no_Kei:_Ōmisoka_New_Year&#039;s_Eve_Special Tenka Sanbun no Kei: Ōmisoka New Year&#039;s Eve Special] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode makes the source editor almost unreadable.&amp;lt;blockquote&amp;gt;Possibly relates to syntax highlighting? [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:14, 19 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Spamdexing Spamdexing] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;:&lt;br /&gt;
The coloured bars alongside the warnings at the top of the page display as gray in dark mode.&lt;br /&gt;
&lt;br /&gt;
:This is [[:en:MediaWiki talk:Common.css/to do#Dark mode: metadata]] +- [[phab:T365330]]. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 21:47, 11 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Witch_trials_in_the_Holy_Roman_Empire Witch trials in the Holy Roman Empire] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Skin color is distorted.&lt;br /&gt;
: {{re|HumanBeing240}} Hello, could you please explain the issue you are facing? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 10:58, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/2024_FIVB_Men&#039;s_Volleyball_Challenger_Cup 2024 FIVB Men&#039;s Volleyball Challenger Cup] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [[:en:L-DOPA|🐛L-DOPA]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Infobox and synthesis chemical drawings are black images with transparent background and not visible in dark mode.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/System_of_a_Down System of a Down] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Template:System_of_a_Down&lt;br /&gt;
https://en.wikipedia.org/wiki/Template:MTV_Europe_Music_Award_for_Best_Alternative&lt;br /&gt;
Text of headers of templates in the bottom of page is black and unreadable when background is black. I guess it may be a problem of all templates across whole wiki&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Malatang Malatang] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Part of a series on Chinese cuisine&amp;quot; panel still has a white background, which makes it hard to read&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wikipedia:Administrators&#039;_noticeboard/Incidents Administrators&#039; noticeboard/Incidents] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sections set off with {{tl|tqb}} are illegible on this page, though the examples on the template doc page are fine. See https://en.wikipedia.org/w/index.php?title=Wikipedia:Administrators%27_noticeboard/Incidents&amp;amp;diff=prev&amp;amp;oldid=1233836581 for an example. Thanks.&lt;br /&gt;
&lt;br /&gt;
:This looks fine to me? [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 21:28, 11 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓ [https://en.wikipedia.org/wiki/Dungeness Dungeness] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
If a word is ontop of a map, the word(s) background aren&#039;t transparent, blocking the view of the map.&lt;br /&gt;
&lt;br /&gt;
I found this in the map section for the article about the Dungeness in England.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Struggle_session Struggle session] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The colors of pictures are inverted on my screen.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Billboard_200 Billboard 200] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The Billboard logo has a transparent background, which makes it invisible.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Talk:Lena_Raine Lena Raine] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some boxes on Talk pages are still white.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On chemistry pages, the molecules are made in black and they become very hard to read against the dark mode background.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Severed_Survival Severed Survival] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The table in the Track Listing section in the dark mode behaves as if it is in the light mode, i.e. black letters on white background.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Reducing_sugar Reducing sugar] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Make transparent diagrams with black borders hard to read because the background is dark as well&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Ketosis Ketosis] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Ketone bodies: acetone, acetoacetic acid, and beta-hydroxybutyric acid in the infobox not visibile&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Fall_of_Constantinople Fall of Constantinople] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The [[w:Template:History_of_the_Byzantine_Empire_sidebar|History of the Byzantine Empire sidebar]] has a title &amp;quot;Part of a series on the History of the Byzantine Empire&amp;quot; that is black text on a black background and therefore invisible.&lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;New dark mode text is too bright&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The new experimental dark mode appears to disregard common UX recommendations for dark mode, particularly the default color for text being far too bright.&lt;br /&gt;
&lt;br /&gt;
Specifically, text (#EAECF0) is now significantly brighter compared to the beta version (#DFDEDD), which was more in line with common recommendations for reducing eyestrain. Referencing Material Design&#039;s guidelines for dark themes, they recommend using #DEDEDE (white at 87% opacity), which is more suitable for extended reading sessions. Note how close that text color is to the beta version.&lt;br /&gt;
&lt;br /&gt;
While I would prefer to revert to the beta version until this is resolved, doing so causes a white flash on every page load or refresh. [[User:Daniel Quinlan|Daniel Quinlan]] ([[User talk:Daniel Quinlan|talk]]) 22:12, 11 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Also I have found that &amp;lt;span style=&amp;quot;border:1px solid black; color:#dedede; background-color:#101418; padding:4px 8px&amp;quot;&amp;gt;#dedede&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;border:1px solid black; color:#dfdedd; background-color:#101418; padding:4px 8px&amp;quot;&amp;gt;#dfdedd&amp;lt;/span&amp;gt; seem better than &amp;lt;span style=&amp;quot;border:1px solid black; color:#eaecf0; background-color:#101418; padding:4px 8px&amp;quot;&amp;gt;#eaecf0&amp;lt;/span&amp;gt;. --[[User:ZandDev|ZandDev]] ([[User talk:ZandDev|talk]]) 21:08, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/2024_Indian_general_election 2024 Indian general election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The file [[w:File:Indian_General_Election_2024.svg | 2024 Indian General Election]] in the infobox has black text on a dark grey background. The background should be made light grey in dark mode or the SVG should be swapped out for a version with accessible text.&lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Earth Earth] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[[w: File:Earth_cutaway_schematic-en.svg | File:Earth_cutaway_schematic-en.svg]] and [[w: File:Seasons1.svg |File:Seasons1.svg]] are both SVGs with a transparent background and black text labels on a dark grey background. The labels are not legible. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== [[:en:The_arts|🐛The arts]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The image [[w:File:MozartExcerptK331.svg | File:MozartExcerptK331.svg]] in the music section is black text on a black background. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Human Human] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The image [[w:File:Human.svg | Human.svg]] in the &amp;quot;Gender&amp;quot; section is a black outline on a black background and is not visible. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Planet Planet] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Tables of planetary[[w:https://en.wikipedia.org/wiki/Planet#Symbols| symbols]] images are black lines on a black background and are not visible. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/List_of_Green_Bay_Packers_NFL_Anniversary_All-Time_Team_selections List of Green Bay Packers NFL Anniversary All-Time Team selections] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The use of the dark green custom colours for link titles in [[w:https://en.wikipedia.org/wiki/Template:Green_Bay_Packers|Template:Green_Bay_Packers]] makes them difficult to see on the dark mode background. &lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:Unsolved Unsolved] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This template is utterly broken in dark mode. White text on a white background. Should inherit CSS variables in dark and light mode for colour compatibility. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Mathematics Mathematics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The following images have black labels on a black background that are not visible:&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:Quadratic_formula.svg|Quadratic_formula.svg]]&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:Markovkate_01.svg|Markovkate_01.svg]]&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:IllustrationCentralTheorem.png|IllustrationCentralTheorem.png]]&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:Supply-demand-equilibrium.svg|Supply-demand-equilibrium.svg]]&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:Nuvola_apps_edu_mathematics_blue-p.svg|Nuvola_apps_edu_mathematics_blue-p.svg]]&lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 📢 [https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Compared to the Dark Mode Gadget I&#039;d been using, this beta Dark Mode feature is not as dark. It&#039;s comparatively more grey and not pure black.&lt;br /&gt;
&lt;br /&gt;
Aside from being brighter than I&#039;d like, LED screens turn off the pixels with pure black, so the Dark Mode feature would draw more power than the Dark Mode gadget. (I don&#039;t personally have an LED screen laptop though to really know if it&#039;s pure black to turn off pixels).&lt;br /&gt;
&lt;br /&gt;
2. A **new** error is I now can&#039;t seem to re-enable the Gadget version of Dark Mode, even when I switch the display back to Light Mode or Automatic prior to enabling the gadget. Newly opened pages only briefly (less than a second) show as dark, but then it&#039;s instantly bright.&lt;br /&gt;
&lt;br /&gt;
Short version:&lt;br /&gt;
&lt;br /&gt;
1. Dark Mode is not as dark/black as the Dark Mode Gadget.&lt;br /&gt;
&lt;br /&gt;
2. The Dark Mode gadget cannot seem to be re-enabled after trying the Dark Mode beta feature.&lt;br /&gt;
&lt;br /&gt;
Section of article(s): Global&lt;br /&gt;
&lt;br /&gt;
[[User:BlindingDarkness|BlindingDarkness]] ([[User talk:BlindingDarkness|talk]]) 02:59, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
EDIT/Update: I was able to re-enable the Gadget by clicking &amp;quot;Dark Mode&amp;quot; in the user menu on the top right, where it now shows pure black again. This is after I tried re-enabling it through the Gadget area of Preferences, when it would only briefly show pages in the pure black I prefer before turning bright incorrectly.&lt;br /&gt;
&lt;br /&gt;
[[User:BlindingDarkness|BlindingDarkness]] ([[User talk:BlindingDarkness|talk]]) 03:04, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
In trying to replicate what I did, I noticed the &amp;quot;dark mode&amp;quot; option in the user menu at the top right is not there if the gadget is disabled, so looks like that option is tied to the Gadget and not the new Beta.&lt;br /&gt;
&lt;br /&gt;
Basically, to re-enable the gadget correctly, it has to be done first in the Preferences Gadget area, and then Dark Mode has to be clicked in the user menu at the top right.&lt;br /&gt;
I&#039;ll continue using the Gadget and try the beta again later to see if it&#039;s made darker.&lt;br /&gt;
&lt;br /&gt;
[[User:BlindingDarkness|BlindingDarkness]] ([[User talk:BlindingDarkness|talk]]) 03:11, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:Navbox_musical_artist Navbox musical artist] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&amp;lt;br/&amp;gt;The headers on this template become completely unreadable in dark mode (this includes the name of the artist, names of band members and the icons in the top left). See [https://en.wikipedia.org/wiki/Sultans_of_Swing Sultans of Swing] for an example of this on a mainspace article (the template is at the bottom of the page). Thanks, [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 11:15, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wikipedia:Reliable_sources/Perennial_sources Reliable sources/Perennial sources] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
When I&#039;m trying to read the table where the various sources is, the text in these colored (light red, light green, light yellow/lime?) lines/blocks is light grey/white (I can&#039;t tell...) and is very difficult to read.&lt;br /&gt;
&lt;br /&gt;
The solution would be that these blocks/lines are way more darker colored (in dark mode, if possible), so it is definitely easier on the eyes and definitely easier to read. Hope that helps. I hope I didn&#039;t missed anything I could change. Thanks, [[User:MtrdCtchr|MtrdCtchr]] ([[User talk:MtrdCtchr|talk]]) 12:20, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I&#039;ve flipped [[:en:Wikipedia:Reliable sources/Perennial sources/styles.css]] for dark mode for the primary content. Further adjustment should be requested on the talk page of RSP. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 17:39, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Forceps Forceps] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
backgrounds of images with transparent backgrounds turn black reducing their visibility&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Justin_Woodall Justin Woodall] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Found another infobox that becomes unreadable: https://en.wikipedia.org/wiki/Justin_Woodall&lt;br /&gt;
[[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 18:00, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wyoming_Highway_352 Wyoming Highway 352] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The bottom row of the template: &amp;quot;1.000 mi = 1.609 km; 1.000 km = 0.621 mi&amp;quot; is light grey on white and consequently illegible. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 18:06, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[File:Wikipedia dark mode light color status bar mobile ios.png|thumb|alt=a screenshot from iOS safari browser showing a light status bar when wikipedia is in dark mode]]{{Tracked|T364285}}&lt;br /&gt;
&#039;&#039;&#039;Status bar on iOS Safari is still light color&#039;&#039;&#039;&lt;br /&gt;
This can clash with the overall dark theme and make the rest of the page harder to read.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Template:Infobox_album Infobox album] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
On light mode, the headers on this template are a different colour to the usual white {{small|(See &#039;&#039;[https://en.wikipedia.org/wiki/From_the_Muddy_Banks_of_the_Wishkah From the Muddy Banks of the Wishkah]&#039;&#039;, where the album title and other headers are coloured orange)}}. This helps to distinguish the headers from the other content, and it is color-coded so that particular types of albums (e.g. live albums or soundtrack albums) have differently coloured headers. On dark mode, this feature is non-existent - everything has the same background colour, making it more difficult to distinguish information. Thanks, [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 22:01, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/The_Cat_Empire_discography#Singles The Cat Empire discography § Singles] dark mode error ==&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
The [https://en.wikipedia.org/wiki/Template:N/a N/a] and [https://en.wikipedia.org/wiki/Template:TBA TBA] templates on this page stick out very noticeably, as they are much brighter in colour than the other info in the column. I would recommend making them look a little more subtle. Thanks, [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 23:01, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[:en:Wikipedia:Task_Center|✅Task Center]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&amp;lt;br/&amp;gt;The headers are unreadable in dark mode, as they appear as white text on a white background. [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 00:06, 13 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This one is fixed. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 14:30, 13 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Special:Watchlist Watchlist] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
When companies design a dark mode version of their website, the most important priority is color contrast. The current state of Wikipedia&#039;s dark mode keeps blue text from light mode the same color. However, the shade of blue should be slightly adjusted to contrast enough with the black background to make the text more readable. I&#039;ve linked the watchlist page, which contains a lot of blue text, to demonstrate how it strains the eyes.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/User_talk:Firefangledfeathers Firefangledfeathers] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Wikitext box background is white, should be black, no text is visible.&amp;lt;blockquote&amp;gt;Is this reference to https://en.wikipedia.org/w/index.php?title=Module:Contentious_topics/aware ? [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:14, 19 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 📢Dark mode error ==&lt;br /&gt;
&lt;br /&gt;
Table&#039;s cells with color FFF are hard to read (Maybe make them more dark)&lt;br /&gt;
https://en.wikipedia.org/wiki/List_of_Apple_products,&lt;br /&gt;
https://en.wikipedia.org/wiki/List_of_iPhone_models&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/2024_Russian_presidential_election 2024 Russian presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The Link colors could be a softer/ shade of blue in dark mode, so they don&#039;t so aggressively contrast with the white text. That&#039;s the only issue I&#039;m seeing. The shade of gray works. This applies to the general interface, not just this article.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/File:VisualEditor_Citoid_Manual.png VisualEditor Citoid Manual.png] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T368795}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
I can’t use dark mode unless i am logged in to a Wikipedia account.&lt;br /&gt;
&lt;br /&gt;
== 🐛[[:en:Greek_alphabet|Greek alphabet]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The side panel table showing the full Greek alphabet includes an SVG image file showing &amp;quot;Aα...Ωω&amp;quot;. However, when using dark mode, the text in the image remains black, making it difficult to read against the dark background.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:WelcomeSurvey WelcomeSurvey] dark mode error ==&lt;br /&gt;
{{Tracked|T370079}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 📢🐛 Twinkle dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colours are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Twinkle drop down menus unreadable in dark mode&#039;&#039;&#039; When using the [[w:WP:Twinkle|Twinkle]] gadget for tasks such as warning vandals, I have observed that, with dark mode enabled, the text in drop down menus is nearly unreadable as the text colour has changed to white but the background colour of the dropdown has remained the same white colour. [[User:DigitalChutney|DigitalChutney]] ([[User talk:DigitalChutney|talk]]) 17:22, 14 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:MusikAnimal|MusikAnimal]] [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:26, 17 July 2024 (UTC)&lt;br /&gt;
::Looks like this was fixed? As I understand it, Twinkle uses &amp;lt;code&amp;gt;mw.util.addPortlet&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;mw.util.addPortletLink&amp;lt;/code&amp;gt;, so the styles should be fully controlled by the skin without any changes needed to Twinkle. &amp;lt;span style=&amp;quot;font-family:sans-serif&amp;quot;&amp;gt;&amp;amp;mdash; &amp;lt;span style=&amp;quot;font-weight:bold&amp;quot;&amp;gt;[[User:MusikAnimal|&amp;lt;span style=&amp;quot;color:black; font-style:italic&amp;quot;&amp;gt;MusikAnimal&amp;lt;/span&amp;gt;]] &amp;lt;sup&amp;gt;[[User talk:MusikAnimal|&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; 00:58, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Odetari Odetari] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Some table colours directly contrast the colours of dark mode by using a white, which contradicts the point of dark mode. This is likely an error since it does not contrast the colours of light mode when in light mode.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Contributions Special:Contributions] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
Go to the contributions of a partially-blocked user (pick one [https://en.wikipedia.org/w/index.php?title=Special:BlockList&amp;amp;blockType=partial&amp;amp;wpOptions%5B0%5D=tempblocks here]). The block notice near the top has white text on a yellow background, making it completely unreadable. Site-wide blocks are unaffected. [[User:Rummskartoffel|Rummskartoffel]] ([[User talk:Rummskartoffel|talk]]) 17:48, 14 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This was supposed to be fixed by https://en.wikipedia.org/wiki/MediaWiki_talk:Common.css#Interface-protected_edit_request_on_5_May_2024 so I followed up there. [[User:Jon (WMF)|Jon (WMF)]] ([[User talk:Jon (WMF)|talk]]) 16:53, 15 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢Comment from [[User:GoldMX]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;I&#039;m a huge fan of Dark Mode across all platforms, but some do it better than others...unfortunately, y&#039;all have great intentions but the execution suffers...&amp;quot;garish&amp;quot; is the word that comes to mind...the colour choices for the hyperlinks need rethinking amongst other things, a softer &amp;quot;white&amp;quot; for the text would also be something I&#039;d look at, a light gray perhaps? I know you want to keep to your proven theme, but a rethink beofre just reversing the colour palette would be suggested. Good first effort, needs work though.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/List_of_Mac_models List of Mac models] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Light tables and light timelines.&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
: {{re|Odonnellb}} Hello, could you please explain the issue you are facing in detail? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 07:08, 15 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/PDF PDF] dark mode error ==&lt;br /&gt;
{{Tracked|T369391}}&lt;br /&gt;
The {{mono|.flaggedrevs-color-1}} sets light background without changing text colour, so the revision history of an article with pending changes protection is completely illegible in the dark mode. Pending and unreviewed are probably affected too.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Wikipedia:Community_portal Community portal] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The signpost is still in light mode and the help out titles are still in light mode&lt;br /&gt;
* Fixed the signpost box. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 02:20, 18 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Chroma_subsampling Chroma subsampling] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The black text of the first image which is transparent is hard to read.&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370454}}&lt;br /&gt;
&#039;&#039;&#039;Tip popup after confirming my e-mail for my account is still in light mode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The text says: &amp;quot;Welcome to your homepage! You can always click on your username to return here. ...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Hexadecimal Hexadecimal] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Dark mode incompatible with alpha channel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Hexadecimal has the &amp;quot;Bibi-binary&amp;quot; image and the &amp;quot;Ronald...&amp;quot; image that are just all black in dark mode. This has been very common since the advent of the Dark Reader plugin (and similar) and can be fixed by making the background for all images off-white, or automatically &amp;quot;flattening&amp;quot; the alpha channel from all images.&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Special:InvalidateEmail/3c0192d958d6e0a239d96f5ed2a45d78 InvalidateEmail/3c0192d958d6e0a239d96f5ed2a45d78] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Lists_of_political_office-holders_in_the_Protectorate_of_Bohemia_and_Moravia Lists of political office-holders in the Protectorate of Bohemia and Moravia] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Most table contents are invisible, except for the header and marked rows.&lt;br /&gt;
: https://en.m.wikipedia.org/wiki/Template:Officeholder_table_start [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:25, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Kuratowski_closure_axioms Kuratowski closure axioms] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
At https://en.wikipedia.org/wiki/Kuratowski_closure_axioms#Definition, the backgrounds of the boxes are white, and the text is black. Furthermore, the equations are impossible to see.&lt;br /&gt;
&lt;br /&gt;
== ❓[[https://en.wikipedia.org/wiki/List_of_countries_by_total_fertility_rate List of countries by total fertility rate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
there area little bug when you editing a value of country , pay attention&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/File:Screenshot_of_Google_Sites_editing.png Screenshot of Google Sites editing.png] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
White text in the template is unreadable with a light purple background.&lt;br /&gt;
&lt;br /&gt;
: https://en.m.wikipedia.org/w/index.php?title=Template:Non-free_use_rationale [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:24, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
When I switch to dark mode in my login in English Wikipedia, it does not replicate the dark mode in other languages.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/The_Righteous_Gemstones The Righteous Gemstones] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In &amp;quot;Episodes&amp;quot; section, episode title rows display as dark text on a white background, which is very jarring against the otherwise dark mode screen.&lt;br /&gt;
&lt;br /&gt;
: Needs reporting to https://en.m.wikipedia.org/wiki/Template_talk:Episode_list [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:21, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Contents/Portals Contents/Portals] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Light on light tables, nearly unreadable&lt;br /&gt;
: Fix to https://en.m.wikipedia.org/wiki/Wikipedia:Contents/styles.css is required. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:19, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Jadwiga_of_Poland Jadwiga of Poland] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main picture on this page is black on black until you click on it. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 00:07, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Homotopy_lifting_property Homotopy lifting property] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
	&lt;br /&gt;
Instructions&lt;br /&gt;
	&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
	&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
	&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
In the formal definition section, the commutative diagram is difficult to read, since the arrows and text in the diagram and the background are both black. This only occurs on the browser version of the wiki page; on the mobile app version, the background of the commutative diagram is white, while the text in the diagram is black, and the background of the entire page is black with white text. &lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
I think a better fix would be to make the text in the commutative diagram white, if possible.&lt;br /&gt;
: This old entry from July 13 was blocked by an abuse filter. I&#039;ve rescued it from the logs. [[User:Pppery|* Pppery *]] [[User talk:Pppery|&amp;lt;sub style=&amp;quot;color:#800000&amp;quot;&amp;gt;it has begun&amp;lt;/sub&amp;gt;]] 05:10, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Phase-change_memory Phase-change memory] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 🤖📢 [https://en.wikipedia.org/wiki/Cosmetics Cosmetics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The link colour of the “improve this section” text in the “Globalize section” template is too dark when in dark mode. This is however only when logged in, and I am using gadgets like Twinkle which might cause it. &lt;br /&gt;
&lt;br /&gt;
I can make a screenshot, I wasn’t sure if I am allowed to just straight upload to MediaWiki.org or if I have to upload it to something like imgur?&lt;br /&gt;
&lt;br /&gt;
I forgot how to properly test and disable gadgets and other beta functions easily, so feel free to ignore this report. It does happen with all browser plugin disabled on both Firefox and Safari, as long as I am logged in. [[User:Cepeli|Cepeli]] ([[User talk:Cepeli|talk]]) 19:07, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢🐛 [https://en.wikipedia.org/wiki/Oblique_projection Oblique projection] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the section &amp;quot;Military projection&amp;quot; / &amp;quot;Examples&amp;quot;, the SVG graphics are displayed in an unreadable way, everything is very dark, practically unreadable. Opening only the graphics allows to see it properly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Additional (general) note&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The text in the dark mode is too bright (probably pure white), it hurts the eyes.&lt;br /&gt;
&lt;br /&gt;
IMHO, for comfortable reading in a dark environment (as the dark mode is meant mostly for that), the text should be light grey (not too dark either!). With pure white, the contrast is way too strong, not comfortable for the eyes.&lt;br /&gt;
&lt;br /&gt;
I understand there are some options to customize it, but maybe balancing it slightly better by default &lt;br /&gt;
is worth considering.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BIG THANKS!!!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THUMBS UP FOR THE DARK MODE IN WIKIPEDIA!!!! AT LAST!!!&lt;br /&gt;
I was waiting for this for YEARS, wondering when finally Wikipedia devs will stop confusing computer screen with paper (as is the case of majority of applications since Microsoft Word entered the scene and everyone followed...).&lt;br /&gt;
&lt;br /&gt;
I was forced to use resource consuming &amp;quot;Dark mode&amp;quot; plugin to be able to read the articles.&lt;br /&gt;
&lt;br /&gt;
As for me you can abandon the &amp;quot;light mode&amp;quot; and help people save their eyes (though probably it must be kept for those reading Wikipedia on the beach, in the desert, while skiing etc. ;-)&lt;br /&gt;
&lt;br /&gt;
Thank you for the effort providing the Dark mode in Wikipedia!&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Miguel_Zambrano Miguel Zambrano] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Sport wrestling symbol in the stub template is black on black, invisible.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Template:Conservation_status Conservation status] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Labels of conservation status shorthand dark grey on black, nearly unreadable.&lt;br /&gt;
&lt;br /&gt;
==🐛[https://en.wikipedia.org/wiki/Diffusion_equation Diffusion equation] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The equations are white text on a white background and therefore impossible to read.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Council/Directory WikiProject Council/Directory] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Project directory forces light mode&lt;br /&gt;
* This is more or less fixed. Inputbox allows a manual color to be added with wikitext like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;inputbox&amp;gt;bgcolor=white&amp;lt;/inputbox&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; which should probably have a dark mode workaround. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 02:30, 18 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Tahoma_(typeface) Tahoma (typeface)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In the infobox, every link shows up as unclicked blue links, whether the page has been clicked on or doesn&#039;t exist.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/The_Ashes The Ashes] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode is too dark and the white text bleeds, the dark background should be more like grayish and not  pitch black&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Cathy_Freeman Cathy Freeman] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;doesn’t work all the time&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Watchlist Watchlist] dark mode error ==&lt;br /&gt;
{{Tracked|T370423}}&lt;br /&gt;
--[[User:Trương Mạnh Dinh|Trương Mạnh Dinh]] ([[User talk:Trương Mạnh Dinh|talk]]) 06:21, 18 July 2024 (UTC)&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Epping_railway_station,_Sydney Epping railway station, Sydney] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;Services to&amp;quot; are too dark in the infobox.&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/User:JMGN JMGN] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
: {{re|Cevap86}} Hello, could you please explain the issue you are facing in detail? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:58, 19 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Category:Redirects_from_shortcuts Redirects from shortcuts] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Category:Pending_AfC_submissions Pending AfC submissions] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[[w:en:&lt;br /&gt;
Wikipedia:Article alerts/Bot use warning]] if transcluded onto that page, but the font color is not white.&amp;lt;blockquote&amp;gt;Issue with Cmbox, specifically html.skin-theme-clientpref-night .mw-parser-output .cmbox [[User:Jon (WMF)|Jon (WMF)]] ([[User talk:Jon (WMF)|talk]]) 17:40, 19 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Froude_number Froude number] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
See the section &amp;quot;Definition and main application.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Froude_number#Definition_and_main_application&lt;br /&gt;
&lt;br /&gt;
Equations in the green boxes are not readable. They switch to black text. The white page background flips to black. But the light green stays the same, so you get white on light green.&lt;br /&gt;
&lt;br /&gt;
Fix idea: these math symbols need to not flip from black to white. Either manually (some flag set by wiki editor) or automatically (never flip if it&#039;s in a box with manually set background).&lt;br /&gt;
&lt;br /&gt;
I don&#039;t know how to achieve the fix.&lt;br /&gt;
&lt;br /&gt;
--[[User:Officiallyover|Officiallyover]] ([[User talk:Officiallyover|talk]]) 18:30, 19 July 2024 (UTC). [https://en.wikipedia.org/wiki/User_talk:Officiallyover Wikipedia talk page].&lt;br /&gt;
&lt;br /&gt;
:We&#039;re discussing this here: https://en.wikipedia.org/wiki/Template_talk:Equation_box_1#Dark_mode [[User:Jon (WMF)|Jon (WMF)]] ([[User talk:Jon (WMF)|talk]]) 18:40, 19 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/CrowdStrike CrowdStrike] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Color of the links&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Great to see the dark mode on Wikipedia, however the color of the links in dark mode can be difficult to read. Here are potential improvements could be done in terms of accessibility:&lt;br /&gt;
* &#039;&#039;&#039;Increase the contrast ratio between text and background:&#039;&#039;&#039; The color of the links should be a brighter color that contrasts more with the background color.&lt;br /&gt;
* &#039;&#039;&#039;Use a different color for visited links:&#039;&#039;&#039; If you are going to update the color of links, please assure to update the color of visited links as well, which currently is dark purple, which is even more difficult to see against the dark background.&lt;br /&gt;
Thanks for the efforts --[[User:Mehran|Mehran]] ([[User talk:Mehran|talk]]) 23:15, 19 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Toys_(film) Toys (film)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Under the section &amp;quot;Soundtrack&amp;quot;, the dark mode settings do not adjust on the table used in this section.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Wikipedia:Protection_policy Protection policy] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;Are you in the right place?&amp;quot; boxes below are white&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/List_of_MythBusters_episodes List of MythBusters episodes] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The tables are not in dark mode.&lt;br /&gt;
&lt;br /&gt;
== ❓️[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dark mode is not turned on when the settings are saved.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I tried to open up a dark mode in the settings, but when I clicked save, &#039;&#039;It switched back to light mode!&#039;&#039;&lt;br /&gt;
I have no idea what happened. This bug only exists in [https://en.wikipedia.org/ the classic version] but not in [https://en.m.wikipedia.org/ this version.]&lt;br /&gt;
&lt;br /&gt;
This is a but that &#039;&#039;&#039;needs&#039;&#039;&#039; to be fixed.&lt;br /&gt;
&lt;br /&gt;
Lots of love,&lt;br /&gt;
Ayham&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/2A00:F29:248:703C:41EC:97AC:C09F:995A|2A00:F29:248:703C:41EC:97AC:C09F:995A]] 06:45, 20 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Is it possible you are trying to use the gadget? The gadget doesnt work on preferences page for security reasons. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:39, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/List_of_trigonometric_identities List of trigonometric identities] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The background of four tables remains in light colors, making the content unreadable. Here are listed the Sections with a problematic table:&lt;br /&gt;
&lt;br /&gt;
# Angle sum and difference identities&lt;br /&gt;
# Multiple-angle and half-angle formulae (x2)&lt;br /&gt;
# Relation to the complex exponential function&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Definite_matrix Definite matrix] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
in the #Definitions section, the background colour of the Equation boxes is not updated, whereas the text colour is, making white text on a white background, which is not readable&lt;br /&gt;
&lt;br /&gt;
== 🐛Dark mode error on history listings on pages with pending changes protection set ==&lt;br /&gt;
{{Tracked|T369391}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;: Articles with pending changes protection have history entries that are basically unreadable in dark mode. For example, [[:en:Eglinton, County Londonderry]] looks like [https://imgur.com/a/3T030sR this]. It looks like &amp;lt;code&amp;gt;.flaggedrevs-color-1&amp;lt;/code&amp;gt; is set to a specific background color intended for light mode: &amp;lt;code&amp;gt;background-color: #eaf3ff;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Wikipedia:Redirects_for_discussion/Log/2024_July_20 Redirects for discussion/Log/2024 July 20] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
When I go to edit an article, anything that is NOT a link is grey text on white background. --[[User:Jax 0677|Jax 0677]] ([[User talk:Jax 0677|talk]]) 21:49, 20 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:Jax 0677|Jax 0677]]  Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible? Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 03:07, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛  [https://en.wikipedia.org/wiki/Template:Soulfly Soulfly] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
At {{tl|Soulfly}}, the actual link for [[Soulfly]] is an extremely dark grey that is difficult to see on a black background. --[[User:Jax 0677|Jax 0677]] ([[User talk:Jax 0677|talk]]) 22:03, 20 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/MediaWiki_talk:Vector-2022.css#Links_inside_tables Being tracked here] [[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 18:27, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;: It just doesn&#039;t work. Anywhere. On any page&lt;br /&gt;
: {{re|PrinceEKC}} Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 03:12, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Talk:2024_CrowdStrike_incident 2024 CrowdStrike incident] (actually applies to any editable page) dark mode error ==&lt;br /&gt;
{{Tracked|T365311}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Source editing with dark mode and syntax highlighting both on results in plain text having very low contrast with the editing window.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Horsepower Horsepower] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Running English Wikipedia in dark mode, most stuff looks pretty great! I do see some diagrams ending up with low contrast such as this SVG diagram snapshotted on the [[w:Horsepower]] article:&lt;br /&gt;
&lt;br /&gt;
[[File:Dark mode screenshot of horsepower diagram.png]]&lt;br /&gt;
&lt;br /&gt;
The text and markings in the image are solid black on a transparent background, which shows through a dark gray from the infobox in dark mode. This ends up difficult to read.&lt;br /&gt;
&lt;br /&gt;
Long-term ideal fix would be to allow SVGs to use theme-aware colors, but this would require some retooling. --[[User:Brooke Vibber (WMF)|Brooke Vibber (WMF)]] ([[User talk:Brooke Vibber (WMF)|talk]]) 14:53, 21 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Added the phab task [[User:Jon (WMF)|Jon (WMF)]] has been working on which would add a background colour to images in dark mode to catch these black lines on a black background bugs. [[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 18:00, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/2024_Formula_One_World_Championship 2024 Formula One World Championship] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The overall points in the championship table for drivers and teams is coloured black on a black background and as a result it is unreadable&lt;br /&gt;
&lt;br /&gt;
Tracked in [[w:Template_talk:F1_Drivers_Standings|F1_Drivers_Standings]]&lt;br /&gt;
--[[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 17:54, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2024-07-04/In_focus Wikipedia Signpost/2024-07-04/In focus] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On the title &amp;quot;The sign Post&amp;quot; the text gets highlighted as grey. Also the text &amp;quot;With this adminbot script, a user can be blocked for vandalism, spam, inappropriate or promotional username. If the script is used by admin, he could block user, hide his contribs and delete pages, created by him, with a single click. Non-admin can also cancel a block imposed by him.&amp;quot;&lt;br /&gt;
is hard to read, since it&#039;s grey on black.&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical) Village pump (technical)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In dark mode, at {{tl|Soulfly}}, the actual link for [[Soulfly]] is an extremely dark grey that is difficult to see on a black background.   Also, when editing, anything that is NOT a link is grey text on a white background.  It was not this way before.  Does anyone know how to fix this? --[[User:Jax 0677|Jax 0677]] ([[User talk:Jax 0677|talk]]) 21:36, 21 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Hunter_Line Hunter Line] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The box below intercity stations is still in light mode&lt;br /&gt;
&lt;br /&gt;
==📢[https://en.wikipedia.org/wiki/Wikipedia:Sockpuppet_investigations Sockpuppet investigations] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;How to open an investigation:&amp;quot; and the box when you open the section is still in light mode&lt;br /&gt;
&lt;br /&gt;
: feedback for [[en:Template:SPI navigation]] [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:45, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 Report from [[User:Glutnix]] ==&lt;br /&gt;
{{Tracked|T366380}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Dark mode appearance settings from Wikipedia are ignored on https://en.wikipedia.org/wiki/Portal:Current_events, which is linked from the main sidebar on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Cross-entropy Cross-entropy] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
It appears that the display of mathematical expressions such as those in the boxes marked eq 1 and eq 2 are not displayed in dark mode: https://en.wikipedia.org/wiki/Cross-entropy&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Dirac_equation Dirac equation] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The boxed Dirac Equation in section &amp;quot;Covariant form and relativistic invariance&amp;quot; is not properly displayed in dark mode, probably because the box background and equation text are both white.&lt;br /&gt;
&lt;br /&gt;
Tracking on [[w:Template_talk: Equation_box_1|Equation_box_1 ]] --[[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 17:34, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/2024_Formula_One_World_Championship 2024 Formula One World Championship] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black numbers and text on dark grey background in the &amp;quot;points&amp;quot; columns of the charts which show the standings for the drivers and constructor&#039;s championships. Low contrast, poor readability.&lt;br /&gt;
&lt;br /&gt;
Reported bug on template talk page [[w:Template_talk:F1_Drivers_Standings#Dark_mode_error:_points_column_numbers_not_visible|F1_Drivers_Standings]] --[[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 17:33, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/2024_United_States_presidential_election 2024 United States presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode works, but the text remains black, making it impossible to read. This is site-wide for me&lt;br /&gt;
&lt;br /&gt;
[[File:2024 United States presidential election - Screenshot.png|400px]]&lt;br /&gt;
&lt;br /&gt;
-- [https://en.wikipedia.org/wiki/User:TattooedLeprechaun Wikipedia:TattooedLeprechaun] ([https://en.wikipedia.org/wiki/User_talk:TattooedLeprechaun talk]) 13:47, 22 July 2024 (UTC+1/IST)&lt;br /&gt;
&lt;br /&gt;
: I can&#039;t reproduce this. Is it possible that you have local CSS enabled for your profile or a gadget enabled that could be creating the issue? - [[User:JScherer-WMF |JScherer-WMF]]&lt;br /&gt;
:: ping {{re|TattooedLeprechaun}} --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:01, 22 July 2024 (UTC)&lt;br /&gt;
:: {{re|JScherer-WMF}} Furthermore, you can type four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) to add the [[:en:WP:Signatures|signatures]].  --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:01, 22 July 2024 (UTC)&lt;br /&gt;
:::Thanks! [[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 17:32, 22 July 2024 (UTC)&lt;br /&gt;
::::I think it was just a glitch with Dark mode. It seems to have fixed itself now. {{re|JScherer-WMF}} Apologies. [[User:TattooedLeprechaun|TattooedLeprechaun]] ([[User talk:TattooedLeprechaun|talk]]) 12:42, 20 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==🐛 Suggested edit popup dark mode error ==&lt;br /&gt;
{{Tracked|T369588}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Suggested edits pop-up is not dark mode compatible. Pop up appeared after I made an edit.&lt;br /&gt;
[[User:Kabelsalat22|Kabelsalat22]] ([[User talk:Kabelsalat22|talk]]) 17:38, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Help:Cheatsheet Cheatsheet] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
https://en.wikipedia.org/wiki/Help:Cheatsheet&lt;br /&gt;
The entire chart of this article is a flash-bang in the darkness of dark mode.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/List_of_flagpoles_by_height List of flagpoles by height] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second item on this list &amp;quot;Saint Petersburg Flagpoles&amp;quot; is rendered in black on black, making it completely invisible. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 02:19, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[[w:en:File:The alleged photo trump fist etc.png]] dark mode error ==&lt;br /&gt;
This is presumably not exclusive to that file, but text on the right in [[w:en:Template:Information]] and the preamble in [[w:en:Template:Self]] is not readable at all due to its very light color. [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 02:48, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/w/index.php?search=61ST+TV&amp;amp;title=Special:Search&amp;amp;profile=advanced&amp;amp;fulltext=1&amp;amp;ns0=1 Search] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In search results, the snippets of article text are rendered as white text on a white background.&lt;br /&gt;
: {{re|Quick and Dirty User Account}} Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 03:56, 24 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for looking into this. I don’t know that I really can describe the issue better in words, but hopefully [https://ibb.co/Ytkj9XT this screenshot] will be worth a thousand of them. Please note that the issue occurs in Firefox. I now have loaded the same search results page in Chrome and Edge, and the background in question renders as black instead of white in those browsers, so the problem may be exclusive to Firefox. I admit that I sorely need to update the version of Firefox that I am using (107.0); therefore, it’s possible that the issue is attributable to that.—[[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 05:06, 24 July 2024 (UTC)&lt;br /&gt;
::@[[User:Quick and Dirty User Account|Quick and Dirty User Account]] Thanks for your reply. I&#039;m using the latest version of Firefox and I don&#039;t have this problem. So maybe you update your Firefox to the latest version? [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 12:02, 24 July 2024 (UTC)&lt;br /&gt;
:::{{Re|SCP-2000}} Indeed. I did finally update Firefox today to the current version (128.0.2). However, I am still having the search results issue. While the page is loading, those article snippets do briefly appear as white text on a black background, but the background changes to, and then remains, white. Thanks . . . [[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 02:37, 25 July 2024 (UTC)&lt;br /&gt;
::::It looks like you have a gadget enabled. I see an &amp;quot;English Wikipedia&amp;quot; dropdown by the search button which is not there by default. Any idea what gadget that is? Maybe https://en.wikipedia.org/wiki/MediaWiki:Gadget-PrettyLog.css ? [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 03:12, 25 July 2024 (UTC)&lt;br /&gt;
::::@[[User:Quick and Dirty User Account|Quick and Dirty User Account]]: Have you tried to using [https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history Firefox&#039;s private window] and [https://support.mozilla.org/en-US/kb/diagnose-firefox-issues-using-troubleshoot-mode?redirectslug=troubleshoot-firefox-issues-using-safe-mode safemode]? It seems to be a problem with your custom css/js, gadget or Firefox settings/extension. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 03:14, 25 July 2024 (UTC)&lt;br /&gt;
:::::Thank you for your suggestions. {{Reply to|Jdlrobson|p=,}} I identified the gadget you mentioned; its function is listed as “Add a selector to the Wikipedia search page allowing the use of external search engines”. However, disabling it did not resolve the issue. {{Reply to|SCP-2000|p=,}} neither using a private window nor running Firefox in Troubleshoot Mode (formerly Safe Mode) fixed the problem either. I also tried changing the website appearance setting in Firefox from automatic to dark; switching the preferred language for displaying pages to different dialects of English; and disabling the extensions and restoring the default theme manually. Additionally, I tried disabling some of the Wikipedia gadgets individually. Nothing changed in regard to the issue.—[[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 10:04, 26 July 2024 (UTC)&lt;br /&gt;
::::::Update: the backgrounds still come up as white, but the text is now black, so the article snippets are entirely legible. Not sure whether the change was on my end or at the source, but thank you again, {{Reply to|SCP-2000|p=}} and {{Reply to|Jdlrobson|p=}}.—[[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 08:43, 27 July 2024 (UTC)&lt;br /&gt;
:::::::It is [[:en:MediaWiki:Gadget-PrettyLog]]. Please disable it if you want to remove the highlight. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:56, 27 July 2024 (UTC)&lt;br /&gt;
::::::::Ah, you are correct, {{Reply to|Jdlrobson|p=}}. PrettyLog doesn’t seem to do what it’s meant to anyway (and its help page is marked as inactive). Thank you!—[[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 21:41, 27 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/2024_CrowdStrike_incident 2024 CrowdStrike incident] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The blue hyperlinks are too dark to be read easily on the dark background. It seems obvious, but the hyperlinks should be changed into a lighter shade of blue to compensate. (Article I happened to be reading was https://en.wikipedia.org/wiki/2024_CrowdStrike_incident) - [[User:Jetro|Jetro]] ([[User talk:Jetro|talk]]) 06:59, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Template:Bar_chart Bar chart] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Chart does not appear in dark mode. White text on a white background. See [[w:September_11_attacks#FBI|September 11th Attacks]]. Added comment to talk page--[[User:Kabelsalat22|Kabelsalat22]] ([[User talk:Kabelsalat22|talk]]) 15:52, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This should now be fixed, [[User:Rjjiii|Rjjiii]] ([[User talk:Rjjiii|talk]]) 20:38, 25 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Java_version_history Java version history] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This page includes a table of software releases. The first column contains colored boxes (e.g. red for unsupported) and text for the version. On light mode, the text within is black and is quite readable. On dark mode, the text is a light gray and nearly impossible to read, especially in the yellow and green colored boxes. If it could be modified so that it&#039;s still readable on dark mode, that would be appreciated.&lt;br /&gt;
&lt;br /&gt;
Also, the last column has several boxes with a `—` in them, which are colored light gray. This looks fine on light mode, but on dark mode it comes across as several cells that are stuck on light mode. Not sure what the solution is to this; maybe just getting rid of the light gray background entirely? –[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:25, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/C++ C  ] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Inline code and code blocks are rendered in light mode, while the rest of the article is in dark mode. The section &amp;quot;Lambda expressions&amp;quot; shows both. -[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:30, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I&#039;ve run into this issue on most pages that display code. Elm (Programming Language) being one example. [[User:IntangibleMatter|IntangibleMatter]] ([[User talk:IntangibleMatter|talk]]) 00:13, 31 July 2024 (UTC)&lt;br /&gt;
:Could it be possible for the editors to get the mode of the code block, or the coloring they prefer? [[User:Eason Y. Lu|Eason Y. Lu]] ([[User talk:Eason Y. Lu|talk]]) 22:13, 19 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛&amp;quot;Report an issue with dark mode&amp;quot; doesn&#039;t generate the correct title for articles with non-letters ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
If the article title has non-letters in it, the &amp;quot;Report an issue with dark mode&amp;quot; doesn&#039;t generate a report with the correct title. Reproduction steps:&lt;br /&gt;
&lt;br /&gt;
1. Go to https://en.wikipedia.org/wiki/C++&lt;br /&gt;
** If it matters, I&#039;m doing this on my Safari web browser on macOS 14.5, which displays the URL in the address bar as https://en.wikipedia.org/wiki/C%2B%2B&lt;br /&gt;
2. Click the &amp;quot;Report an issue with dark mode&amp;quot; link on the article&#039;s sidebar, near the light/dark mode settings&lt;br /&gt;
&lt;br /&gt;
3. Observe that the report title is &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[https://en.wikipedia.org/wiki/C++ C  ] dark mode error&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, which replaces the &amp;lt;code&amp;gt;++&amp;lt;/code&amp;gt; with two spaces. &lt;br /&gt;
&lt;br /&gt;
In this particular case, it was confusing because there is also a thing called &amp;quot;C&amp;quot; that is related, but distinct from &amp;quot;C++&amp;quot;. -[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:41, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Empire_of_the_Sultans Empire of the Sultans] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On today&#039;s featured article, the end of the article after &amp;quot;External Links&amp;quot; is a box of article links with the title &amp;quot;Nasser David Khalili&amp;quot;. The title is nearly illegible in dark mode, appearing as dark brown text. —[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:46, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This is being discussed in https://en.m.wikipedia.org/wiki/Template_talk:Navbox#c-Jonesey95-20240723180300-Jdlrobson-20240723175900 [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 22:20, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/2024_North_Carolina_Tar_Heels_football_team 2024 North Carolina Tar Heels football team] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
As I was browsing the schedule section, I found that the dates and kickoff times remained black. I also found that hyperlinks remained a dark purple colour.&lt;br /&gt;
&lt;br /&gt;
If these fonts could be changed to a lighter color, such as white, it would make dark mode a much better experience.&lt;br /&gt;
: Issue in [[en:Template:CFB_schedule|this template]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 16:16, 24 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Reported https://en.wikipedia.org/wiki/Template_talk:CFB_schedule#Dark_mode_support [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:04, 24 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Help:Menu Help:Menu] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The text field and button are in dark mode, along with the &amp;quot;Tip of the day&amp;quot; section, but everything else in light mode. –[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:56, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/File:Translation_to_english_arrow.svg Translation to english arrow.svg] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; This file contains a symbol, an arrow, and the letter A. The symbol and letter A are a dark gray, which are difficult to read on dark mode.&lt;br /&gt;
&lt;br /&gt;
This file is used on [https://linkcount.toolforge.org/?project=en.wikipedia.org&amp;amp;page=File%3ATranslation+to+english+arrow.svg 85,716 articles], mostly via the [https://en.wikipedia.org/wiki/Template:Expand_language Template:Expand language] family of templates. For example [https://en.wikipedia.org/wiki/Nguyễn_Phú_Tr%E1%BB%8Dng Nguyễn Phú Trọng] (a recent &amp;quot;In the news&amp;quot; article) has it.  Improving the legibility of this file will consequently improve the legibility of the tens of thousands of articles that contain this image. -[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 19:08, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==✅️[[:en:The_Keys_to_the_White_House|The Keys to the White House - Wikipedia]] dark mode error==&lt;br /&gt;
&#039;&#039;&#039;Issue Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In this page [[:en:The_Keys_to_the_White_House|The Keys to the White House - Wikipedia]] on the Table for Lichtman&#039;s prediction record, the sections with the text that Leans True/False are black in dark mode, thus rendering the text invisible unhighlighted. {{unsigned|Ainny27}}&lt;br /&gt;
&lt;br /&gt;
==📢 Report by [[User:Hypersilly]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
On dark mode, tables or whatever you call them are still white when in dark mode.&lt;br /&gt;
&lt;br /&gt;
For example, on https://en.wikipedia.org/wiki/List_of_chemical_compounds_with_unusual_names#Compounds, the table is white on both light and dark mode.&lt;br /&gt;
&lt;br /&gt;
== ✅️Report by [[User:Ainny27]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In this page [[:en:The_Keys_to_the_White_House|The Keys to the White House - Wikipedia]] on the Table for Lichtman&#039;s prediction record, the sections with the text that Leans True/False are black in dark mode, thus rendering the text invisible unhighlighted.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wizardry Wizardry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For the big table in the [https://en.wikipedia.org/wiki/Wizardry#Games Games] section of the Wikipedia article on the [https://en.wikipedia.org/wiki/Wizardry Wizardy] video-game series, the majority of the text in that table was the exact same colour as the table&#039;s background, and thus completely invisible.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Template:Endorsements_box Template:Endorsements box] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[[:en:Template:Endorsements box]] does not change when dark mode is enabled (still has white background with black text). This can be seen in the template documentation, see [[:en:2024 Portland, Oregon mayoral election#Endorsements|here]] for an example in a page.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Talk:1912_suspension_of_Ty_Cobb Talk:1912 suspension of Ty Cobb] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Talk pages such as this one (chosen because it&#039;s a recent featured article) have a &amp;lt;code&amp;gt;[reply]&amp;lt;/code&amp;gt; link after each section. That link is dark blue, which is difficult to see in dark mode. I don&#039;t see any reason why it needs to be a different color than the &amp;lt;code&amp;gt;[edit]&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;[subscribe]&amp;lt;/code&amp;gt; links. -[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 05:07, 25 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Rhenium Rhenium] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Beauty_&amp;amp;_the_Beast_(2012_TV_series) Beauty ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
: {{re|Stam098c}} Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 04:12, 27 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/2019_Bougainvillean_independence_referendum 2019 Bougainvillean independence referendum] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Under the Results section, in the table, the text on rows 5-6 column 1 (&amp;quot;Valid votes&amp;quot; and &amp;quot;Invalid/blank votes&amp;quot;) look invisible because the text color is the same as the background color. The only way to read it is by selecting the text.&amp;lt;blockquote&amp;gt;Issue with [[:en:Module:Election_results]]  not adhering to [[Special:LintErrors/night-mode-unaware-background-color]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 18:59, 26 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Algebra Algebra] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Images with transparent backgrounds may become illegible&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An example of this in action is in the English page on Algebra https://en.wikipedia.org/wiki/Algebra where the images in the upper right box have formulas with black text, which becomes illegible on a dark background.&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/Exact_trigonometric_values Exact trigonometric values] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dear Wikipedia Team,&lt;br /&gt;
I am writing to bring your attention to an accessibility issue I noticed in the trigonometry diagram on the page &amp;quot;Exact trigonometric values&amp;quot; (https://en.wikipedia.org/wiki/Exact_trigonometric_values).&lt;br /&gt;
The current dark mode version of the diagram has poor visibility of the x and y axis arrows. The black arrows are nearly invisible against the dark background, which significantly reduces the diagram&#039;s clarity and usefulness for users viewing the page in dark mode.&lt;br /&gt;
To address this issue, I suggest:&lt;br /&gt;
&lt;br /&gt;
Changing the color of the axis arrows in the dark mode version to a light color (e.g., white or light gray) to ensure proper contrast.&lt;br /&gt;
Reviewing other diagrams on the site to ensure they are equally legible in both light and dark modes.&lt;br /&gt;
&lt;br /&gt;
This change would greatly improve the accessibility and readability of the content for all users, particularly those who rely on or prefer dark mode.&lt;br /&gt;
Thank you for your attention to this matter. Wikipedia&#039;s commitment to open knowledge is commendable, and addressing this issue will further enhance the user experience for your global audience.&lt;br /&gt;
[[File:Dark Mode Error.jpg|none|alt=The issue you&#039;re facing with the dark mode version of the trigonometry diagram is that the black arrows representing the x and y axes are not visible against the dark background.|The issue you&#039;re facing with the dark mode version of the trigonometry diagram is that the black arrows representing the x and y axes are not visible against the dark background.]]&lt;br /&gt;
&lt;br /&gt;
==✅️ Report by [[User:Aayush jadhav007]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;: The transparent images aren&#039;t visible appropriately due to dark mode.&lt;br /&gt;
: {{re|Aayush jadhav007}} Hello, could you please explain the issue you are facing in detail (e.g. which page) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 16:56, 27 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I encountered on this wiki page about diols(in organic chemistry) [https://en.wikipedia.org/wiki/Diol] in dark mode.&lt;br /&gt;
:The screenshot of the issue [https://ibb.co/tHYf1vD]. I do understand it&#039;s because of transparent background and black color of text, but it is pretty inconvenient. [[User:Aayush jadhav007|Aayush jadhav007]] ([[User talk:Aayush jadhav007|talk]]) 17:31, 27 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅️ [https://en.wikipedia.org/wiki/Talk:2020_United_States_presidential_election Talk:2020 United States presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Under &amp;quot;Other talk page banners&amp;quot;, click &amp;quot;Show&amp;quot;&lt;br /&gt;
# Under &amp;quot;Consensuses on pre-election presentation of candidates&amp;quot;, click &amp;quot;Show&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The entire template that is revealed is illegible due to appearing as black text on a dark brown background.&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/2020_United_States_presidential_election 2020 United States presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; The &amp;quot;Close states&amp;quot; section of the article has legibility problems. The dark red lines are odd but readable, while the dark blue lines are completely unreadable. Similarly, the &amp;quot;County statistics&amp;quot; section following it has problems with the dark blue percentages.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Freshwater_snail Freshwater snail] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
(1)&lt;br /&gt;
i have an issue with link color&lt;br /&gt;
seems to dark against black back ground&lt;br /&gt;
and hard tell apart visited links&lt;br /&gt;
&lt;br /&gt;
(2)&lt;br /&gt;
when in bright light as outdoor, reflections on the screen are more notissable&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Nonperson Articles for deletion/Nonperson] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The box has a white background with black text, defeating the purpose of dark mode. This applies to all closed AfDs (eg https://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Log/2024_July_14) and many tables and templates. [[User:Helpful Cat|Helpful Cat]] ([[User talk:Helpful Cat|talk]]) 08:35, 28 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:AbuseFilter/examine/log/38326790 Special:AbuseFilter/examine/log/38326790] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The table shown has light grey text on a white background, making it completely unreadable. [[User:Rummskartoffel|Rummskartoffel]] ([[User talk:Rummskartoffel|talk]]) 08:45, 28 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓general dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This happens on all pages, but it seems even pages that don’t exist show as blue.&lt;br /&gt;
I think it’s a general dark mode error.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Love_on_Top_of_Love Love on Top of Love] dark mode error ==&lt;br /&gt;
{{Tracked|T365311}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The shade of blue used to differentiate links when syntax highlighting is enabled in the source editor is an awful choice which makes it nigh impossible to make out what is written — there is far too little contrast between it and the color of the background, they blend together. In the article I&#039;m reporting from, this can be seen anywhere &amp;amp; everywhere links appear (for example: the infobox), and is an issue not just here, but on every page.&amp;lt;blockquote&amp;gt;Known issue. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 05:00, 29 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 📢[[:en:Imperial_Chemical_Industries|Imperial Chemical Industries]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;U4C banner is not dark mode aware&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The U4C election banner on Wikipedia is not dark mode aware, and uses hard coded white background with black text.&lt;br /&gt;
This occurs on any page, even the [https://en.wikipedia.org/wiki/Main_Page homepage].&lt;br /&gt;
--[[User:Deanna Earley|Deanna Earley]] ([[User talk:Deanna Earley|talk]]) 22:32, 28 July 2024 (UTC)&amp;lt;blockquote&amp;gt;Banners are intentionally light themed only right now per [[phab:T365324#9818110]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 05:00, 29 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ❓[[:en:Special:Watchlist|Watchlist]] dark mode error ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
When editing source code for any article, the background is white and the article text color is so light that it is unreadable. This makes source code editing very inconvenient and pretty much impossible. [[User:Ltwin|Ltwin]] ([[User talk:Ltwin|talk]]) 02:58, 29 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:Ltwin|Ltwin]]: Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? If you are logged out, do you face to the same issue? Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 14:00, 29 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Northeast_blackout_of_1965 Northeast blackout of 1965] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Wikipedia&#039;s dark mode makes all unhighlighted parts of the map at the top of the page appear in a washed-out gray color. It is hard to distinguish North America from the oceans and the state/province borders are not clear. However, the Dark Reader extension produces a much more readable map when activated.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Wikipedia:Articles_for_creation/Categories Articles for creation/Categories] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;{{Tracked|T369391}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Highlighted text is illegible, FlaggedRevs related issue. History page.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Thermoelectric_effect Thermoelectric effect] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode contrast is too high. Even though the background is not pure black, the #101418 color is too dark on LCD screens with good backlight &amp;quot;bleed&amp;quot; control or OLED panels. The eye discomfort due to high contrast is less intense on poor quality LCD displays because the backlight makes the background less dark.&lt;br /&gt;
Also dimming the text color a bit could help.&lt;br /&gt;
&lt;br /&gt;
== ✅Report by [[User:Robbert o biond]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
While consulting the webside in dark mode, both from mobile application and via desktop (browser), content as images (especially symbols or latex diagrams, loaded as images) blend into background. An example is the page https://en.wikipedia.org/wiki/Pullback_(category_theory). Maybe a forst solution would be adding a white background to prevent such contents to show up messy or unreadable.&lt;br /&gt;
&lt;br /&gt;
== ❓Report by [[User:MarsatzBrand142]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Some of the lines in the templates are white and others are not.&lt;br /&gt;
: {{re|MarsatzBrand142}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 14:10, 29 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢Report by [[User:Woodge200000]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
enabling dark mode does not make any wikipedia page dark except for the &amp;quot;preferences&amp;quot; page. after opening an article, there is a split-second where it is dark and then it immediately defaults back to a blinding white.&amp;lt;blockquote&amp;gt;You have the gadget enabled. Please disable the gadget per [[Reading/Web/Accessibility for reading/Frequently asked questions#I am experiencing a flash of styles on every page - how do I disable the gadget?|these instructions]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 02:07, 30 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
: cc [[User:Woodge200000]]. You may see above comment. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 16:44, 8 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[[:en:Main_Page|Main Page]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;s&amp;gt;I&#039;m on the main page, and there is a link which I&#039;ve visited before (in this case, it is World War 1)&lt;br /&gt;
When the link I&#039;ve visited is highlighted in the dark blue (as opposed to the light blue for unvisited links), the lack of contrast with the background makes it hard to read.&amp;lt;/s&amp;gt; (disregard - I had a custom CSS style applied that was causing this!)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Withdrawal_of_Joe_Biden_from_the_2024_United_States_presidential_election Withdrawal of Joe Biden from the 2024 United States presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The colors for clicked hyperlinks for all articles could be improved. The purple could be brighter, or at least lighter.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Second_Industrial_Revolution Second Industrial Revolution] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The chronology section on the Second Industrial Revolution page is still a block of white with blue links. Unknown if this is applicable on other pages&lt;br /&gt;
Ref: https://en.wikipedia.org/wiki/Second_Industrial_Revolution&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Template_talk:Table_cell_templates Table cell templates] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue with Not Yet template&#039;&#039;&#039;&lt;br /&gt;
When using Dark Mode, the Not Yet template retains its light color.&lt;br /&gt;
The N/a template, however, changes color to match the mode.&lt;br /&gt;
If this is the wrong location, please let me know.[[User:Redacted II|Redacted II]] ([[User talk:Redacted II|talk]]) 01:44, 30 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Glyphosate Glyphosate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Problem is, that all organic structures are pngs with black molecules on them, therefore dark mode is unusuable for the whole organic chemistry part.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/List_of_Pokémon List of Pokémon] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark theme isn&#039;t staying enabled, as soon as I reload the page or enter a new one, it just automatically switches back to light theme.&lt;br /&gt;
&lt;br /&gt;
:You have the gadget enabled. Please disable the gadget per [[Reading/Web/Accessibility for reading/Frequently asked questions#I am experiencing a flash of styles on every page - how do I disable the gadget?|these instructions]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 21:51, 30 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Goo_Hara Goo Hara] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The banner that displays when you use a VPN and try to edit a page with it (This IP address has been blocked from editing Wikipedia.) is completelly off. All yellow and text unredable.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/List_of_highest-grossing_media_franchises List of highest-grossing media franchises] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The List present in the article has its text staying in the same color in dark mode and light mode, making it dificult to read in the former.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Everywhere it makes it so laggy to scroll the website, I&#039;m not sure why but I regularly encounter an input delay of 1-2 seconds scrolling through a page. No individual page, this happens everywhere&amp;lt;blockquote&amp;gt;You have the gadget enabled. Please disable the gadget per [[Reading/Web/Accessibility for reading/Frequently asked questions#I am experiencing a flash of styles on every page - how do I disable the gadget?|these instructions]].  [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 11:36, 12 August 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/LMS_Coronation_Class LMS Coronation Class] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Trying to edit using the source editor - the source editor is still shown in light mode instead of dark mode.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sequent_calculus Sequent calculus] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Section: Reduction Trees&lt;br /&gt;
https://en.wikipedia.org/w/index.php?title=Sequent_calculus&amp;amp;wvprov=sticky-header#Reduction_trees&lt;br /&gt;
&lt;br /&gt;
The table with left/right math formulae is white on white, making it unreadable. My math display style preference is SVG.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Basketball_at_the_2024_Summer_Olympics_–_Women&#039;s_tournament Basketball at the 2024 Summer Olympics – Women&#039;s tournament] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Could not read the dark text in the tables on this page.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Dot_chart Dot chart] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Regarding, [[:en:Template:Dot chart]]: the template&#039;s text is unreadable in dark mode. This is visible on the /doc page. The template is not used in any articles currently. [[User:Rjjiii|Rjjiii]] ([[User talk:Rjjiii|talk]]) 23:17, 31 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It&#039;s fixed, [[User:Rjjiii|Rjjiii]] ([[User talk:Rjjiii|talk]]) 00:08, 2 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Labour_movement Labour movement] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[[Talk:Reading/Web/Desktop_Improvements#CSS_issue_with_category_infoboxes|Originally reported]] by [[User:Etothepi16]]. The color of the infobox title &amp;quot;Part of a series on&amp;quot; is black against a black background, but other links are perfectly readable. [[:File:Vector_CSS_issue.png|See also the screenshot]]. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 04:37, 1 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Javanese_script Javanese script] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Sections: any table.&lt;br /&gt;
All Latin characters blend completely into the white background&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sulfur_trioxide Sulfur trioxide] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
There&#039;s an issue when displaying chemical articles in dark mode.&lt;br /&gt;
&lt;br /&gt;
The main issues are with:&lt;br /&gt;
# NFPA coloring in the right sidebar (global issue)&lt;br /&gt;
# Structural formulas with transparent backgrounds at the top (*.png and the likes)&lt;br /&gt;
&lt;br /&gt;
While the NFPA background may be forced to remain white within the diamond itself (e.g. via CSS), no &#039;&#039;quick&#039;&#039; fix comes to mind with the structure display.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Search Search] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Editing a page in dark mode, get an error message about taking too long, use a faster browser, and the screen changes to dark grey with light grey letters... Almost unreadable... and not usable. [[User:Quebec99|Quebec99]] ([[User talk:Quebec99|talk]]) 12:46, 1 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/K K] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The links in the History table are black.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Military_history WikiProject Military history] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black text on page does not invert when in dark mode. Almost impossible to read.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T372064}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
the message:&lt;br /&gt;
&lt;br /&gt;
Wikipedia is built by people like you working together.&lt;br /&gt;
&lt;br /&gt;
Your edits help improve Wikipedia and further the mission to share free knowledge with the world. Continue to start with small suggested edits.&lt;br /&gt;
&lt;br /&gt;
uses dark text and its verry hard to read, it should be white text. this happens [https://en.wikipedia.org/w/index.php?title=Special:Homepage&amp;amp;source=personaltoolslink&amp;amp;namespace=3 on my home page]&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Reference_desk Reference desk] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The Reference desk page has its primary button section is in bright white while using, at least for the Vector 2022 layout under darkmode.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Hindi Hindi] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black SVG image in the infobox and similar images below are not visible in dark mode [[User:Kabelsalat22|Kabelsalat22]] ([[User talk:Kabelsalat22|talk]]) 17:36, 2 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;This article is part of a series about&amp;quot; switches text color and isn&#039;t accessible ==&lt;br /&gt;
&lt;br /&gt;
On [https://en.wikipedia.org/wiki/Emmanuel_Macron en.wikipedia:Emmanuel_Macron] the &amp;quot;This article is part of a series about&amp;quot; text switches from white to a more black text, with the background not changing color since it&#039;s likely derived from a color for his political party or some specific color for French politics. &amp;quot;This article is part of a series about&amp;quot; is then not readable, but &amp;quot;Emmanuel Macron&amp;quot; is readable for both light and dark mode as it&#039;s white over the same dark blue background for both.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Arbitration_Committee/Procedures Arbitration Committee/Procedures] dark mode error ==&lt;br /&gt;
(No summary. Probably &amp;quot;List of contentious topics&amp;quot;) [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 11:36, 12 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Template is [[w:Template:Contentious topics/table]] [[User:Matrix|Matrix]] ([[User talk:Matrix|talk]]) 11:30, 17 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Table_of_Indexing_Chinese_Character_Components Table of Indexing Chinese Character Components] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
In the source editor, when syntax highlighting is enabled and the choice of colors is &amp;quot;Automatic&amp;quot; but ends up being dark, the unhighlighted parts of the text that ought to have the default color stay illegibly dark on black background instead of turning light. At least in Firefox. The problem doesn&#039;t manifest when the &amp;quot;Dark&amp;quot; option is explicitly selected in the appearance menu. [[User:MwGamera|MwGamera]] ([[User talk:MwGamera|talk]]) 21:23, 3 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T372064}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
There are articles that use transparent images where the only color is black, obviously making it difficult to read. One of the articles is [[List of musical symbols]].&lt;br /&gt;
&lt;br /&gt;
== Suggested Edit modal highlights are unreadable ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
After going to any suggested edit, the side-modal with quick start tips shows &amp;quot;Reaching Mercury from Earthh poses significant technical challenges.&amp;quot;, with the typo highlighted with a red background.&lt;br /&gt;
&lt;br /&gt;
However in Darkmode, it&#039;s completely blacked out.&lt;br /&gt;
&lt;br /&gt;
Using the default skin (Vector 2022).&lt;br /&gt;
&lt;br /&gt;
[[User:OneShot-Niko|OneShot-Niko]] ([[User talk:OneShot-Niko|talk]]) 17:29, 4 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢dark mode error ==	&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Too high contrast in dark mode, it&#039;s difficult to read&lt;br /&gt;
&lt;br /&gt;
a little lighter background would help a lot&lt;br /&gt;
{{unsigned|Mightypork}}&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/Alice_of_Champagne Alice of Champagne] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; Under the &amp;quot;Childhood&amp;quot; section is a genealogy tree. It has a header &amp;quot;Genealogy of the ruling houses of Jerusalem and Champagne&amp;quot;, which is dark gray and thus is illegible in dark mode. This is today&#039;s feature article, so it is important to fix it.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2024_Summer_Olympics 2024 Summer Olympics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; In the infobox logo, the words &amp;quot;Paris 2024&amp;quot; are black on the dark gray background, which are difficult to read.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Aya_Nakamura Aya Nakamura] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; This template has a header &amp;quot;Aya Nakamura&amp;quot;. It is dark gray, which is nearly impossible to read in dark mode.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Transition_metal Transition metal] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
dark mode needs to be more pastel, the used colors are too bright try to use the gray color for the background&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T372064}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Some text boxes such as the &amp;quot;Suggested Edits&amp;quot; page on my account homepage are showing with little to no contrast. This makes it near impossible to read.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T372064}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On the special logged in homepage the images for the most viewed edits are color inverted and appear demonic&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/SJ_AB SJ AB] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T372205}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Links to non-existing articles are marked blue instead of red.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Safari_version_history: Safari version history:] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Some links are illegible. (non existent article, issue relating to interface message.)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Existence Existence] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
I cannot see the existential quantifier on the home page on en.wikipedia.org on Aug 6th, 2024. The entry is &amp;quot;Existence&amp;quot;. If I open the Existence entry through the link, I can correctly see the existential quantifier.&lt;br /&gt;
&lt;br /&gt;
== Report by [[User:Billv22]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It seems like on some articles, the &amp;quot;Part of a series on...&amp;quot; board can mix the color of the text with the dark mode, therefore making the text invisible unless I select it,&lt;br /&gt;
&lt;br /&gt;
Unfortunately I can&#039;t upload a picture, but this happened on the wikipedia page for the chromosomes.&lt;br /&gt;
&lt;br /&gt;
== ✅️Report by [[User:PitConclave]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
On https://en.wikipedia.org/wiki/Wikipedia:SVG_help, the background colour of the box is hard-coded to #F2E6FF, which causes the now-white headings like &amp;quot;General suggestions&amp;quot; to be very difficult to read.&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/2024_NCAA_Division_I_men&#039;s_basketball_tournament 2024 NCAA Division I men&#039;s basketball tournament] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tournament Bracket section has white text on white background in the regional final template (black text in light mode)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Sfn Sfn] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
{{sfn}} and {{harv}} renderings are not visible/blend in with dark background and can only be seen when highlighted by cursor. (see https://en.wikipedia.org/wiki/Template:Sfn#Usage)&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/Template:Tabletennisbox Tabletennisbox] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The template is not legible in dark mode. This affects a huge amount of pages such as [https://en.wikipedia.org/wiki/Table_tennis_at_the_2024_Summer_Olympics_%E2%80%93_Men%27s_team Table tennis at the 2024 Summer Olympics – Men&#039;s team].&lt;br /&gt;
&lt;br /&gt;
==✅ Report by [[User:JohanWikiPaul]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Math symbol is still dark colored in dark theme, which is more suitable in white or way lighter color rather than black text.&#039;&lt;br /&gt;
: {{re|JohanWikiPaul}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks.--[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:45, 9 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I was on Wikipedia homepage at the time, and there&#039;s a Math symbol as the thumbnail article preface and it was in dark text colored symbol. I forgot what the details and the URL, sorry about that. &lt;br /&gt;
:But now, when I read Math related article with Math symbol images in it, the dark theme is as expected.   [[User:JohanWikiPaul|JohanWikiPaul]] ([[User talk:JohanWikiPaul|talk]]) 12:54, 15 August 2024 (UTC)&lt;br /&gt;
:: {{re|JohanWikiPaul}} Thanks for your reply. Feel free to file a new bug report if you see another issue. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:39, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Nikki_Bella Nikki Bella] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The blue on links looks dimmed on black background. I think this &amp;quot;hue&amp;quot; of blue is for black text on white bg, and  a cyan would work better for white text on black bg.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Talk:Iraq_War/GA1 Iraq War/GA1] dark mode error [non existent page] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[https://en.wikipedia.org/w/index.php?title=Talk:Iraq_War/GA1&amp;amp;action=edit&amp;amp;editintro=Template:GAN/editintro&amp;amp;preload=Template:GAN/preload editintro renders text in white, making it barely legible.&lt;br /&gt;
&lt;br /&gt;
:The issue seems to be [[w:en:Template:GAN/editintro]], but that is displayed okay when looking at that template&#039;s page. Not sure why issues occur when it&#039;s as an edit notice. [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 22:05, 14 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/Regular_graph#Special_cases Regular graph (section Special cases] dark mode difficulty ==&lt;br /&gt;
Dark mode makes the edges (i.e., connections between the nodes) more difficult (although not impossible) to see correctly.&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Crocuta Crocuta] dark mode error ==&lt;br /&gt;
{{tracked|T372205}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colours are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt; links to non-existent pages show the same colour as normal links within the infobox&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 🐛 Report by [[User:Psinclairshaw ]] ==&lt;br /&gt;
{{tracked|T369588#10004348}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The dark mode colors make the lettering a very similar colour to the background colour, making it difficult to read.&lt;br /&gt;
I found this on the &#039;Try a suggested edit&#039; bottom pop-up.&lt;br /&gt;
&lt;br /&gt;
== ✅ArticleHistory template ==&lt;br /&gt;
&lt;br /&gt;
[[w:en:Template:ArticleHistory]] has dark text on a &amp;quot;dirty&amp;quot; yellow background under the &amp;quot;Article milestones&amp;quot; mini-header. See [[w:en:Talk:Frank Sinatra]] for an example of the issue. Thanks, [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 23:47, 11 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:For clarity, the text is illegible (so not general feedback). [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 12:31, 12 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:DownloadAsPdf DownloadAsPdf] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/TCP_congestion_control TCP congestion control] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;I have tried the new Dark mode. It&#039;s in contrast with the bright text color (white) and hyperlink color(Blue). In my opinion it would be better to put a darkish gray or gray-brown color.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Dependency_hell Dependency hell] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Preformatted code blocks still use the light mode color scheme.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Nations_at_the_2016_Summer_Olympics Nations at the 2016 Summer Olympics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black on black text in the template header.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:P-T_extinction_graphical_timeline P-T extinction graphical timeline] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black on black text&lt;br /&gt;
&lt;br /&gt;
== ❓ [https://en.wikipedia.org/wiki/Mok Mok] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅ Template:Editnotices/Group/Wikipedia:Arbitration ==&lt;br /&gt;
&lt;br /&gt;
[[w:en:Template:Editnotices/Group/Wikipedia:Arbitration]], acting as an edit notice on [[w:en:Wikipedia:Arbitration/Requests/Clarification and Amendment]], is pretty much illegible on dark mode. There&#039;s already some dark mode markup by [[User:Snowmanonahoe|Snowmanonahoe]], but it doesn&#039;t seems to be fully working. Thanks, [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 01:56, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Template wizard dark mode error ==&lt;br /&gt;
&lt;br /&gt;
This isn&#039;t specific to the page I was editing, but I&#039;m unable to figure out how to report this issue otherwise on MediaWiki: The title bar for the template wizard (css class {{nowrap|&amp;lt;code&amp;gt;.ext-templatewizard-templatetitlebar&amp;lt;/code&amp;gt;}}) is unreadable because:&lt;br /&gt;
&lt;br /&gt;
* the text color is set via &amp;lt;code&amp;gt;load.php&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;--color-base&amp;lt;/code&amp;gt; variable, &amp;lt;code&amp;gt;#eaecf0&amp;lt;/code&amp;gt;&lt;br /&gt;
* the background color is set inline, and to &amp;lt;code&amp;gt;#f8f9fa&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
I hope that&#039;s helpful enough!&lt;br /&gt;
&lt;br /&gt;
[[User:Spida-tarbell|Spida-tarbell]] ([[User talk:Spida-tarbell|talk]]) 04:13, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:{{ping|Spida-tarbell}} Could you give a screenshot of the issue (you can upload to imgur and send link)? [[User:Matrix|Matrix]] ([[User talk:Matrix|talk]]) 09:21, 26 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Southern_Poverty_Law_Center Southern Poverty Law Center] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The SVG image with the SPLC logo at the top of the page has very low contrast (black on grey) in dark mode.&lt;br /&gt;
&lt;br /&gt;
--[[User:Kulupona|Kulupona]] ([[User talk:Kulupona|talk]]) 14:23, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓ Report by [[User:Guilhfer]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tha main content is shown in light mode (white background and other elements), but the text has changed to adapt to a dark background, making it impossible to read unless the text is highlighted.&lt;br /&gt;
: {{re|Guilhfer}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:43, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Brainfuck Brainfuck] dark mode error ==&lt;br /&gt;
{{Tracked|T365926}}&lt;br /&gt;
&lt;br /&gt;
The syntaxhighlight extension always displays a code snippet in light mode regardless of what the user has selected.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Novitiate Novitiate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
the link to Secular institution at the bottom of https://en.wikipedia.org/wiki/Novitiate has a white gradient&lt;br /&gt;
&lt;br /&gt;
== 🐛 dark mode error ==&lt;br /&gt;
{{tracked|T370042}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The background of unread notifications is too bright, making white text difficult to read.&lt;br /&gt;
Once the notification has been clicked, its background turns darker, making it readable.&lt;br /&gt;
&lt;br /&gt;
== 🤖 ✅ [https://en.wikipedia.org/wiki/Special:mypage/common.js ToadetteEdit/common.js] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
When clicking &amp;quot;Manage user scripts&amp;quot;, the content of the resulting box is almost illegible.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:Infobox_rail_service Infobox rail service] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
BSicon-based route diagram map has a white background despite having white text, making said text difficult to read.&lt;br /&gt;
&lt;br /&gt;
== 🐛No dark mode on code snippet ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Code snippet doesn&#039;t have an intended appearance when enabled.&lt;br /&gt;
If necessary, it should have an slightly gray color, and an thin white outline, if preferred.&lt;br /&gt;
{{tracked|T365926}}&lt;br /&gt;
&lt;br /&gt;
==✅ [https://en.wikipedia.org/wiki/The_First_Law The First Law] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On the English-language page for &amp;quot;The First Law&amp;quot; fantasy book series, the first table under the &amp;quot;Published works&amp;quot; section has dark gray text in dark mode, making most of the rows almost unreadable.&lt;br /&gt;
&lt;br /&gt;
== 📢Issue of Readability of Hyperlinks in Dark Mode ==&lt;br /&gt;
&lt;br /&gt;
The current dark blue color of hyperlinks in Dark Mode on both the Wikipedia website and mobile app is difficult to read. The issue is the low contrast between the dark hyperlink color and the dark background.&lt;br /&gt;
&lt;br /&gt;
This issue affects all articles and wiki pages across the entire Wikipedia platform, making it a general usability and accessibility concern.&lt;br /&gt;
&lt;br /&gt;
I suggest changing the hyperlink color in Dark Mode to a brighter, more readable color, such as yellow (#FFFF00), to improve readability and accessibility for users who prefer Dark Mode.&lt;br /&gt;
&lt;br /&gt;
== 🐛	[https://en.wikipedia.org/wiki/Uno_(card_game) Uno (card game)] dark mode error ==&lt;br /&gt;
{{Tracked|T373164}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;latest accepted version&amp;quot; icons are black on a black background.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Nitrous_oxide Nitrous oxide] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The links in the fire diamond are blue, causing one of them to blend in with the health part. --[[User:Antured|Antured]] ([[User talk:Antured|talk]]) 13:38, 22 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==❓ Report by [[User:Felipeduquedeparma]] ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Names on location map displayed in black text over a black base, making them impossible to read without highlighting.&lt;br /&gt;
:{{re|Felipeduquedeparma}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 16:27, 22 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Gaussian_curvature Gaussian curvature] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The text in the green bordered box stating the gauss-bonnet theorem remains black while in dark mode, making it almost impossible to read&lt;br /&gt;
&lt;br /&gt;
==❓ Report by [[User:High.Mars]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Image of the Greek alphabet on the table on the side (Δδ) does not show up well on dark mode&#039;&lt;br /&gt;
: {{re|High.Mars}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 09:20, 25 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/OCaml OCaml] dark mode error ==&lt;br /&gt;
{{Tracked|T365926}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&amp;amp;lt;syntaxhighlight&amp;amp;gt; tags do not respect the background, as found [https://en.wikipedia.org/wiki/OCaml#Hello_World here].&lt;br /&gt;
&lt;br /&gt;
==❓ [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Some letters on my homepage are not inverting. This mainly includes suggested articles page and its settings.&#039;&#039;&#039;&lt;br /&gt;
: {{re|TitanXprime}} Hello, could you please indicate which specific part of the suggested articles page and its settings has this issue, and provide a screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 01:45, 26 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==❓ [https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Cannot read some texts.&lt;br /&gt;
: {{re|ZeetBaralWiki}} Hello, could you please explain the issue you are facing in detail (e.g. which pages or which part in the page) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 08:15, 26 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2024_Liberal_Democratic_Party_(Japan)_presidential_election 2024 Liberal Democratic Party (Japan) presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
If you have &amp;quot;automatic&amp;quot; set, the text in the editor is unreadable. The text is black on black.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:Talk_quote_block/testcases Talk quote block/testcases] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
As can be seen at [https://en.wikipedia.org/wiki/Template:Talk_quote_block/testcases#Archived Template:Talk quote block/testcases#Archived], when the Talk quote block template is embedded inside an &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;Archive top}}&amp;lt;/code&amp;gt;, the template&#039;s dark-mode TemplateStyles colors are inverted back to light mode. I attempted to apply the &amp;lt;code&amp;gt;mw-no-invert&amp;lt;/code&amp;gt; class to the template&#039;s &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;&amp;lt;/nowiki&amp;gt;blockquote&amp;gt;&amp;lt;/code&amp;gt; element, but if I&#039;m reading the CSS applied by enWiki correctly (wrapped for readability):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
@media screen and (prefers-color-scheme: dark) {&lt;br /&gt;
  html.skin-theme-clientpref-os .skin-invert-image img,&lt;br /&gt;
  html.skin-theme-clientpref-os .skin-invert,&lt;br /&gt;
  html.skin-theme-clientpref-os .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert),&lt;br /&gt;
  html.skin-theme-clientpref-os .oo-ui-indicatorElement-indicator {&lt;br /&gt;
    color-scheme: light;&lt;br /&gt;
    filter: invert(1) hue-rotate(180deg);&lt;br /&gt;
  }&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
...The &amp;lt;code&amp;gt;mw-no-invert&amp;lt;/code&amp;gt; class will only disable the &amp;lt;code&amp;gt;invert&amp;lt;/code&amp;gt; filter if the element in question has the &amp;lt;code&amp;gt;oo-ui-iconElement-icon&amp;lt;/code&amp;gt; class, which the template&#039;s &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;&amp;lt;/nowiki&amp;gt;blockquote&amp;gt;&amp;lt;/code&amp;gt; obviously does not.&lt;br /&gt;
&lt;br /&gt;
(That CSS is taken from my browser&#039;s inspector view, I&#039;m not quite sure where it comes from on the Wikipedia side. It&#039;s not in [https://en.wikipedia.org/wiki/MediaWiki:Vector-2022.css Vector-2022.css].) [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 15:40, 26 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This was [[w:Template_talk:Talk_quote_block#Dark_mode_issue|fixed with changes to the Archive top template]] . [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 19:09, 29 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Upon account creation, the cached Appearance (Dark Mode/Light Mode) setting is ignored, and the setting can be configured for the newly created user account instead. For users with Dark Mode on, this resets the appearance to Light Mode until the user sets it to their preference again. &lt;br /&gt;
&lt;br /&gt;
New users are prompted for a reason that they created their account. After creating a Wikipedia account, the user is directed to their newly created user homepage. This page has user-specific content but a constant URL: https://en.wikipedia.org/w/index.php?title=Special:Homepage&lt;br /&gt;
&lt;br /&gt;
This page has a Suggested Edits section for new users. For users who selected the &amp;quot;fix a type or error&amp;quot; option on the previous prompt, a Suggested Edits window appears on this page. The text at the beginning of this section has a light blue background instead of white. This text does not invert to white with the rest of the text when Dark Mode is enabled.&lt;br /&gt;
&lt;br /&gt;
(AKA: the first thing a user sees when they create an account is their Dark Mode setting is reset, and as soon as they turn Dark Mode back on, the first block of text on their new user page is unreadable - not ideal for new user experience.)&lt;br /&gt;
&lt;br /&gt;
For reference, the text that does not invert with Dark Mode is:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;When you created your account, you said you wanted to fix a typo or error. Here, you can find suggestions of small edits to get started. If you would rather go straight to fixing a specific article, you can search for the article and click &amp;quot;Edit&amp;quot;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Additional notes: I think it&#039;s related to this JavaScript file in the GitHub repo for MediaWiki, or something around it: https://github.com/wikimedia/mediawiki-extensions-GrowthExperiments/blob/master/modules/ext.growthExperiments.Homepage.SuggestedEdits/StartEditingDialog.js&lt;br /&gt;
: I filed the bug report regarding the Special:Homepage Suggested Edits section first [[phab:T373434]]. &amp;quot;the first thing a user sees when they create an account is their Dark Mode setting is reset, and as soon as they turn Dark Mode back on&amp;quot; seems to be the general feedback. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 12:51, 27 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Mongolian_script Mongolian script] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Writing direction symbol in preamble, generated by &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{TextDir|tb-lr|full}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;in wikitext.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Gerald_Ford Gerald Ford] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In dark mode links are a dark blue - a similar blue (possibly the same) to the blue used for links in light mode. A dark blue link text color in dark mode does not have enough contrast against the black background and is a significantly different level of contrast from the white body text in dark mode, which visually breaks up articles into links and body text instead of them appearing relatively similar. The dark blue link color in dark mode works differently than how dark blue appears in light mode, where it has a similar level of contrast to the black text. In dark mode, a lighter blue link color would be easier to read by having more contrast with the black background and a level of contrast more similar to the white body text.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Maximum_entropy_probability_distribution Maximum entropy probability distribution] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In the &amp;quot;Table of probability distributions and corresponding maximum entropy constraints&amp;quot; table under&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Maximum_entropy_probability_distribution#Other_examples&lt;br /&gt;
&lt;br /&gt;
the latex equations are unreadable because the table background is white and so is the text.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/A_Coruña A Coruña] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name of the city is not displayed correctly in map sidebar of the article when dark mode is activated through Automatic color mode. When explicitly selecting Dark mode the came is displayed correctly with black font color in a transparent text color box. In Automatic dark mode the name is displayed with black font color in a black text color box.&lt;br /&gt;
{{Collapse top|screenshot}}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:2024-08-29 11-36-53 585x1015 scrot.png|Everything normal on the map in the sidebar with Dark mode explicitely activated.&lt;br /&gt;
File:2024-08-29 11-37-07 596x1016 scrot.png|Everything normal in Light mode&lt;br /&gt;
File:2024-08-29 11-37-16 589x1015 scrot.png|When Dark mode is set automatically the text box of the city name is black and not transparent, making it impossible to read the name of the city. Note that the text box in the topmost map showing the copyright is also affected.]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Climbing WikiProject Climbing] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Nearly-invisible, dark-gray-on-black text in dark mode. Caused by the &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; inline&amp;gt;style=&amp;quot;background: transparent;&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; used to style the unclosed table at the end of transcluded [[w:Wikipedia:WikiProject Climbing/tabsheader]]. This affects the body text immediately following on the transcluding project page. Removing the unnecessary &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; inline&amp;gt;style=&amp;quot;background: transparent;&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; makes all text visible. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 19:06, 29 August 2024 (UTC)&lt;br /&gt;
: I got the go-ahead to make the necessary table style fixes from a participant on the [[w:Wikipedia talk:Wikiproject Climbing|project talk page]], and did so. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 16:40, 22 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Washington_Metro Washington Metro] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;route diagram&amp;quot; in the infobox does not display correctly in dark mode. The background will be light with most of the elements in the diagram being dark which is the expected behavior. The problem is that most of the text on the diagram has a light font color which makes it almost completely invisible when dark mode is enabled. Additionally, all the links on the page use the lighter blue color which may be readable by some people (myself included), but it is certainly not WCAG compliant. This could potentially be a more widespread issue with [https://en.wikipedia.org/wiki/Template:Routemap Template:Routemap]&lt;br /&gt;
&lt;br /&gt;
[[User:ElijahAppleUser|ElijahAppleUser]] ([[User talk:ElijahAppleUser|talk]]) 21:46, 30 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==📢 [https://en.wikipedia.org/wiki/Fore_people Fore people] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&amp;quot;Automatic&amp;quot; setting displays Dark Mode no matter when it is selected&lt;br /&gt;
* It depend on the browser setting, so it is not a bug. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 05:57, 31 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ Dark mode issue in page [https://en.wikipedia.org/wiki/List_of_tlatoque_of_Tenochtitlan List of tlatoque of Tenochtitlan] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[https://en.wikipedia.org/wiki/List_of_tlatoque_of_Tenochtitlan#Cuauhtlatoque_(1525–1536) Some of the tables] don&#039;t get converted to dark mode, making them clash a lot. &amp;lt;small&amp;gt;&amp;lt;span class=&amp;quot;autosigned&amp;quot;&amp;gt;—&amp;amp;nbsp;Preceding [[Special:MyLanguage/Help:Signatures|unsigned]] comment added by [[User:Kharakhov|Kharakhov]] ([[User talk:Kharakhov|{{int:talkpagelinktext}}]] • [[Special:Contributions/Kharakhov|{{int:contribslink}}]]) 12:48, 1 September 2024‎ (UTC)&amp;lt;/span&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;!-- Template:Unsigned --&amp;gt;&lt;br /&gt;
[[File:Screenshot of dark mode not working.png|thumb|Screenshot of the issue]]&lt;br /&gt;
:{{Ping|Kharakhov}} The table had a forced background color, so I removed it. --[[User:ZandDev|ZandDev]] ([[User talk:ZandDev|talk]]) 17:43, 1 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Immigration_to_Japan Immigration to Japan] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The colour of the bars between the text in the table is inconsistently white or grey. [[User:Cepeli|Cepeli]] ([[User talk:Cepeli|talk]]) 20:49, 1 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Hentaigana Hentaigana] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The hentaigana examples used in two places in the article are very difficult to see while using dark mode. They&#039;re transparent svg files, in dark mode they show up as black text on a dark grey background.&lt;br /&gt;
:Fixed with [https://en.wikipedia.org/w/index.php?title=Hentaigana&amp;amp;diff=1243966544&amp;amp;oldid=1241833025 this change] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:31, 4 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Bagua Bagua] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Bagua&amp;quot; article, the following quote is rendered as dark text on a dark background:&lt;br /&gt;
&lt;br /&gt;
Legge&#039;s translation:&lt;br /&gt;
[I]n (the system of) the Yi there is the Grand Terminus,&lt;br /&gt;
which produced the two elementary Forms.&lt;br /&gt;
Those two Forms produced the Four emblematic Symbols,&lt;br /&gt;
which again produced the eight Trigrams.&lt;br /&gt;
	&lt;br /&gt;
Adler&#039;s translation:&lt;br /&gt;
In Change there is the Supreme Polarity,&lt;br /&gt;
which generates the Two Modes (兩儀; liangyi).&lt;br /&gt;
The Two Modes generate the Four Images (sixiang),&lt;br /&gt;
and the Four Images generate the Eight Trigrams.&lt;br /&gt;
&lt;br /&gt;
Not sure whether other articles have inadequately set colors such as these, or why this happened at all.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Web_colors Web colors] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Shorthand hexadecimal form, CSS colors =&amp;gt; monospace text block has light background&lt;br /&gt;
&lt;br /&gt;
Extended colors =&amp;gt; table has light background&lt;br /&gt;
&lt;br /&gt;
Color table, Safest web colors =&amp;gt; table title and contents have poor foreground colors&lt;br /&gt;
: Fixed second issue, will fix 3rd later [[User:Matrix|Matrix]] ([[User talk:Matrix|talk]]) 11:03, 8 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Family_tree_of_the_Māori_gods Family tree of the Māori gods] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
the things up the top are still in light mode&lt;br /&gt;
&lt;br /&gt;
i cant upload the damn photo because it suckswsethujioj&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Rome Rome] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The white dot in the map of Rome, Italy shows as black in Dark Mode.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sputnik_1 Sputnik 1] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The banner is in light mode, while the background is in dark mode, making it look a bit unprofessional.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/1957_in_spaceflight 1957 in spaceflight] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;Orbital Launches&amp;quot; and &amp;quot;Suborbital Launches&amp;quot; hurts both me and my eyes.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sorting algorithm] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In https://en.wikipedia.org/wiki/Sorting_algorithm, Comparison of algorithms table. &lt;br /&gt;
&lt;br /&gt;
Some (but not all) math expressions are rendered in white, which on the green background makes them very difficult to read.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2024_Summer_Paralympics 2024 Summer Paralympics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; The logo for the Paralympics has the words &amp;quot;Paris 2024&amp;quot; in black text, which is illegible on the dark background.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/WTA_1000_Series_singles_records_and_statistics WTA 1000 Series singles records and statistics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
The [https://prnt.sc/ky8UTtLshBvM sorting arrows are not displaying in dark mode] when using &amp;lt;code&amp;gt;|&amp;lt;nowiki&amp;gt;style=&amp;quot;background-color:white&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in [https://en.wikipedia.org/w/index.php?title=WTA_1000_Series_singles_records_and_statistics&amp;amp;oldid=1244190346 WTA 1000 Series singles records and statistics#Title leaders]. Shouldn&#039;t they turn to black if the background is lighter, especially if it is white? [[User:Qwerty284651|Qwerty284651]] ([[User talk:Qwerty284651|talk]]) 16:40, 6 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Hypergraphia Hypergraphia] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;The colours look weird on Wikipedia, with dark mode on. Essentially, the blue coloured words looked weird. &#039;&#039;&#039;&lt;br /&gt;
: {{re|‎Andrew Diyue Liu}} Could you please give the example? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 05:28, 8 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/The_Blitz The Blitz] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Background information -&amp;gt; Luftwaffe and strategic bombing:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Main article&amp;quot; background overflows into navbox&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Differentiation_of_trigonometric_functions Differentiation of trigonometric functions] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At the start of the article, the table is impossible to read as all of it is white (including the contents).&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:External_links External links] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Infobox is white: https://en.wikipedia.org/wiki/Template:Linking_and_page_manipulation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Ünye Ünye] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the infobox, in the &amp;quot;Location in Turkey&amp;quot; section, the background of the label that reads &amp;quot;Ordu&amp;quot; is set to black while the label color is also dark making it hard to read.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Garry_Williams_(cricketer) Garry Williams (cricketer)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The blue link in the Editnotice turned dark grey, made it hard to see.&lt;br /&gt;
&lt;br /&gt;
==🐛 [https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
{{tracked|T373392}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark Mode seems to also invert images on my homepage and only on the homepage where it shows my most viewed edits.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Greetings,&lt;br /&gt;
&lt;br /&gt;
On Preferences, I have Vector 2022 active, and also switched the Dark mode on: now it shows some beautiful dark greys backgrounds, right there on the Preferences page.&lt;br /&gt;
But once I save, and go back to any page, those grey backgrounds gone: boxes, menus, text, laterals, are all pure black! &lt;br /&gt;
Exception on the center-right info box on all pages and image boxes. Everywhere else, black background.&lt;br /&gt;
Forcing refresh ctrl-F5, does nothing. Going back to Preferences, those amazing grey backgrounds show up there.&lt;br /&gt;
&lt;br /&gt;
How to keep the grey style, that shows up in preferences?&lt;br /&gt;
I&#039;m using LibreWolf browser, uBlock Origin disabled for Wikipedia. Also, just tested on Edge, pure and clean, I never use Edge, and it&#039;s the same behavior.&lt;br /&gt;
&lt;br /&gt;
Thank you for your attention, stay awesome.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/NEMA_connector NEMA connector] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The images of connectors in https://en.wikipedia.org/wiki/NEMA_connector#Nomenclature are difficult to see in dark mode. I suspect the images have transparent backgrounds, making the black foreground lines impossible to see against the dark mode background.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Hesperidin Hesperidin] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagrams with transparency (eg molecular skeletal formulas) are illegible in dark mode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To reproduce: Load https://en.wikipedia.org/wiki/Hesperidin in desktop dark mode and look at the infobox.&lt;br /&gt;
&lt;br /&gt;
Expected behavior: Beneath the infobox title &amp;quot;Hesperidin&amp;quot; and above the 3d visualization of the molecule is visible the https://en.wikipedia.org/wiki/Skeletal_formula for the molecule.&lt;br /&gt;
&lt;br /&gt;
Actual behavior: In the space I described instead is a black box.&lt;br /&gt;
&lt;br /&gt;
The reason for this is that skeletal formulas are commonly drawn as svgs with black content on a transparent background. Because black is behind the transparency in dark mode, one gets black-on-black, which is not visible when rendered.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, fixing this will require nontrivial policy thought. It&#039;s not clear that it&#039;s semantically correct to put a white background behind every svg, even though this would seem to be an ok interim measure. Rather, graphics in general may need to be rethought to accommodate dark mode. For example, it seems plausible to me that in dark mode, skeletal formulas should render as white lines and letters on a black background. In fact, perhaps the svgs should use a &amp;quot;color variable&amp;quot; like &amp;quot;foreground color&amp;quot; (if the SVG standard supports this) rather than explicitly coding &amp;quot;black&amp;quot; for the foreground content. (If the standard does not support anything like this, the wikimedia foundation should petition the standards body for an amendment to the standard, because this is a serious limitation.)&lt;br /&gt;
:In the future you can add &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;| ImageClass = skin-invert&amp;lt;/syntaxhighlight&amp;gt; to chemboxes if the image needs to be inverted. [[User:Matrix|Matrix]] ([[User talk:Matrix|talk]]) 16:46, 20 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: To the IP user who left the original unsigned post ([[IP:74.101.161.225]]): the SVG standard supports things like foreground color styling just fine. Despite this, most methods of creating monochrome SVGs hardcode parameters like &amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; inline&amp;gt;&amp;lt;svg fill=&amp;quot;#000&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt; and &amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; inline&amp;gt;&amp;lt;path stroke=&amp;quot;#000&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt; for maximum displayability, because SVG only supports being styled &#039;&#039;&#039;when it&#039;s &#039;&#039;embedded&#039;&#039; into an HTML file directly&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
: When an SVG image is loaded from an external URL via an {{tag|img|single}} tag (as MediaWiki loads all images, today), the SVG content is rendered using only its internal styles (if any) and colors. It&#039;s extremely unlikely browser vendors would be willing — or indeed, even &#039;&#039;able&#039;&#039; — to alter that behavior, because it would compromise their security model to take CSS rules from one context (the current HTML page) and apply them in a completely separate context (the rendering context of the external &amp;lt;code&amp;gt;.svg&amp;lt;/code&amp;gt; file). [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:04, 22 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Paul_Rudish Paul Rudish] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==✅ [https://en.wikipedia.org/wiki/Wikipedia:About_Today&#039;s_featured_article About Today&#039;s featured article] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The header text (&amp;quot;See also&amp;quot;) is white on a light blue background. The entire section is light-blue, which doesn&#039;t work well with blue links. The color and contrast score is 2.82, which does not meet WCAG guidelines for accessible text.&lt;br /&gt;
&lt;br /&gt;
Here are couple references on color contrast and accessibility guidelines (In case it is needed- I&#039;m sure you all are on top of it):&lt;br /&gt;
* [https://www.w3.org/TR/WCAG21/#dfn-contrast-ratio WCAG Contrast Ratio Definition]&lt;br /&gt;
* [https://developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG/Perceivable/Color_contrast Understanding WCAG Color Contrast]&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Multivariable_calculus Multivariable calculus] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The proofs on this page are light, and none of the equations show.&lt;br /&gt;
&lt;br /&gt;
: This appears to be an issue with the [[w:Template:Collapse top]] template, when MathJax is used inside of the collapsible area. (See [[w:Template talk:Collapse top#Protected edit request on 4 September 2024]].) [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:37, 25 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:...And is fixed now that the dark-mode fixes to that template have been made live. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 15:42, 8 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/List_of_World_War_II_battles List of World War II battles] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;Battles from 1941&amp;quot; section of the article has dark text which is not converted to a lighter colour, making it very difficult to read.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:CBB_roster CBB roster] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Player roster unreadable on dark mode (example: [https://en.wikipedia.org/wiki/2011%E2%80%9312_Hartford_Hawks_women%27s_basketball_team] )&lt;br /&gt;
&lt;br /&gt;
: The problem here is that the table is being created with &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; inline&amp;gt;style=&amp;quot;background-color: transparent&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; — remove that unnecessary setting, and the colors become fine. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:33, 24 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I have opened an edit request at [[w:Template talk:CBB roster/Header#Protected edit request]] to correct the issue. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:48, 24 September 2024 (UTC)&lt;br /&gt;
:: The requested edit has been applied, and this is now fixed. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:29, 25 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/LGBT_rights_by_country_or_territory LGBT rights by country or territory] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode does not work when background colors and fonts are declared in an article, as can be seen in [[LGBT rights by country or territory]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proposed solution&#039;&#039;&#039;&lt;br /&gt;
Dark mode needs to be able to override explicitly set background colors and fonts across Wikipedia.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/David_Lynch David Lynch] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
For me the new dark mode colors are too high contrast for reading. Too dark background and too bright text.&lt;br /&gt;
current dark bg #101418&lt;br /&gt;
proposed dark bg #202122&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Template:Infobox Infobox] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; {{tag|syntaxhighlight}} always renders with a white-ish (#f8f8f8) background, but it would look much nicer if it had a darker background, ideally matching {{tag|pre}} with var(--background-color-neutral-subtle,#f8f9fa). See example [[w:Template:Infobox#Usage|here]]. [[User:Mr. Starfleet Command|Mr. Starfleet Command]] ([[User talk:Mr. Starfleet Command|talk]]) 23:13, 28 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/YouTube YouTube] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;the red in the youtube logo (File:YouTube_2024.svg) is pinkish instead of being just red. Viewing the image on in wiki commons doesn&#039;t have this effect. Tested with light and dark mode for both sites.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Colombia Colombia] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
As it can be seen at the Colombia article, Dark Mode doesn&#039;t allow to see this table&#039;s text.&lt;br /&gt;
[[File:Captura de pantalla 2024-09-29 164256.png|thumb|Problem Dark Mode Colombia]]&lt;br /&gt;
&lt;br /&gt;
: Looks like {{u|I Am Andumé}} already fixed this in [https://en.wikipedia.org/w/index.php?title=Colombia&amp;amp;oldid=1248544576 this edit]. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 05:33, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Infobox_Australian_rules_football_match Infobox Australian rules football match] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Score does not show in dark mode&lt;br /&gt;
&lt;br /&gt;
: I &#039;&#039;&#039;believe&#039;&#039;&#039; this is now fixed, though a check from someone familiar with the pages that template typically appears on would be great. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 06:41, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;It&#039;s not an issue with reading, but I think it&#039;s still an issue. Every page I go to, it has Dark Mode enabled for about five seconds or so before turning back to light mode, even though Dark Mode is still on. It keeps happening with Automatic as well.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Reverse-delete_algorithm Reverse-delete algorithm] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
The black nodes, edges, and weight values used in the graph in the Example section are nearly invisible in dark mode. --[[User:Clump|Clump]] ([[User talk:Clump|talk]]) 17:44, 1 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Trigonometry Trigonometry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Gray bars to the sides are very distracting&lt;br /&gt;
&lt;br /&gt;
: I&#039;m not entirely sure what this is referring to, can you point out a specific part of the page that you feel isn&#039;t displaying correctly? [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 05:28, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/49ers–Packers_rivalry 49ers–Packers rivalry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Colors of teams (i.e. 49ers) on templates aren&#039;t loading properly.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/49ers–Packers_rivalry 49ers–Packers rivalry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Colors of teams (i.e. 49ers) on templates aren&#039;t loading properly.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Portal:Prostitution/Map Prostitution/Map] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
the map key&#039;s colors dont show up in dark mode&lt;br /&gt;
&lt;br /&gt;
== Dark mode error - Code Blocks ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
I noticed that code blocks are not being adjusted properly when viewing using the site&#039;s built-in/native Dark Mode. See: https://en.wikipedia.org/wiki/Composition_over_inheritance. Code blocks show up white-on-white, and are only visible if the user highlights the text.&lt;br /&gt;
&lt;br /&gt;
== ✅ Edit Notice dark mode error ==&lt;br /&gt;
&lt;br /&gt;
On some contentious topic articles, such as [[w:en:Israeli-occupied territories|Israeli-occupied territories]], when attempting to edit the page (using a mobile browser), an edit notice is displayed. When dark mode is enabled, this notice is almost unreadable. [[User:DigitalChutney|DigitalChutney]] ([[User talk:DigitalChutney|talk]]) 21:10, 4 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/World_Chess_Championship_2024 World Chess Championship 2024] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unfortunatly the dark mode makes the table for the Results of the Candidates Tournament unreadable. All the results for games played with black are not visible as it tries to flip the colours around, despite there being no need for it.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Root cause of the error is in the sports table chess module https://en.wikipedia.org/wiki/Module:Sports_table/Chess. You can see the problem of black-on-black in the examples of &#039;&#039;Crosstable&#039;&#039;s.&lt;br /&gt;
--[[User:Susko3|Susko3]] ([[User talk:Susko3|talk]]) 00:11, 8 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:{{talk quotation|All the results for games played with black are not visible as it tries to flip the colours around, despite there being no need for it.}} The coloring issue is definitely there, but that isn&#039;t the reason why. The reason things are coming out wrong-colored is that the module:&lt;br /&gt;
:# creates normal table cells with &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;style=&amp;quot;background-color: transparent; color: inherit&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; (which comes out fine because the inherited text color ends up being &amp;lt;code&amp;gt;white&amp;lt;/code&amp;gt;, against the dark table background)&lt;br /&gt;
:# creates &#039;&#039;&#039;white&#039;&#039;&#039; table cells with &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;style=&amp;quot;background: black; color: white&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; (which is also fine, the explicit colors are used)&lt;br /&gt;
:# but it creates &#039;&#039;&#039;black&#039;&#039;&#039; table cells with &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;style=&amp;quot;background: transparent&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;, &#039;&#039;assuming&#039;&#039; that the text color will be black, and the background color will be light enough for the black text to show.&lt;br /&gt;
:Problem is, the dark-mode CSS has a (somewhat dubious) rule that sets the text color to &amp;lt;code&amp;gt;#202122&amp;lt;/code&amp;gt; anytime anything is styled with a &amp;lt;code&amp;gt;background&amp;lt;/code&amp;gt; property of any sort, which means that using &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;background: transparent&amp;lt;/syntaxhighlight&amp;gt; without setting a text color will basically &#039;&#039;always&#039;&#039; cause contrast issues.&lt;br /&gt;
:Anyway, the fix will be to have the module explicitly output &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;style=&amp;quot;background: white; color: black&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; for the black cells, the same way it outputs the opposite for the white cells. I&#039;ll work on a proposed update to the code as soon as I can figure out where the style bits actually live. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 14:13, 8 October 2024 (UTC)&lt;br /&gt;
:: This is now fully fixed; while the templates could still use some styling &#039;&#039;tweaks&#039;&#039;, all of the information is visible from invocations of [[w:Module:Sports table]], whether using {{para|style|Chess}} or another {{para|style}} mode. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 09:45, 15 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On page https://en.wikipedia.org/w/index.php?title=Special:Homepage&amp;amp;source=personaltoolslink&amp;amp;namespace=12, the text&lt;br /&gt;
&lt;br /&gt;
When you created your account, you said you wanted to add or change information on an existing article. Here, you can find suggestions of small edits to get started. If you would rather go straight to changing a specific article, you can search for the article and click &amp;quot;Edit&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
appears as --color-base,#202122, which is barely visible against the background rgba(234,243,255,0.5).&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/DOT_pictograms DOT pictograms] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Images in the section &#039;&#039;Symbols&#039;&#039; are hard to see because they render black-on-gray. Doing a basic invert with &amp;lt;code&amp;gt;class=&amp;quot;skin-invert-image&amp;quot;&amp;lt;/code&amp;gt; doesn&#039;t produce the correct results.&lt;br /&gt;
&lt;br /&gt;
I think the quickest fix is to add white backgrounds to the gallery. It&#039;s not the prettiest, but it&#039;s usable.&lt;br /&gt;
&lt;br /&gt;
I did not easily find any information on how I could edit the page so the gallery shows the images with a white background.&lt;br /&gt;
I looked at the following pages:&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Help:Gallery_tag&lt;br /&gt;
* https://commons.wikimedia.org/wiki/Commons:Galleries&lt;br /&gt;
* https://www.mediawiki.org/wiki/Recommendations_for_night_mode_compatibility_on_Wikimedia_wikis#When_skin-invert_does_not_work&lt;br /&gt;
** this describes me what I want to do, but doesn&#039;t tell me how to do it&lt;br /&gt;
&lt;br /&gt;
--[[User:Susko3|Susko3]] ([[User talk:Susko3|talk]]) 00:13, 8 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Agreed, the text stops short of explicitly giving directions for the fix, which is to add &amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot; inline&amp;gt;class=&amp;quot;skin-invert&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; to the {{tag|gallery|open}} tags used. (Or, in these cases, change them from &amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot;&amp;gt;&amp;lt;gallery caption=&amp;quot;...&amp;quot; &amp;gt;&amp;lt;/syntaxhighlight&amp;gt; to &amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot;&amp;gt;&amp;lt;gallery class=&amp;quot;skin-invert&amp;quot; caption=&amp;quot;...&amp;quot; &amp;gt;&amp;lt;/syntaxhighlight&amp;gt;. I&#039;ve [https://en.wikipedia.org/w/index.php?title=DOT_pictograms&amp;amp;oldid=1250088863 done so] on that page. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 12:19, 8 October 2024 (UTC)&lt;br /&gt;
::Oops. Well, I did so for about half of them, and then I apparently got lazy. (Or, failed to realize there were more.) I&#039;ll hit the rest now. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 12:24, 8 October 2024 (UTC)&lt;br /&gt;
:I updated the information at [[Recommendations for night mode compatibility on Wikimedia wikis]] so that the information about updating {{tag|gallery}} tags is less buried, and I added an example code block after demonstrating the syntax. Hopefully that&#039;ll make things clearer, for editors looking for information on how to update their content. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 05:25, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Paragraph-based Edit Conflict Interface dark mode error ==&lt;br /&gt;
{{tracked|T373231}}&lt;br /&gt;
I also reported this at [[Help talk:Paragraph-based Edit Conflict Interface]] (topic &amp;quot;Dark mode issue&amp;quot;), because while it was &#039;&#039;encountered&#039;&#039; on enwiki, it&#039;s an interface bug that would presumably affect any installation with that tool installed. It&#039;s also a rare dark-mode issue that&#039;s actually an interface bug, and can&#039;t be fixed with a local content tweak.&lt;br /&gt;
&lt;br /&gt;
When using the &amp;quot;Night&amp;quot; site interface (the dark-mode skin), the &amp;quot;tour&amp;quot; popup labeled &amp;quot;Diverging changes are shown line by line.&amp;quot; contains black-on-dark-gray text below that initial heading line (which is rendered in white). No idea if any other interface elements are similarly affected. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 12:23, 8 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/XOR_gate XOR gate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The background of svg image is taken from the dark mode and thus is black in dark mode which render the content of the svg totally unreadable when said content is written or drawn in black as most of the images are. So for example on this page the images showing XOR gate using AOI cannot be seen.&lt;br /&gt;
:[https://en.wikipedia.org/w/index.php?title=XOR_gate&amp;amp;diff=1251286363&amp;amp;oldid=1243089997 done] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:09, 16 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Caucasian_Albanian_script Caucasian Albanian script] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The characters in the &#039;&#039;&#039;Sinai Palimpsest&#039;&#039;&#039; column of the table under the section Letters appear to fail the contrast test at 1.44:1 when the page is in dark mode. -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 00:19, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Whoever made the images on the page in this section forgot to apply the dark mode invert tag to the 𐕞 (Iwn) letter image. -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 00:21, 13 October 2024 (UTC)&lt;br /&gt;
::[https://en.wikipedia.org/w/index.php?title=Caucasian_Albanian_script&amp;amp;diff=1251476971&amp;amp;oldid=1234441559 Done] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:08, 16 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/AmigaDOS AmigaDOS] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This is an example of typical AmigaDOS command syntax:&lt;br /&gt;
&lt;br /&gt;
1&amp;gt; Dir DF0:&lt;br /&gt;
Without entering the directory tree, this shows the content of a directory of a floppy disk and lists subdirectories as well.&lt;br /&gt;
&lt;br /&gt;
The following text is too dark in the dark mode (have to switch to light mode to read easily):&lt;br /&gt;
&lt;br /&gt;
Without entering the directory tree, this shows the content of a directory of a floppy disk and lists subdirectories as well.&lt;br /&gt;
&lt;br /&gt;
: {{u|Matrix}} fixed most of those, I cleaned up a few stragglers. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 09:57, 15 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The description of Today&#039;s Featured Picture has unreadable black on black text. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 00:05, 10 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/User_talk:Thekhan3 Thekhan3] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Text in &amp;quot;today&#039;s featured picture&amp;quot; is not properly colored. I was not able to upload the screenshot&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2023_Formula_One_World_Championship 2023 Formula One World Championship] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The total points column of the World Drivers&#039; Championship standings table and the World Constructors&#039; Championship standings table below it has both the column background and the text in dark colors, making it difficult to read.&lt;br /&gt;
https://en.wikipedia.org/wiki/2023_Formula_One_World_Championship#World_Drivers&#039;_Championship_standings&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On my user page, under &amp;quot;Suggested edits,&amp;quot; the descriptive text had incredibly low contrast compared to the background.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Requests_for_comment/History_and_geography Requests for comment/History and geography] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Almost all the text is black. [[User:Mellk|Mellk]] ([[User talk:Mellk|talk]]) 13:20, 16 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Requests_for_comment/Politics,_government,_and_law Requests for comment/Politics, government, and law] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Almost all the text is black. [[User:Mellk|Mellk]] ([[User talk:Mellk|talk]]) 13:20, 16 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Transformer Transformer] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The equations in the sidebar of the Ideal transformer subsection of the Principles section are written in white against an off-white background when in dark mode, making them effectively invisible.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/List_of_The_Simpsons_characters List of The Simpsons characters] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The table under the Characters section is visably blank, excepting two rows (Homer &amp;amp; Kumiko Albertson).&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Sawtooth_wave Sawtooth wave] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The infobox image is a PNG, containing a black graph with no background. This makes it hard to see during dark mode, as it appears as black over dark grey (contrast ratio 1.3:1). A brighter background for the image would be helpful.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Time_signature Time signature] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section: Early music usage&lt;br /&gt;
&lt;br /&gt;
The table titled &amp;quot;Proportion Signs&amp;quot; contains black text against the dark mode background.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Dodgers–Yankees_rivalry Dodgers–Yankees rivalry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In the &amp;quot;Season-by-season results&amp;quot; section the &amp;quot;Season&amp;quot; and &amp;quot;Notes&amp;quot; links in the 2000s, 2010s, and 2020s tables are the same color as the background of those cells.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2024_Northwestern_Wildcats_football_team 2024 Northwestern Wildcats football team] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In all football articles that have a football schedule (&amp;quot;Schedule&amp;quot; section in this specific article), text is dark and unreadable in the games that have yet to be played.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Help:Page_history Page history] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
under &amp;quot;most viewed since your edit&amp;quot; the images are inverted&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Logic_gate Logic gate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section: Universal logic gates&lt;br /&gt;
&lt;br /&gt;
The diagrams displayed inside the table cells are drawn in black against the dark mode background colour.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sucrose Sucrose] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In dark mode, the image at the top-right, showing the chemical structure (Haworth projection) of the molecule, appears in &#039;&#039;&#039;black, with a dark gray background&#039;&#039;&#039;, making it almost impossible to view. In dark mode, the chemical structure lines and text in the image should appear in &#039;&#039;&#039;white, with a dark gray or black  background&#039;&#039;&#039; (i.e., the &#039;&#039;inverse&#039;&#039;, or &#039;&#039;negative&#039;&#039;, of the original image).&lt;br /&gt;
&lt;br /&gt;
Note that this issue occurs in numerous Wikipedia articles, when viewed in dark mode, and not only in the article about sucrose.&lt;br /&gt;
&lt;br /&gt;
Also note that switching to light mode and using &#039;&#039;Dark Reader&#039;&#039; (a popular browser add-on), to generate the dark mode, works as intended (i.e., the chemical structure lines and text in the image appear in white, with a black background, making the image perfectly viewable).&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Talk:Viriamo Viriamo] dark mode error ==&lt;br /&gt;
I&#039;m not sure what template this arises from but dark mode inverts the color of an image on a talk page section for a DYK nomination (see Talk:Viriamo).&lt;br /&gt;
&lt;br /&gt;
[[File:Viriamo example.png|thumb|the image displaying normally]]&lt;br /&gt;
[[File:Viriamo example 2.png|thumb|the inverted image]]&lt;br /&gt;
&lt;br /&gt;
:This seems caused by the row:&lt;br /&gt;
:&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
filter: invert(1) hue-rotate(180deg);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; --[[User:ZandDev|ZandDev]] ([[User talk:ZandDev|talk]]) 02:35, 30 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/List_of_best-selling_albums List of best-selling albums] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode conflicts with the light pastel colours used to mark different categories in tables. In this article, specific random rows maintain their dark-mode colouring while the rest are displayed using light-mode colouring. This is not an error I have consciously observed on other pages.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/List_of_trigonometric_identities List of trigonometric identities] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Links in a table appear dark and can&#039;t be seen well, like in this section:&lt;br /&gt;
https://en.wikipedia.org/wiki/List_of_trigonometric_identities#Multiple-angle_and_half-angle_formulae&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Administrators&#039;_noticeboard/Incidents Administrators&#039; noticeboard/Incidents] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
It&#039;s difficult to read watchpages with filters with dark mode enabled.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs Plan 9 from Bell Labs] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
The image of the Plan 9 from Bell Labs mascot, &amp;quot;Glenda in a space suit&amp;quot; at the top of the right-hand sidebar info box does not display properly in dark mode. Maybe nothing can be done about that but I assume this affects other similar (possibly vector / svg?) images on Wikipedia where the color scheme was not designed with dark mode in mind.&lt;br /&gt;
:Was [https://en.wikipedia.org/w/index.php?title=Plan_9_from_Bell_Labs&amp;amp;diff=prev&amp;amp;oldid=1255414488 fixed]. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:56, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Contents/Society_and_social_sciences Contents/Society and social sciences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Text is very hard to read in dark mode. Color contrast is as low as 1.12:1&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ve made [https://en.wikipedia.org/w/index.php?title=Wikipedia:Contents/styles.css&amp;amp;diff=prev&amp;amp;oldid=1255524678 some improvements]. It&#039;s not super pretty, but at least it is readable now. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:54, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Group_(mathematics) Group (mathematics)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Part: Second example: a symmetry group&lt;br /&gt;
&lt;br /&gt;
Element: Cayley table&lt;br /&gt;
&lt;br /&gt;
Symbols in squares with light background difficult to read (easily visible in light mode). Also fine in invert color display mode. Is there such &amp;quot;html&amp;quot; &amp;quot;tag&amp;quot; for elements to just invert?&lt;br /&gt;
:Improved, but their background details are very light, so it would be better if someone made an improved set of images for these I think. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:41, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Try Suggested Edits&amp;quot; popup dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&amp;quot;Try suggested edits&amp;quot; popup that shows after a (first?) edit is white-on-white. &lt;br /&gt;
&lt;br /&gt;
https://imgur.com/a/xc1imc2&lt;br /&gt;
&lt;br /&gt;
--[[Special:Contributions/142.196.166.123|142.196.166.123]] 22:36, 8 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Table don&#039;t affected ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
the table still is in light theme and it looks very bright&lt;br /&gt;
&lt;br /&gt;
== Text too bright ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This issue is related to the Vector 2022 skin - if that is what the instructions refer to as template.&lt;br /&gt;
I am experiencing issues with the text color (#eaecf0) which manifest as eye strain.&lt;br /&gt;
&lt;br /&gt;
With light mode, I get an initial shock every time I open a page. If I read all of it, I&#039;m alright by the end - but then switching back to anything else on my computer which is all in dark mode, I get another shock.&lt;br /&gt;
&lt;br /&gt;
With dark mode, I get no initial shock, however by the end of the article I realize my sight is littered with remnants of the text due to its brightness.&lt;br /&gt;
&lt;br /&gt;
I find that changing this color to (#b8babd) makes the page much more pleasant for my eyes. &lt;br /&gt;
&lt;br /&gt;
My suggestion is really not related to hue as much as it is lightness. I believe a drop of around 20% is needed to reduce eye strain.&lt;br /&gt;
&lt;br /&gt;
Thanks for the consideration :)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Waco_siege Waco siege] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When Automatic is selected and the browser is set to prefer dark themes, the map of Texas is unreadable. When either light or dark is explicitly selected, the map of Texas is correct.&lt;br /&gt;
&lt;br /&gt;
Tested on Firefox for Windows.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Gadigal_railway_station Gadigal railway station] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black table&lt;br /&gt;
&lt;br /&gt;
== [[wikipedia:Template:Infobox historical era|Template:Infobox historical era]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Chronology section of [[wikipedia:Template:Infobox historical era|Template:Infobox historical era]], with {{para|before}} and {{para|after}} links displays with &amp;lt;code&amp;gt;background:#F9F9F9;&amp;lt;/code&amp;gt; regardless of whether night mode is on or off. [[User:Yodin|Yodin]] ([[User talk:Yodin|talk]]) 02:58, 12 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Fixes have been made by @[[User:Matrix|Matrix]]. --[[User:Yodin|Yodin]] ([[User talk:Yodin|talk]]) 12:57, 15 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Double-precision_floating-point_format Double-precision floating-point format] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The dark mode color filter (?) doesn&#039;t work properly in the [https://en.wikipedia.org/wiki/Double-precision_floating-point_format#Double-precision_examples &amp;quot;Double-precision examples&amp;quot;] section of the &amp;quot;Double-precision floating-point format&amp;quot; page. The background is off-white instead of dark.&lt;br /&gt;
&lt;br /&gt;
It also &amp;quot;escapes&amp;quot; the article and goes off to the right, overlapping the &amp;quot;tools&amp;quot; sidebar.&lt;br /&gt;
:Improved with css variables and a scroll box. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 12:07, 12 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Feynman_diagram Feynman diagram] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
At the top of this page (“Feynman Diagram”), there is an image of the Feynman Diagram. In dark mode this changes to a black background, as expected, but the particle markings (‘e-’ for electron, etc) remain in a grey, making it difficult to read against the black background. &lt;br /&gt;
The image is still perfectly readable in light mode.&lt;br /&gt;
&lt;br /&gt;
Everything else I saw briefly on the page looked good.&lt;br /&gt;
:Was [https://en.wikipedia.org/w/index.php?title=Feynman_diagram&amp;amp;diff=prev&amp;amp;oldid=1257740569 fixed]. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 12:56, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/European_Court_of_Human_Rights European Court of Human Rights] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The logo in the side box is way too low contrast.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Confusion_and_diffusion Confusion and diffusion] dark mode advice ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Okay, the mode change from light to dark is cool, but the dark color is too dark. It affects the reading and does not feel good. I think the background color should be &amp;quot;#333&amp;quot; or something around this color. This is the demo of how I change, and it&#039;s probably good.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[File:Image for demo the how background is looks like.png|thumb]]&lt;br /&gt;
&amp;quot;Okay, the mode change from light to dark is cool, but the dark color is too dark. It affects the reading and does not feel good. I think the background color should be &amp;quot;&#039;&#039;&#039;#333&#039;&#039;&#039;&amp;quot; or something around this color. This is the demo of how I change, and it&#039;s probably good.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Image background settings.png|thumb|alt=Image background settings|Image background settings]]&lt;br /&gt;
color setting demo.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;I hope this Setting Looks fine for all users Feels this nice look or any improvement in this setting it&#039;s fine but this is from my size.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Community_response_to_the_Wikimedia_Foundation&#039;s_ban_of_Fram Community response to the Wikimedia Foundation&#039;s ban of Fram] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description:&#039;&#039;&#039; the templates inside &amp;quot;mw-archivedtalk&amp;quot; are all with badly inverted text. showing dark on dark.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Eastern_Iowa_Airport Eastern Iowa Airport] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The blue color on the legends of the passenger destinations map is very difficult to read. I have attached a screenshot as an example.&lt;br /&gt;
[[File:Example Screenshot November 20.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
There is not an issue with readability, but the dark mode preference does not save when coming back to Wikipedia after closing Google Chrome.&lt;br /&gt;
:{{replyto|Sypesgpgp}} For registered users, it is registered in their preferences (and many people have this, so if there was some sort of wider issue, I&#039;d expect many people to complain about this not working). For anonymous users, this setting is saved with a cookie. So if you have a browser or an extensions for that throws away cookies for privacy/ad blocking reasons, then remembering the setting will not work. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 12:50, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template_talk:Chernobyl Chernobyl] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The title &amp;quot;Chernobyl Disaster&amp;quot; is colored dark grey on dark mode, which makes it very hard to read because of the black background.&lt;br /&gt;
&lt;br /&gt;
Interestingly, this issue does not appear when viewing the template itself, but appears when viewing an article that has that template, such as [https://en.wikipedia.org/wiki/Elephant%27s_Foot_(Chernobyl) the page on Elephant&#039;s Foot].&lt;br /&gt;
&lt;br /&gt;
This issue occurs in both Firefox and Ungoogled Chromium.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Vithkuqi_alphabet Vithkuqi alphabet] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The letter images in the table in the Description section of the page fails the contrast check (1.3:1). I was wondering if this could be corrected. -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 01:14, 25 November 2024 (UTC)&lt;br /&gt;
: [https://en.wikipedia.org/w/index.php?title=Vithkuqi_alphabet&amp;amp;diff=prev&amp;amp;oldid=1259488390 fixed] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 13:09, 25 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/2024–25_PBA_Commissioner&#039;s_Cup 2024–25 PBA Commissioner&#039;s Cup] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t read the dates in the results table (in the elimination round section) without highlighting it. I think it&#039;s because the text color is currently set to black?&lt;br /&gt;
:[https://en.wikipedia.org/w/index.php?title=Module:Sports_games&amp;amp;diff=prev&amp;amp;oldid=1259489510 fixed] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 13:49, 25 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Good_articles Good articles] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Background color isn&#039;t changed from the default, resulting in white-ish text on a white-ish background.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Help:Multilingual_support Multilingual support] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;ve found yet another page where their images fail the contrast check when in Dark mode at 1.3:1. I also noticed that some images leave a white background in dark mode, and should probably be updated to remove said background from the images. The images in question are all under the Scripts section of the page. I was wondering if this could be corrected as well? -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 15:01, 28 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The images look better in Dark mode, but the letter images under Ancient South Arabian no longer appear. Seems like they lowercased the PNG part, when that bit is also case sensitive (___.png and ___.PNG are treated to not be the same image on these wikis). -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 02:09, 2 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Tip me low  ==&lt;br /&gt;
&lt;br /&gt;
Richard Deon Thompson 6kxmd7el4u93xmd  [[User:Dion65088|Dion65088]] ([[User talk:Dion65088|talk]]) 03:11, 1 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Ten thousand dollars trade  ==&lt;br /&gt;
&lt;br /&gt;
U.s writer. [[User:Dion65088|Dion65088]] ([[User talk:Dion65088|talk]]) 03:12, 1 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Birdman_(film) Birdman (film)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Poodle_Hat Poodle Hat] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In the Wikipedia article for Poodle Hat [[https://en.wikipedia.org/wiki/Poodle_Hat]], in the track listing section [[https://en.wikipedia.org/wiki/Poodle_Hat#Track_listing]] the place holder text for the expandable section of the track &amp;quot;Angry White Boy Polka&amp;quot; appears dark in the dark mode.&lt;br /&gt;
&lt;br /&gt;
== 📢 [https://en.wikipedia.org/wiki/Tegra Tegra] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Some pages are way to big&#039;&#039;&#039;&lt;br /&gt;
Hello I was reading the page for tegra chip and i noticed that it was very large when i checked it was because of a list&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Reading/Web/Accessibility_for_reading/Reporting/en.wikipedia.org&amp;diff=6884303</id>
		<title>Reading/Web/Accessibility for reading/Reporting/en.wikipedia.org</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Reading/Web/Accessibility_for_reading/Reporting/en.wikipedia.org&amp;diff=6884303"/>
		<updated>2024-12-03T05:05:44Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: /* Tegra dark mode error */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NEWSECTIONLINK__&lt;br /&gt;
{{Center|&#039;&#039;&#039;[[Special:NewSection/{{PAGENAME}}|CREATE A REPORT]]&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
Key: The following emojis in the title mean someone has looked at the feedback and worked out what to do with it.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Caption&lt;br /&gt;
! Icon !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| 📢 || User is providing general feedback and it should be reviewed by designer/PM. If the template is legible in dark mode (just bright!) you can also consider it feedback and use this emoji. For popular templates, please consider adding a comment on the talk page when adding this emoji.&lt;br /&gt;
|-&lt;br /&gt;
|❓&lt;br /&gt;
|Report was unclear and we don&#039;t know what to do with it.&lt;br /&gt;
|-&lt;br /&gt;
|✅&lt;br /&gt;
|This has been fixed or reported on wiki.&lt;br /&gt;
|-&lt;br /&gt;
|🐛&lt;br /&gt;
|This is tracked in a bug or a talk page comment (please use the Tracked template).&lt;br /&gt;
|-&lt;br /&gt;
|🤖&lt;br /&gt;
|Concerns a gadget&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Emmanuel_Macron Emmanuel Macron] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Links to other pages turn invisible!!!&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Radiosoul Radiosoul] dark mode error ==&lt;br /&gt;
Hello! I noticed while browsing that [[wikilinks]] in infoboxes are no longer visible with dark mode on. I&#039;ve also observed this issue on several other pages, including [https://en.wikipedia.org/wiki/Keir_Starmer Keir Starmer] and [https://en.wikipedia.org/wiki/Paint_It_Black Paint It Black]. This issue only seems to affect certain infobox parameters (i.e. headings). [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 23:17, 10 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
I&#039;ve also noticed similar info box issues: https://en.wikipedia.org/wiki/CPNE1 Almost everything in the infobox on this page is invisible. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 23:41, 10 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[:en:1995_NBA_All-Star_Game|🐛1995 NBA All-Star Game]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Dark mode interferes with the color of the images (in this instance, the illustrations of the uniform colors on the sidebar). In dark mode, the illustrations are the same dark gray shade as the background. In light mode, the proper colors are displayed. &lt;br /&gt;
&lt;br /&gt;
This is a problem for all pages that use this uniform display graphic template, including several other NBA All-Star Game pages, as well as those of many US college basketball teams (both men&#039;s and women&#039;s--e.g.: [https://en.wikipedia.org/wiki/Indiana_Hoosiers_men%27s_basketball| Indiana Hoosiers men&#039;s basketball] and [https://en.wikipedia.org/wiki/UConn_Huskies_women%27s_basketball| UConn Huskies Women&#039;s Basketball]).&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
== [[:en:20th_Century_Studios|📢20th Century Studios]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt; The number of different shades of gray found between the body text, the sidebars, and the extra space on my monitor were distracting. I would much rather all the black is the same.&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Editing while in dark mode was hard on my eyes&lt;br /&gt;
: {{re|Buffalkill}} Hello, could you please explain the issue you are facing? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 10:57, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Algorithmic_efficiency Algorithmic efficiency] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description - difficulty reading &amp;amp; monitor breaking.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I used to have dark mode in wikipedia with custom css however I noticed that having it too dark, made reading it difficult and my monitor was also making faulty vertical lines for some reasons...&lt;br /&gt;
&lt;br /&gt;
Can you &#039;&#039;&#039;&#039;&#039;slightly&#039;&#039;&#039;&#039;&#039; reduce the darkness.&lt;br /&gt;
&lt;br /&gt;
I found this issue generally but first at - [[https://en.wikipedia.org/wiki/Algorithmic_efficiency|Algorithmic_efficiency]]&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Tenka_Sanbun_no_Kei:_Ōmisoka_New_Year&#039;s_Eve_Special Tenka Sanbun no Kei: Ōmisoka New Year&#039;s Eve Special] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode makes the source editor almost unreadable.&amp;lt;blockquote&amp;gt;Possibly relates to syntax highlighting? [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:14, 19 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Spamdexing Spamdexing] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;:&lt;br /&gt;
The coloured bars alongside the warnings at the top of the page display as gray in dark mode.&lt;br /&gt;
&lt;br /&gt;
:This is [[:en:MediaWiki talk:Common.css/to do#Dark mode: metadata]] +- [[phab:T365330]]. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 21:47, 11 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Witch_trials_in_the_Holy_Roman_Empire Witch trials in the Holy Roman Empire] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Skin color is distorted.&lt;br /&gt;
: {{re|HumanBeing240}} Hello, could you please explain the issue you are facing? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 10:58, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/2024_FIVB_Men&#039;s_Volleyball_Challenger_Cup 2024 FIVB Men&#039;s Volleyball Challenger Cup] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [[:en:L-DOPA|🐛L-DOPA]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Infobox and synthesis chemical drawings are black images with transparent background and not visible in dark mode.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/System_of_a_Down System of a Down] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Template:System_of_a_Down&lt;br /&gt;
https://en.wikipedia.org/wiki/Template:MTV_Europe_Music_Award_for_Best_Alternative&lt;br /&gt;
Text of headers of templates in the bottom of page is black and unreadable when background is black. I guess it may be a problem of all templates across whole wiki&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Malatang Malatang] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Part of a series on Chinese cuisine&amp;quot; panel still has a white background, which makes it hard to read&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wikipedia:Administrators&#039;_noticeboard/Incidents Administrators&#039; noticeboard/Incidents] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sections set off with {{tl|tqb}} are illegible on this page, though the examples on the template doc page are fine. See https://en.wikipedia.org/w/index.php?title=Wikipedia:Administrators%27_noticeboard/Incidents&amp;amp;diff=prev&amp;amp;oldid=1233836581 for an example. Thanks.&lt;br /&gt;
&lt;br /&gt;
:This looks fine to me? [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 21:28, 11 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓ [https://en.wikipedia.org/wiki/Dungeness Dungeness] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
If a word is ontop of a map, the word(s) background aren&#039;t transparent, blocking the view of the map.&lt;br /&gt;
&lt;br /&gt;
I found this in the map section for the article about the Dungeness in England.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Struggle_session Struggle session] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The colors of pictures are inverted on my screen.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Billboard_200 Billboard 200] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The Billboard logo has a transparent background, which makes it invisible.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Talk:Lena_Raine Lena Raine] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Some boxes on Talk pages are still white.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On chemistry pages, the molecules are made in black and they become very hard to read against the dark mode background.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Severed_Survival Severed Survival] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The table in the Track Listing section in the dark mode behaves as if it is in the light mode, i.e. black letters on white background.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Reducing_sugar Reducing sugar] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Make transparent diagrams with black borders hard to read because the background is dark as well&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Ketosis Ketosis] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Ketone bodies: acetone, acetoacetic acid, and beta-hydroxybutyric acid in the infobox not visibile&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Fall_of_Constantinople Fall of Constantinople] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The [[w:Template:History_of_the_Byzantine_Empire_sidebar|History of the Byzantine Empire sidebar]] has a title &amp;quot;Part of a series on the History of the Byzantine Empire&amp;quot; that is black text on a black background and therefore invisible.&lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;New dark mode text is too bright&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The new experimental dark mode appears to disregard common UX recommendations for dark mode, particularly the default color for text being far too bright.&lt;br /&gt;
&lt;br /&gt;
Specifically, text (#EAECF0) is now significantly brighter compared to the beta version (#DFDEDD), which was more in line with common recommendations for reducing eyestrain. Referencing Material Design&#039;s guidelines for dark themes, they recommend using #DEDEDE (white at 87% opacity), which is more suitable for extended reading sessions. Note how close that text color is to the beta version.&lt;br /&gt;
&lt;br /&gt;
While I would prefer to revert to the beta version until this is resolved, doing so causes a white flash on every page load or refresh. [[User:Daniel Quinlan|Daniel Quinlan]] ([[User talk:Daniel Quinlan|talk]]) 22:12, 11 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Also I have found that &amp;lt;span style=&amp;quot;border:1px solid black; color:#dedede; background-color:#101418; padding:4px 8px&amp;quot;&amp;gt;#dedede&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;border:1px solid black; color:#dfdedd; background-color:#101418; padding:4px 8px&amp;quot;&amp;gt;#dfdedd&amp;lt;/span&amp;gt; seem better than &amp;lt;span style=&amp;quot;border:1px solid black; color:#eaecf0; background-color:#101418; padding:4px 8px&amp;quot;&amp;gt;#eaecf0&amp;lt;/span&amp;gt;. --[[User:ZandDev|ZandDev]] ([[User talk:ZandDev|talk]]) 21:08, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/2024_Indian_general_election 2024 Indian general election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The file [[w:File:Indian_General_Election_2024.svg | 2024 Indian General Election]] in the infobox has black text on a dark grey background. The background should be made light grey in dark mode or the SVG should be swapped out for a version with accessible text.&lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Earth Earth] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[[w: File:Earth_cutaway_schematic-en.svg | File:Earth_cutaway_schematic-en.svg]] and [[w: File:Seasons1.svg |File:Seasons1.svg]] are both SVGs with a transparent background and black text labels on a dark grey background. The labels are not legible. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== [[:en:The_arts|🐛The arts]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The image [[w:File:MozartExcerptK331.svg | File:MozartExcerptK331.svg]] in the music section is black text on a black background. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Human Human] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The image [[w:File:Human.svg | Human.svg]] in the &amp;quot;Gender&amp;quot; section is a black outline on a black background and is not visible. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Planet Planet] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Tables of planetary[[w:https://en.wikipedia.org/wiki/Planet#Symbols| symbols]] images are black lines on a black background and are not visible. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/List_of_Green_Bay_Packers_NFL_Anniversary_All-Time_Team_selections List of Green Bay Packers NFL Anniversary All-Time Team selections] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The use of the dark green custom colours for link titles in [[w:https://en.wikipedia.org/wiki/Template:Green_Bay_Packers|Template:Green_Bay_Packers]] makes them difficult to see on the dark mode background. &lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:Unsolved Unsolved] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This template is utterly broken in dark mode. White text on a white background. Should inherit CSS variables in dark and light mode for colour compatibility. &lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Mathematics Mathematics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The following images have black labels on a black background that are not visible:&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:Quadratic_formula.svg|Quadratic_formula.svg]]&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:Markovkate_01.svg|Markovkate_01.svg]]&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:IllustrationCentralTheorem.png|IllustrationCentralTheorem.png]]&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:Supply-demand-equilibrium.svg|Supply-demand-equilibrium.svg]]&lt;br /&gt;
&lt;br /&gt;
[[w:https://en.wikipedia.org/wiki/File:Nuvola_apps_edu_mathematics_blue-p.svg|Nuvola_apps_edu_mathematics_blue-p.svg]]&lt;br /&gt;
&lt;br /&gt;
[[w:User: Kabelsalat22| Kabelsalat22]] ([[w:User talk:Kabelsalat22|talk]])&lt;br /&gt;
&lt;br /&gt;
== 📢 [https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Compared to the Dark Mode Gadget I&#039;d been using, this beta Dark Mode feature is not as dark. It&#039;s comparatively more grey and not pure black.&lt;br /&gt;
&lt;br /&gt;
Aside from being brighter than I&#039;d like, LED screens turn off the pixels with pure black, so the Dark Mode feature would draw more power than the Dark Mode gadget. (I don&#039;t personally have an LED screen laptop though to really know if it&#039;s pure black to turn off pixels).&lt;br /&gt;
&lt;br /&gt;
2. A **new** error is I now can&#039;t seem to re-enable the Gadget version of Dark Mode, even when I switch the display back to Light Mode or Automatic prior to enabling the gadget. Newly opened pages only briefly (less than a second) show as dark, but then it&#039;s instantly bright.&lt;br /&gt;
&lt;br /&gt;
Short version:&lt;br /&gt;
&lt;br /&gt;
1. Dark Mode is not as dark/black as the Dark Mode Gadget.&lt;br /&gt;
&lt;br /&gt;
2. The Dark Mode gadget cannot seem to be re-enabled after trying the Dark Mode beta feature.&lt;br /&gt;
&lt;br /&gt;
Section of article(s): Global&lt;br /&gt;
&lt;br /&gt;
[[User:BlindingDarkness|BlindingDarkness]] ([[User talk:BlindingDarkness|talk]]) 02:59, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
EDIT/Update: I was able to re-enable the Gadget by clicking &amp;quot;Dark Mode&amp;quot; in the user menu on the top right, where it now shows pure black again. This is after I tried re-enabling it through the Gadget area of Preferences, when it would only briefly show pages in the pure black I prefer before turning bright incorrectly.&lt;br /&gt;
&lt;br /&gt;
[[User:BlindingDarkness|BlindingDarkness]] ([[User talk:BlindingDarkness|talk]]) 03:04, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
In trying to replicate what I did, I noticed the &amp;quot;dark mode&amp;quot; option in the user menu at the top right is not there if the gadget is disabled, so looks like that option is tied to the Gadget and not the new Beta.&lt;br /&gt;
&lt;br /&gt;
Basically, to re-enable the gadget correctly, it has to be done first in the Preferences Gadget area, and then Dark Mode has to be clicked in the user menu at the top right.&lt;br /&gt;
I&#039;ll continue using the Gadget and try the beta again later to see if it&#039;s made darker.&lt;br /&gt;
&lt;br /&gt;
[[User:BlindingDarkness|BlindingDarkness]] ([[User talk:BlindingDarkness|talk]]) 03:11, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:Navbox_musical_artist Navbox musical artist] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&amp;lt;br/&amp;gt;The headers on this template become completely unreadable in dark mode (this includes the name of the artist, names of band members and the icons in the top left). See [https://en.wikipedia.org/wiki/Sultans_of_Swing Sultans of Swing] for an example of this on a mainspace article (the template is at the bottom of the page). Thanks, [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 11:15, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wikipedia:Reliable_sources/Perennial_sources Reliable sources/Perennial sources] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
When I&#039;m trying to read the table where the various sources is, the text in these colored (light red, light green, light yellow/lime?) lines/blocks is light grey/white (I can&#039;t tell...) and is very difficult to read.&lt;br /&gt;
&lt;br /&gt;
The solution would be that these blocks/lines are way more darker colored (in dark mode, if possible), so it is definitely easier on the eyes and definitely easier to read. Hope that helps. I hope I didn&#039;t missed anything I could change. Thanks, [[User:MtrdCtchr|MtrdCtchr]] ([[User talk:MtrdCtchr|talk]]) 12:20, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I&#039;ve flipped [[:en:Wikipedia:Reliable sources/Perennial sources/styles.css]] for dark mode for the primary content. Further adjustment should be requested on the talk page of RSP. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 17:39, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Forceps Forceps] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
backgrounds of images with transparent backgrounds turn black reducing their visibility&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Justin_Woodall Justin Woodall] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Found another infobox that becomes unreadable: https://en.wikipedia.org/wiki/Justin_Woodall&lt;br /&gt;
[[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 18:00, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wyoming_Highway_352 Wyoming Highway 352] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The bottom row of the template: &amp;quot;1.000 mi = 1.609 km; 1.000 km = 0.621 mi&amp;quot; is light grey on white and consequently illegible. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 18:06, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[File:Wikipedia dark mode light color status bar mobile ios.png|thumb|alt=a screenshot from iOS safari browser showing a light status bar when wikipedia is in dark mode]]{{Tracked|T364285}}&lt;br /&gt;
&#039;&#039;&#039;Status bar on iOS Safari is still light color&#039;&#039;&#039;&lt;br /&gt;
This can clash with the overall dark theme and make the rest of the page harder to read.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Template:Infobox_album Infobox album] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
On light mode, the headers on this template are a different colour to the usual white {{small|(See &#039;&#039;[https://en.wikipedia.org/wiki/From_the_Muddy_Banks_of_the_Wishkah From the Muddy Banks of the Wishkah]&#039;&#039;, where the album title and other headers are coloured orange)}}. This helps to distinguish the headers from the other content, and it is color-coded so that particular types of albums (e.g. live albums or soundtrack albums) have differently coloured headers. On dark mode, this feature is non-existent - everything has the same background colour, making it more difficult to distinguish information. Thanks, [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 22:01, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/The_Cat_Empire_discography#Singles The Cat Empire discography § Singles] dark mode error ==&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
The [https://en.wikipedia.org/wiki/Template:N/a N/a] and [https://en.wikipedia.org/wiki/Template:TBA TBA] templates on this page stick out very noticeably, as they are much brighter in colour than the other info in the column. I would recommend making them look a little more subtle. Thanks, [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 23:01, 12 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [[:en:Wikipedia:Task_Center|✅Task Center]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&amp;lt;br/&amp;gt;The headers are unreadable in dark mode, as they appear as white text on a white background. [[User:SupremeLordBagel|SupremeLordBagel]] ([[User talk:SupremeLordBagel|talk]]) 00:06, 13 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This one is fixed. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 14:30, 13 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Special:Watchlist Watchlist] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
When companies design a dark mode version of their website, the most important priority is color contrast. The current state of Wikipedia&#039;s dark mode keeps blue text from light mode the same color. However, the shade of blue should be slightly adjusted to contrast enough with the black background to make the text more readable. I&#039;ve linked the watchlist page, which contains a lot of blue text, to demonstrate how it strains the eyes.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/User_talk:Firefangledfeathers Firefangledfeathers] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Wikitext box background is white, should be black, no text is visible.&amp;lt;blockquote&amp;gt;Is this reference to https://en.wikipedia.org/w/index.php?title=Module:Contentious_topics/aware ? [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:14, 19 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 📢Dark mode error ==&lt;br /&gt;
&lt;br /&gt;
Table&#039;s cells with color FFF are hard to read (Maybe make them more dark)&lt;br /&gt;
https://en.wikipedia.org/wiki/List_of_Apple_products,&lt;br /&gt;
https://en.wikipedia.org/wiki/List_of_iPhone_models&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/2024_Russian_presidential_election 2024 Russian presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The Link colors could be a softer/ shade of blue in dark mode, so they don&#039;t so aggressively contrast with the white text. That&#039;s the only issue I&#039;m seeing. The shade of gray works. This applies to the general interface, not just this article.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/File:VisualEditor_Citoid_Manual.png VisualEditor Citoid Manual.png] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T368795}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
I can’t use dark mode unless i am logged in to a Wikipedia account.&lt;br /&gt;
&lt;br /&gt;
== 🐛[[:en:Greek_alphabet|Greek alphabet]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The side panel table showing the full Greek alphabet includes an SVG image file showing &amp;quot;Aα...Ωω&amp;quot;. However, when using dark mode, the text in the image remains black, making it difficult to read against the dark background.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:WelcomeSurvey WelcomeSurvey] dark mode error ==&lt;br /&gt;
{{Tracked|T370079}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 📢🐛 Twinkle dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colours are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Twinkle drop down menus unreadable in dark mode&#039;&#039;&#039; When using the [[w:WP:Twinkle|Twinkle]] gadget for tasks such as warning vandals, I have observed that, with dark mode enabled, the text in drop down menus is nearly unreadable as the text colour has changed to white but the background colour of the dropdown has remained the same white colour. [[User:DigitalChutney|DigitalChutney]] ([[User talk:DigitalChutney|talk]]) 17:22, 14 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:MusikAnimal|MusikAnimal]] [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:26, 17 July 2024 (UTC)&lt;br /&gt;
::Looks like this was fixed? As I understand it, Twinkle uses &amp;lt;code&amp;gt;mw.util.addPortlet&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;mw.util.addPortletLink&amp;lt;/code&amp;gt;, so the styles should be fully controlled by the skin without any changes needed to Twinkle. &amp;lt;span style=&amp;quot;font-family:sans-serif&amp;quot;&amp;gt;&amp;amp;mdash; &amp;lt;span style=&amp;quot;font-weight:bold&amp;quot;&amp;gt;[[User:MusikAnimal|&amp;lt;span style=&amp;quot;color:black; font-style:italic&amp;quot;&amp;gt;MusikAnimal&amp;lt;/span&amp;gt;]] &amp;lt;sup&amp;gt;[[User talk:MusikAnimal|&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;talk&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; 00:58, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Odetari Odetari] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Some table colours directly contrast the colours of dark mode by using a white, which contradicts the point of dark mode. This is likely an error since it does not contrast the colours of light mode when in light mode.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Contributions Special:Contributions] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
Go to the contributions of a partially-blocked user (pick one [https://en.wikipedia.org/w/index.php?title=Special:BlockList&amp;amp;blockType=partial&amp;amp;wpOptions%5B0%5D=tempblocks here]). The block notice near the top has white text on a yellow background, making it completely unreadable. Site-wide blocks are unaffected. [[User:Rummskartoffel|Rummskartoffel]] ([[User talk:Rummskartoffel|talk]]) 17:48, 14 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This was supposed to be fixed by https://en.wikipedia.org/wiki/MediaWiki_talk:Common.css#Interface-protected_edit_request_on_5_May_2024 so I followed up there. [[User:Jon (WMF)|Jon (WMF)]] ([[User talk:Jon (WMF)|talk]]) 16:53, 15 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢Comment from [[User:GoldMX]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;I&#039;m a huge fan of Dark Mode across all platforms, but some do it better than others...unfortunately, y&#039;all have great intentions but the execution suffers...&amp;quot;garish&amp;quot; is the word that comes to mind...the colour choices for the hyperlinks need rethinking amongst other things, a softer &amp;quot;white&amp;quot; for the text would also be something I&#039;d look at, a light gray perhaps? I know you want to keep to your proven theme, but a rethink beofre just reversing the colour palette would be suggested. Good first effort, needs work though.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/List_of_Mac_models List of Mac models] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Light tables and light timelines.&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
: {{re|Odonnellb}} Hello, could you please explain the issue you are facing in detail? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 07:08, 15 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/PDF PDF] dark mode error ==&lt;br /&gt;
{{Tracked|T369391}}&lt;br /&gt;
The {{mono|.flaggedrevs-color-1}} sets light background without changing text colour, so the revision history of an article with pending changes protection is completely illegible in the dark mode. Pending and unreviewed are probably affected too.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Wikipedia:Community_portal Community portal] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The signpost is still in light mode and the help out titles are still in light mode&lt;br /&gt;
* Fixed the signpost box. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 02:20, 18 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Chroma_subsampling Chroma subsampling] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The black text of the first image which is transparent is hard to read.&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370454}}&lt;br /&gt;
&#039;&#039;&#039;Tip popup after confirming my e-mail for my account is still in light mode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The text says: &amp;quot;Welcome to your homepage! You can always click on your username to return here. ...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Hexadecimal Hexadecimal] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Dark mode incompatible with alpha channel&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Hexadecimal has the &amp;quot;Bibi-binary&amp;quot; image and the &amp;quot;Ronald...&amp;quot; image that are just all black in dark mode. This has been very common since the advent of the Dark Reader plugin (and similar) and can be fixed by making the background for all images off-white, or automatically &amp;quot;flattening&amp;quot; the alpha channel from all images.&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Special:InvalidateEmail/3c0192d958d6e0a239d96f5ed2a45d78 InvalidateEmail/3c0192d958d6e0a239d96f5ed2a45d78] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Lists_of_political_office-holders_in_the_Protectorate_of_Bohemia_and_Moravia Lists of political office-holders in the Protectorate of Bohemia and Moravia] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Most table contents are invisible, except for the header and marked rows.&lt;br /&gt;
: https://en.m.wikipedia.org/wiki/Template:Officeholder_table_start [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:25, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Kuratowski_closure_axioms Kuratowski closure axioms] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
At https://en.wikipedia.org/wiki/Kuratowski_closure_axioms#Definition, the backgrounds of the boxes are white, and the text is black. Furthermore, the equations are impossible to see.&lt;br /&gt;
&lt;br /&gt;
== ❓[[https://en.wikipedia.org/wiki/List_of_countries_by_total_fertility_rate List of countries by total fertility rate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
there area little bug when you editing a value of country , pay attention&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/File:Screenshot_of_Google_Sites_editing.png Screenshot of Google Sites editing.png] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
White text in the template is unreadable with a light purple background.&lt;br /&gt;
&lt;br /&gt;
: https://en.m.wikipedia.org/w/index.php?title=Template:Non-free_use_rationale [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:24, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
When I switch to dark mode in my login in English Wikipedia, it does not replicate the dark mode in other languages.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/The_Righteous_Gemstones The Righteous Gemstones] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In &amp;quot;Episodes&amp;quot; section, episode title rows display as dark text on a white background, which is very jarring against the otherwise dark mode screen.&lt;br /&gt;
&lt;br /&gt;
: Needs reporting to https://en.m.wikipedia.org/wiki/Template_talk:Episode_list [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:21, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Contents/Portals Contents/Portals] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Light on light tables, nearly unreadable&lt;br /&gt;
: Fix to https://en.m.wikipedia.org/wiki/Wikipedia:Contents/styles.css is required. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 00:19, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Jadwiga_of_Poland Jadwiga of Poland] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main picture on this page is black on black until you click on it. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 00:07, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Homotopy_lifting_property Homotopy lifting property] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
	&lt;br /&gt;
Instructions&lt;br /&gt;
	&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
	&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
	&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
In the formal definition section, the commutative diagram is difficult to read, since the arrows and text in the diagram and the background are both black. This only occurs on the browser version of the wiki page; on the mobile app version, the background of the commutative diagram is white, while the text in the diagram is black, and the background of the entire page is black with white text. &lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
I think a better fix would be to make the text in the commutative diagram white, if possible.&lt;br /&gt;
: This old entry from July 13 was blocked by an abuse filter. I&#039;ve rescued it from the logs. [[User:Pppery|* Pppery *]] [[User talk:Pppery|&amp;lt;sub style=&amp;quot;color:#800000&amp;quot;&amp;gt;it has begun&amp;lt;/sub&amp;gt;]] 05:10, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Phase-change_memory Phase-change memory] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 🤖📢 [https://en.wikipedia.org/wiki/Cosmetics Cosmetics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The link colour of the “improve this section” text in the “Globalize section” template is too dark when in dark mode. This is however only when logged in, and I am using gadgets like Twinkle which might cause it. &lt;br /&gt;
&lt;br /&gt;
I can make a screenshot, I wasn’t sure if I am allowed to just straight upload to MediaWiki.org or if I have to upload it to something like imgur?&lt;br /&gt;
&lt;br /&gt;
I forgot how to properly test and disable gadgets and other beta functions easily, so feel free to ignore this report. It does happen with all browser plugin disabled on both Firefox and Safari, as long as I am logged in. [[User:Cepeli|Cepeli]] ([[User talk:Cepeli|talk]]) 19:07, 17 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢🐛 [https://en.wikipedia.org/wiki/Oblique_projection Oblique projection] dark mode error ==&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the section &amp;quot;Military projection&amp;quot; / &amp;quot;Examples&amp;quot;, the SVG graphics are displayed in an unreadable way, everything is very dark, practically unreadable. Opening only the graphics allows to see it properly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Additional (general) note&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The text in the dark mode is too bright (probably pure white), it hurts the eyes.&lt;br /&gt;
&lt;br /&gt;
IMHO, for comfortable reading in a dark environment (as the dark mode is meant mostly for that), the text should be light grey (not too dark either!). With pure white, the contrast is way too strong, not comfortable for the eyes.&lt;br /&gt;
&lt;br /&gt;
I understand there are some options to customize it, but maybe balancing it slightly better by default &lt;br /&gt;
is worth considering.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BIG THANKS!!!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
THUMBS UP FOR THE DARK MODE IN WIKIPEDIA!!!! AT LAST!!!&lt;br /&gt;
I was waiting for this for YEARS, wondering when finally Wikipedia devs will stop confusing computer screen with paper (as is the case of majority of applications since Microsoft Word entered the scene and everyone followed...).&lt;br /&gt;
&lt;br /&gt;
I was forced to use resource consuming &amp;quot;Dark mode&amp;quot; plugin to be able to read the articles.&lt;br /&gt;
&lt;br /&gt;
As for me you can abandon the &amp;quot;light mode&amp;quot; and help people save their eyes (though probably it must be kept for those reading Wikipedia on the beach, in the desert, while skiing etc. ;-)&lt;br /&gt;
&lt;br /&gt;
Thank you for the effort providing the Dark mode in Wikipedia!&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Miguel_Zambrano Miguel Zambrano] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Sport wrestling symbol in the stub template is black on black, invisible.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Template:Conservation_status Conservation status] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Labels of conservation status shorthand dark grey on black, nearly unreadable.&lt;br /&gt;
&lt;br /&gt;
==🐛[https://en.wikipedia.org/wiki/Diffusion_equation Diffusion equation] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The equations are white text on a white background and therefore impossible to read.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Council/Directory WikiProject Council/Directory] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Project directory forces light mode&lt;br /&gt;
* This is more or less fixed. Inputbox allows a manual color to be added with wikitext like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;inputbox&amp;gt;bgcolor=white&amp;lt;/inputbox&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; which should probably have a dark mode workaround. [[User:Izno|Izno]] ([[User talk:Izno|talk]]) 02:30, 18 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Tahoma_(typeface) Tahoma (typeface)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In the infobox, every link shows up as unclicked blue links, whether the page has been clicked on or doesn&#039;t exist.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/The_Ashes The Ashes] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode is too dark and the white text bleeds, the dark background should be more like grayish and not  pitch black&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Cathy_Freeman Cathy Freeman] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;doesn’t work all the time&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Watchlist Watchlist] dark mode error ==&lt;br /&gt;
{{Tracked|T370423}}&lt;br /&gt;
--[[User:Trương Mạnh Dinh|Trương Mạnh Dinh]] ([[User talk:Trương Mạnh Dinh|talk]]) 06:21, 18 July 2024 (UTC)&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Epping_railway_station,_Sydney Epping railway station, Sydney] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;Services to&amp;quot; are too dark in the infobox.&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/User:JMGN JMGN] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
: {{re|Cevap86}} Hello, could you please explain the issue you are facing in detail? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:58, 19 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Category:Redirects_from_shortcuts Redirects from shortcuts] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Category:Pending_AfC_submissions Pending AfC submissions] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[[w:en:&lt;br /&gt;
Wikipedia:Article alerts/Bot use warning]] if transcluded onto that page, but the font color is not white.&amp;lt;blockquote&amp;gt;Issue with Cmbox, specifically html.skin-theme-clientpref-night .mw-parser-output .cmbox [[User:Jon (WMF)|Jon (WMF)]] ([[User talk:Jon (WMF)|talk]]) 17:40, 19 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Froude_number Froude number] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
Do not report issues about unreadable images (e.g. SVGs with transparent backgrounds). We are aware of this problem and working on a fix (https://phabricator.wikimedia.org/T370074).&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
See the section &amp;quot;Definition and main application.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Froude_number#Definition_and_main_application&lt;br /&gt;
&lt;br /&gt;
Equations in the green boxes are not readable. They switch to black text. The white page background flips to black. But the light green stays the same, so you get white on light green.&lt;br /&gt;
&lt;br /&gt;
Fix idea: these math symbols need to not flip from black to white. Either manually (some flag set by wiki editor) or automatically (never flip if it&#039;s in a box with manually set background).&lt;br /&gt;
&lt;br /&gt;
I don&#039;t know how to achieve the fix.&lt;br /&gt;
&lt;br /&gt;
--[[User:Officiallyover|Officiallyover]] ([[User talk:Officiallyover|talk]]) 18:30, 19 July 2024 (UTC). [https://en.wikipedia.org/wiki/User_talk:Officiallyover Wikipedia talk page].&lt;br /&gt;
&lt;br /&gt;
:We&#039;re discussing this here: https://en.wikipedia.org/wiki/Template_talk:Equation_box_1#Dark_mode [[User:Jon (WMF)|Jon (WMF)]] ([[User talk:Jon (WMF)|talk]]) 18:40, 19 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/CrowdStrike CrowdStrike] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Color of the links&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Great to see the dark mode on Wikipedia, however the color of the links in dark mode can be difficult to read. Here are potential improvements could be done in terms of accessibility:&lt;br /&gt;
* &#039;&#039;&#039;Increase the contrast ratio between text and background:&#039;&#039;&#039; The color of the links should be a brighter color that contrasts more with the background color.&lt;br /&gt;
* &#039;&#039;&#039;Use a different color for visited links:&#039;&#039;&#039; If you are going to update the color of links, please assure to update the color of visited links as well, which currently is dark purple, which is even more difficult to see against the dark background.&lt;br /&gt;
Thanks for the efforts --[[User:Mehran|Mehran]] ([[User talk:Mehran|talk]]) 23:15, 19 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Toys_(film) Toys (film)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Under the section &amp;quot;Soundtrack&amp;quot;, the dark mode settings do not adjust on the table used in this section.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Wikipedia:Protection_policy Protection policy] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;Are you in the right place?&amp;quot; boxes below are white&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/List_of_MythBusters_episodes List of MythBusters episodes] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The tables are not in dark mode.&lt;br /&gt;
&lt;br /&gt;
== ❓️[https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dark mode is not turned on when the settings are saved.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I tried to open up a dark mode in the settings, but when I clicked save, &#039;&#039;It switched back to light mode!&#039;&#039;&lt;br /&gt;
I have no idea what happened. This bug only exists in [https://en.wikipedia.org/ the classic version] but not in [https://en.m.wikipedia.org/ this version.]&lt;br /&gt;
&lt;br /&gt;
This is a but that &#039;&#039;&#039;needs&#039;&#039;&#039; to be fixed.&lt;br /&gt;
&lt;br /&gt;
Lots of love,&lt;br /&gt;
Ayham&lt;br /&gt;
&lt;br /&gt;
[[Special:Contributions/2A00:F29:248:703C:41EC:97AC:C09F:995A|2A00:F29:248:703C:41EC:97AC:C09F:995A]] 06:45, 20 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Is it possible you are trying to use the gadget? The gadget doesnt work on preferences page for security reasons. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:39, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/List_of_trigonometric_identities List of trigonometric identities] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The background of four tables remains in light colors, making the content unreadable. Here are listed the Sections with a problematic table:&lt;br /&gt;
&lt;br /&gt;
# Angle sum and difference identities&lt;br /&gt;
# Multiple-angle and half-angle formulae (x2)&lt;br /&gt;
# Relation to the complex exponential function&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Definite_matrix Definite matrix] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
in the #Definitions section, the background colour of the Equation boxes is not updated, whereas the text colour is, making white text on a white background, which is not readable&lt;br /&gt;
&lt;br /&gt;
== 🐛Dark mode error on history listings on pages with pending changes protection set ==&lt;br /&gt;
{{Tracked|T369391}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;: Articles with pending changes protection have history entries that are basically unreadable in dark mode. For example, [[:en:Eglinton, County Londonderry]] looks like [https://imgur.com/a/3T030sR this]. It looks like &amp;lt;code&amp;gt;.flaggedrevs-color-1&amp;lt;/code&amp;gt; is set to a specific background color intended for light mode: &amp;lt;code&amp;gt;background-color: #eaf3ff;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Wikipedia:Redirects_for_discussion/Log/2024_July_20 Redirects for discussion/Log/2024 July 20] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
When I go to edit an article, anything that is NOT a link is grey text on white background. --[[User:Jax 0677|Jax 0677]] ([[User talk:Jax 0677|talk]]) 21:49, 20 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:Jax 0677|Jax 0677]]  Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible? Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 03:07, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛  [https://en.wikipedia.org/wiki/Template:Soulfly Soulfly] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
At {{tl|Soulfly}}, the actual link for [[Soulfly]] is an extremely dark grey that is difficult to see on a black background. --[[User:Jax 0677|Jax 0677]] ([[User talk:Jax 0677|talk]]) 22:03, 20 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
[https://en.wikipedia.org/wiki/MediaWiki_talk:Vector-2022.css#Links_inside_tables Being tracked here] [[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 18:27, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;: It just doesn&#039;t work. Anywhere. On any page&lt;br /&gt;
: {{re|PrinceEKC}} Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 03:12, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Talk:2024_CrowdStrike_incident 2024 CrowdStrike incident] (actually applies to any editable page) dark mode error ==&lt;br /&gt;
{{Tracked|T365311}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Source editing with dark mode and syntax highlighting both on results in plain text having very low contrast with the editing window.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Horsepower Horsepower] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Running English Wikipedia in dark mode, most stuff looks pretty great! I do see some diagrams ending up with low contrast such as this SVG diagram snapshotted on the [[w:Horsepower]] article:&lt;br /&gt;
&lt;br /&gt;
[[File:Dark mode screenshot of horsepower diagram.png]]&lt;br /&gt;
&lt;br /&gt;
The text and markings in the image are solid black on a transparent background, which shows through a dark gray from the infobox in dark mode. This ends up difficult to read.&lt;br /&gt;
&lt;br /&gt;
Long-term ideal fix would be to allow SVGs to use theme-aware colors, but this would require some retooling. --[[User:Brooke Vibber (WMF)|Brooke Vibber (WMF)]] ([[User talk:Brooke Vibber (WMF)|talk]]) 14:53, 21 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Added the phab task [[User:Jon (WMF)|Jon (WMF)]] has been working on which would add a background colour to images in dark mode to catch these black lines on a black background bugs. [[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 18:00, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T370074}}&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/2024_Formula_One_World_Championship 2024 Formula One World Championship] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The overall points in the championship table for drivers and teams is coloured black on a black background and as a result it is unreadable&lt;br /&gt;
&lt;br /&gt;
Tracked in [[w:Template_talk:F1_Drivers_Standings|F1_Drivers_Standings]]&lt;br /&gt;
--[[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 17:54, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2024-07-04/In_focus Wikipedia Signpost/2024-07-04/In focus] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On the title &amp;quot;The sign Post&amp;quot; the text gets highlighted as grey. Also the text &amp;quot;With this adminbot script, a user can be blocked for vandalism, spam, inappropriate or promotional username. If the script is used by admin, he could block user, hide his contribs and delete pages, created by him, with a single click. Non-admin can also cancel a block imposed by him.&amp;quot;&lt;br /&gt;
is hard to read, since it&#039;s grey on black.&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical) Village pump (technical)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In dark mode, at {{tl|Soulfly}}, the actual link for [[Soulfly]] is an extremely dark grey that is difficult to see on a black background.   Also, when editing, anything that is NOT a link is grey text on a white background.  It was not this way before.  Does anyone know how to fix this? --[[User:Jax 0677|Jax 0677]] ([[User talk:Jax 0677|talk]]) 21:36, 21 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Hunter_Line Hunter Line] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The box below intercity stations is still in light mode&lt;br /&gt;
&lt;br /&gt;
==📢[https://en.wikipedia.org/wiki/Wikipedia:Sockpuppet_investigations Sockpuppet investigations] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;How to open an investigation:&amp;quot; and the box when you open the section is still in light mode&lt;br /&gt;
&lt;br /&gt;
: feedback for [[en:Template:SPI navigation]] [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:45, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 Report from [[User:Glutnix]] ==&lt;br /&gt;
{{Tracked|T366380}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Dark mode appearance settings from Wikipedia are ignored on https://en.wikipedia.org/wiki/Portal:Current_events, which is linked from the main sidebar on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Cross-entropy Cross-entropy] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
It appears that the display of mathematical expressions such as those in the boxes marked eq 1 and eq 2 are not displayed in dark mode: https://en.wikipedia.org/wiki/Cross-entropy&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Dirac_equation Dirac equation] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The boxed Dirac Equation in section &amp;quot;Covariant form and relativistic invariance&amp;quot; is not properly displayed in dark mode, probably because the box background and equation text are both white.&lt;br /&gt;
&lt;br /&gt;
Tracking on [[w:Template_talk: Equation_box_1|Equation_box_1 ]] --[[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 17:34, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/2024_Formula_One_World_Championship 2024 Formula One World Championship] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black numbers and text on dark grey background in the &amp;quot;points&amp;quot; columns of the charts which show the standings for the drivers and constructor&#039;s championships. Low contrast, poor readability.&lt;br /&gt;
&lt;br /&gt;
Reported bug on template talk page [[w:Template_talk:F1_Drivers_Standings#Dark_mode_error:_points_column_numbers_not_visible|F1_Drivers_Standings]] --[[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 17:33, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/2024_United_States_presidential_election 2024 United States presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode works, but the text remains black, making it impossible to read. This is site-wide for me&lt;br /&gt;
&lt;br /&gt;
[[File:2024 United States presidential election - Screenshot.png|400px]]&lt;br /&gt;
&lt;br /&gt;
-- [https://en.wikipedia.org/wiki/User:TattooedLeprechaun Wikipedia:TattooedLeprechaun] ([https://en.wikipedia.org/wiki/User_talk:TattooedLeprechaun talk]) 13:47, 22 July 2024 (UTC+1/IST)&lt;br /&gt;
&lt;br /&gt;
: I can&#039;t reproduce this. Is it possible that you have local CSS enabled for your profile or a gadget enabled that could be creating the issue? - [[User:JScherer-WMF |JScherer-WMF]]&lt;br /&gt;
:: ping {{re|TattooedLeprechaun}} --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:01, 22 July 2024 (UTC)&lt;br /&gt;
:: {{re|JScherer-WMF}} Furthermore, you can type four tildes (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) to add the [[:en:WP:Signatures|signatures]].  --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:01, 22 July 2024 (UTC)&lt;br /&gt;
:::Thanks! [[User:JScherer-WMF|JScherer-WMF]] ([[User talk:JScherer-WMF|talk]]) 17:32, 22 July 2024 (UTC)&lt;br /&gt;
::::I think it was just a glitch with Dark mode. It seems to have fixed itself now. {{re|JScherer-WMF}} Apologies. [[User:TattooedLeprechaun|TattooedLeprechaun]] ([[User talk:TattooedLeprechaun|talk]]) 12:42, 20 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==🐛 Suggested edit popup dark mode error ==&lt;br /&gt;
{{Tracked|T369588}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Suggested edits pop-up is not dark mode compatible. Pop up appeared after I made an edit.&lt;br /&gt;
[[User:Kabelsalat22|Kabelsalat22]] ([[User talk:Kabelsalat22|talk]]) 17:38, 22 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Help:Cheatsheet Cheatsheet] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
https://en.wikipedia.org/wiki/Help:Cheatsheet&lt;br /&gt;
The entire chart of this article is a flash-bang in the darkness of dark mode.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/List_of_flagpoles_by_height List of flagpoles by height] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The second item on this list &amp;quot;Saint Petersburg Flagpoles&amp;quot; is rendered in black on black, making it completely invisible. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 02:19, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[[w:en:File:The alleged photo trump fist etc.png]] dark mode error ==&lt;br /&gt;
This is presumably not exclusive to that file, but text on the right in [[w:en:Template:Information]] and the preamble in [[w:en:Template:Self]] is not readable at all due to its very light color. [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 02:48, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/w/index.php?search=61ST+TV&amp;amp;title=Special:Search&amp;amp;profile=advanced&amp;amp;fulltext=1&amp;amp;ns0=1 Search] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In search results, the snippets of article text are rendered as white text on a white background.&lt;br /&gt;
: {{re|Quick and Dirty User Account}} Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 03:56, 24 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for looking into this. I don’t know that I really can describe the issue better in words, but hopefully [https://ibb.co/Ytkj9XT this screenshot] will be worth a thousand of them. Please note that the issue occurs in Firefox. I now have loaded the same search results page in Chrome and Edge, and the background in question renders as black instead of white in those browsers, so the problem may be exclusive to Firefox. I admit that I sorely need to update the version of Firefox that I am using (107.0); therefore, it’s possible that the issue is attributable to that.—[[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 05:06, 24 July 2024 (UTC)&lt;br /&gt;
::@[[User:Quick and Dirty User Account|Quick and Dirty User Account]] Thanks for your reply. I&#039;m using the latest version of Firefox and I don&#039;t have this problem. So maybe you update your Firefox to the latest version? [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 12:02, 24 July 2024 (UTC)&lt;br /&gt;
:::{{Re|SCP-2000}} Indeed. I did finally update Firefox today to the current version (128.0.2). However, I am still having the search results issue. While the page is loading, those article snippets do briefly appear as white text on a black background, but the background changes to, and then remains, white. Thanks . . . [[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 02:37, 25 July 2024 (UTC)&lt;br /&gt;
::::It looks like you have a gadget enabled. I see an &amp;quot;English Wikipedia&amp;quot; dropdown by the search button which is not there by default. Any idea what gadget that is? Maybe https://en.wikipedia.org/wiki/MediaWiki:Gadget-PrettyLog.css ? [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 03:12, 25 July 2024 (UTC)&lt;br /&gt;
::::@[[User:Quick and Dirty User Account|Quick and Dirty User Account]]: Have you tried to using [https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history Firefox&#039;s private window] and [https://support.mozilla.org/en-US/kb/diagnose-firefox-issues-using-troubleshoot-mode?redirectslug=troubleshoot-firefox-issues-using-safe-mode safemode]? It seems to be a problem with your custom css/js, gadget or Firefox settings/extension. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 03:14, 25 July 2024 (UTC)&lt;br /&gt;
:::::Thank you for your suggestions. {{Reply to|Jdlrobson|p=,}} I identified the gadget you mentioned; its function is listed as “Add a selector to the Wikipedia search page allowing the use of external search engines”. However, disabling it did not resolve the issue. {{Reply to|SCP-2000|p=,}} neither using a private window nor running Firefox in Troubleshoot Mode (formerly Safe Mode) fixed the problem either. I also tried changing the website appearance setting in Firefox from automatic to dark; switching the preferred language for displaying pages to different dialects of English; and disabling the extensions and restoring the default theme manually. Additionally, I tried disabling some of the Wikipedia gadgets individually. Nothing changed in regard to the issue.—[[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 10:04, 26 July 2024 (UTC)&lt;br /&gt;
::::::Update: the backgrounds still come up as white, but the text is now black, so the article snippets are entirely legible. Not sure whether the change was on my end or at the source, but thank you again, {{Reply to|SCP-2000|p=}} and {{Reply to|Jdlrobson|p=}}.—[[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 08:43, 27 July 2024 (UTC)&lt;br /&gt;
:::::::It is [[:en:MediaWiki:Gadget-PrettyLog]]. Please disable it if you want to remove the highlight. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:56, 27 July 2024 (UTC)&lt;br /&gt;
::::::::Ah, you are correct, {{Reply to|Jdlrobson|p=}}. PrettyLog doesn’t seem to do what it’s meant to anyway (and its help page is marked as inactive). Thank you!—[[User:Quick and Dirty User Account|Quick and Dirty User Account]] ([[User talk:Quick and Dirty User Account|talk]]) 21:41, 27 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/2024_CrowdStrike_incident 2024 CrowdStrike incident] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The blue hyperlinks are too dark to be read easily on the dark background. It seems obvious, but the hyperlinks should be changed into a lighter shade of blue to compensate. (Article I happened to be reading was https://en.wikipedia.org/wiki/2024_CrowdStrike_incident) - [[User:Jetro|Jetro]] ([[User talk:Jetro|talk]]) 06:59, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Template:Bar_chart Bar chart] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Chart does not appear in dark mode. White text on a white background. See [[w:September_11_attacks#FBI|September 11th Attacks]]. Added comment to talk page--[[User:Kabelsalat22|Kabelsalat22]] ([[User talk:Kabelsalat22|talk]]) 15:52, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This should now be fixed, [[User:Rjjiii|Rjjiii]] ([[User talk:Rjjiii|talk]]) 20:38, 25 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Java_version_history Java version history] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This page includes a table of software releases. The first column contains colored boxes (e.g. red for unsupported) and text for the version. On light mode, the text within is black and is quite readable. On dark mode, the text is a light gray and nearly impossible to read, especially in the yellow and green colored boxes. If it could be modified so that it&#039;s still readable on dark mode, that would be appreciated.&lt;br /&gt;
&lt;br /&gt;
Also, the last column has several boxes with a `—` in them, which are colored light gray. This looks fine on light mode, but on dark mode it comes across as several cells that are stuck on light mode. Not sure what the solution is to this; maybe just getting rid of the light gray background entirely? –[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:25, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/C++ C  ] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Inline code and code blocks are rendered in light mode, while the rest of the article is in dark mode. The section &amp;quot;Lambda expressions&amp;quot; shows both. -[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:30, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I&#039;ve run into this issue on most pages that display code. Elm (Programming Language) being one example. [[User:IntangibleMatter|IntangibleMatter]] ([[User talk:IntangibleMatter|talk]]) 00:13, 31 July 2024 (UTC)&lt;br /&gt;
:Could it be possible for the editors to get the mode of the code block, or the coloring they prefer? [[User:Eason Y. Lu|Eason Y. Lu]] ([[User talk:Eason Y. Lu|talk]]) 22:13, 19 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛&amp;quot;Report an issue with dark mode&amp;quot; doesn&#039;t generate the correct title for articles with non-letters ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
If the article title has non-letters in it, the &amp;quot;Report an issue with dark mode&amp;quot; doesn&#039;t generate a report with the correct title. Reproduction steps:&lt;br /&gt;
&lt;br /&gt;
1. Go to https://en.wikipedia.org/wiki/C++&lt;br /&gt;
** If it matters, I&#039;m doing this on my Safari web browser on macOS 14.5, which displays the URL in the address bar as https://en.wikipedia.org/wiki/C%2B%2B&lt;br /&gt;
2. Click the &amp;quot;Report an issue with dark mode&amp;quot; link on the article&#039;s sidebar, near the light/dark mode settings&lt;br /&gt;
&lt;br /&gt;
3. Observe that the report title is &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[https://en.wikipedia.org/wiki/C++ C  ] dark mode error&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, which replaces the &amp;lt;code&amp;gt;++&amp;lt;/code&amp;gt; with two spaces. &lt;br /&gt;
&lt;br /&gt;
In this particular case, it was confusing because there is also a thing called &amp;quot;C&amp;quot; that is related, but distinct from &amp;quot;C++&amp;quot;. -[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:41, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Empire_of_the_Sultans Empire of the Sultans] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On today&#039;s featured article, the end of the article after &amp;quot;External Links&amp;quot; is a box of article links with the title &amp;quot;Nasser David Khalili&amp;quot;. The title is nearly illegible in dark mode, appearing as dark brown text. —[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:46, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This is being discussed in https://en.m.wikipedia.org/wiki/Template_talk:Navbox#c-Jonesey95-20240723180300-Jdlrobson-20240723175900 [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 22:20, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/2024_North_Carolina_Tar_Heels_football_team 2024 North Carolina Tar Heels football team] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
As I was browsing the schedule section, I found that the dates and kickoff times remained black. I also found that hyperlinks remained a dark purple colour.&lt;br /&gt;
&lt;br /&gt;
If these fonts could be changed to a lighter color, such as white, it would make dark mode a much better experience.&lt;br /&gt;
: Issue in [[en:Template:CFB_schedule|this template]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 16:16, 24 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Reported https://en.wikipedia.org/wiki/Template_talk:CFB_schedule#Dark_mode_support [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 19:04, 24 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Help:Menu Help:Menu] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The text field and button are in dark mode, along with the &amp;quot;Tip of the day&amp;quot; section, but everything else in light mode. –[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 18:56, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/File:Translation_to_english_arrow.svg Translation to english arrow.svg] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; This file contains a symbol, an arrow, and the letter A. The symbol and letter A are a dark gray, which are difficult to read on dark mode.&lt;br /&gt;
&lt;br /&gt;
This file is used on [https://linkcount.toolforge.org/?project=en.wikipedia.org&amp;amp;page=File%3ATranslation+to+english+arrow.svg 85,716 articles], mostly via the [https://en.wikipedia.org/wiki/Template:Expand_language Template:Expand language] family of templates. For example [https://en.wikipedia.org/wiki/Nguyễn_Phú_Tr%E1%BB%8Dng Nguyễn Phú Trọng] (a recent &amp;quot;In the news&amp;quot; article) has it.  Improving the legibility of this file will consequently improve the legibility of the tens of thousands of articles that contain this image. -[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 19:08, 23 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==✅️[[:en:The_Keys_to_the_White_House|The Keys to the White House - Wikipedia]] dark mode error==&lt;br /&gt;
&#039;&#039;&#039;Issue Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In this page [[:en:The_Keys_to_the_White_House|The Keys to the White House - Wikipedia]] on the Table for Lichtman&#039;s prediction record, the sections with the text that Leans True/False are black in dark mode, thus rendering the text invisible unhighlighted. {{unsigned|Ainny27}}&lt;br /&gt;
&lt;br /&gt;
==📢 Report by [[User:Hypersilly]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
On dark mode, tables or whatever you call them are still white when in dark mode.&lt;br /&gt;
&lt;br /&gt;
For example, on https://en.wikipedia.org/wiki/List_of_chemical_compounds_with_unusual_names#Compounds, the table is white on both light and dark mode.&lt;br /&gt;
&lt;br /&gt;
== ✅️Report by [[User:Ainny27]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In this page [[:en:The_Keys_to_the_White_House|The Keys to the White House - Wikipedia]] on the Table for Lichtman&#039;s prediction record, the sections with the text that Leans True/False are black in dark mode, thus rendering the text invisible unhighlighted.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Wizardry Wizardry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For the big table in the [https://en.wikipedia.org/wiki/Wizardry#Games Games] section of the Wikipedia article on the [https://en.wikipedia.org/wiki/Wizardry Wizardy] video-game series, the majority of the text in that table was the exact same colour as the table&#039;s background, and thus completely invisible.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Template:Endorsements_box Template:Endorsements box] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[[:en:Template:Endorsements box]] does not change when dark mode is enabled (still has white background with black text). This can be seen in the template documentation, see [[:en:2024 Portland, Oregon mayoral election#Endorsements|here]] for an example in a page.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Talk:1912_suspension_of_Ty_Cobb Talk:1912 suspension of Ty Cobb] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Talk pages such as this one (chosen because it&#039;s a recent featured article) have a &amp;lt;code&amp;gt;[reply]&amp;lt;/code&amp;gt; link after each section. That link is dark blue, which is difficult to see in dark mode. I don&#039;t see any reason why it needs to be a different color than the &amp;lt;code&amp;gt;[edit]&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;[subscribe]&amp;lt;/code&amp;gt; links. -[[User:Thunderforge|Thunderforge]] ([[User talk:Thunderforge|talk]]) 05:07, 25 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Rhenium Rhenium] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ❓[https://en.wikipedia.org/wiki/Beauty_&amp;amp;_the_Beast_(2012_TV_series) Beauty ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
: {{re|Stam098c}} Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 04:12, 27 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/2019_Bougainvillean_independence_referendum 2019 Bougainvillean independence referendum] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Under the Results section, in the table, the text on rows 5-6 column 1 (&amp;quot;Valid votes&amp;quot; and &amp;quot;Invalid/blank votes&amp;quot;) look invisible because the text color is the same as the background color. The only way to read it is by selecting the text.&amp;lt;blockquote&amp;gt;Issue with [[:en:Module:Election_results]]  not adhering to [[Special:LintErrors/night-mode-unaware-background-color]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 18:59, 26 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Algebra Algebra] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Images with transparent backgrounds may become illegible&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An example of this in action is in the English page on Algebra https://en.wikipedia.org/wiki/Algebra where the images in the upper right box have formulas with black text, which becomes illegible on a dark background.&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/Exact_trigonometric_values Exact trigonometric values] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dear Wikipedia Team,&lt;br /&gt;
I am writing to bring your attention to an accessibility issue I noticed in the trigonometry diagram on the page &amp;quot;Exact trigonometric values&amp;quot; (https://en.wikipedia.org/wiki/Exact_trigonometric_values).&lt;br /&gt;
The current dark mode version of the diagram has poor visibility of the x and y axis arrows. The black arrows are nearly invisible against the dark background, which significantly reduces the diagram&#039;s clarity and usefulness for users viewing the page in dark mode.&lt;br /&gt;
To address this issue, I suggest:&lt;br /&gt;
&lt;br /&gt;
Changing the color of the axis arrows in the dark mode version to a light color (e.g., white or light gray) to ensure proper contrast.&lt;br /&gt;
Reviewing other diagrams on the site to ensure they are equally legible in both light and dark modes.&lt;br /&gt;
&lt;br /&gt;
This change would greatly improve the accessibility and readability of the content for all users, particularly those who rely on or prefer dark mode.&lt;br /&gt;
Thank you for your attention to this matter. Wikipedia&#039;s commitment to open knowledge is commendable, and addressing this issue will further enhance the user experience for your global audience.&lt;br /&gt;
[[File:Dark Mode Error.jpg|none|alt=The issue you&#039;re facing with the dark mode version of the trigonometry diagram is that the black arrows representing the x and y axes are not visible against the dark background.|The issue you&#039;re facing with the dark mode version of the trigonometry diagram is that the black arrows representing the x and y axes are not visible against the dark background.]]&lt;br /&gt;
&lt;br /&gt;
==✅️ Report by [[User:Aayush jadhav007]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;: The transparent images aren&#039;t visible appropriately due to dark mode.&lt;br /&gt;
: {{re|Aayush jadhav007}} Hello, could you please explain the issue you are facing in detail (e.g. which page) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 16:56, 27 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I encountered on this wiki page about diols(in organic chemistry) [https://en.wikipedia.org/wiki/Diol] in dark mode.&lt;br /&gt;
:The screenshot of the issue [https://ibb.co/tHYf1vD]. I do understand it&#039;s because of transparent background and black color of text, but it is pretty inconvenient. [[User:Aayush jadhav007|Aayush jadhav007]] ([[User talk:Aayush jadhav007|talk]]) 17:31, 27 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅️ [https://en.wikipedia.org/wiki/Talk:2020_United_States_presidential_election Talk:2020 United States presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# Under &amp;quot;Other talk page banners&amp;quot;, click &amp;quot;Show&amp;quot;&lt;br /&gt;
# Under &amp;quot;Consensuses on pre-election presentation of candidates&amp;quot;, click &amp;quot;Show&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The entire template that is revealed is illegible due to appearing as black text on a dark brown background.&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/2020_United_States_presidential_election 2020 United States presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; The &amp;quot;Close states&amp;quot; section of the article has legibility problems. The dark red lines are odd but readable, while the dark blue lines are completely unreadable. Similarly, the &amp;quot;County statistics&amp;quot; section following it has problems with the dark blue percentages.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Freshwater_snail Freshwater snail] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
(1)&lt;br /&gt;
i have an issue with link color&lt;br /&gt;
seems to dark against black back ground&lt;br /&gt;
and hard tell apart visited links&lt;br /&gt;
&lt;br /&gt;
(2)&lt;br /&gt;
when in bright light as outdoor, reflections on the screen are more notissable&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Nonperson Articles for deletion/Nonperson] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The box has a white background with black text, defeating the purpose of dark mode. This applies to all closed AfDs (eg https://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Log/2024_July_14) and many tables and templates. [[User:Helpful Cat|Helpful Cat]] ([[User talk:Helpful Cat|talk]]) 08:35, 28 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:AbuseFilter/examine/log/38326790 Special:AbuseFilter/examine/log/38326790] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The table shown has light grey text on a white background, making it completely unreadable. [[User:Rummskartoffel|Rummskartoffel]] ([[User talk:Rummskartoffel|talk]]) 08:45, 28 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓general dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This happens on all pages, but it seems even pages that don’t exist show as blue.&lt;br /&gt;
I think it’s a general dark mode error.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Love_on_Top_of_Love Love on Top of Love] dark mode error ==&lt;br /&gt;
{{Tracked|T365311}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The shade of blue used to differentiate links when syntax highlighting is enabled in the source editor is an awful choice which makes it nigh impossible to make out what is written — there is far too little contrast between it and the color of the background, they blend together. In the article I&#039;m reporting from, this can be seen anywhere &amp;amp; everywhere links appear (for example: the infobox), and is an issue not just here, but on every page.&amp;lt;blockquote&amp;gt;Known issue. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 05:00, 29 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 📢[[:en:Imperial_Chemical_Industries|Imperial Chemical Industries]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;U4C banner is not dark mode aware&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The U4C election banner on Wikipedia is not dark mode aware, and uses hard coded white background with black text.&lt;br /&gt;
This occurs on any page, even the [https://en.wikipedia.org/wiki/Main_Page homepage].&lt;br /&gt;
--[[User:Deanna Earley|Deanna Earley]] ([[User talk:Deanna Earley|talk]]) 22:32, 28 July 2024 (UTC)&amp;lt;blockquote&amp;gt;Banners are intentionally light themed only right now per [[phab:T365324#9818110]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 05:00, 29 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ❓[[:en:Special:Watchlist|Watchlist]] dark mode error ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
When editing source code for any article, the background is white and the article text color is so light that it is unreadable. This makes source code editing very inconvenient and pretty much impossible. [[User:Ltwin|Ltwin]] ([[User talk:Ltwin|talk]]) 02:58, 29 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:@[[User:Ltwin|Ltwin]]: Hello, could you please explain the issue you are facing in detail and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? If you are logged out, do you face to the same issue? Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 14:00, 29 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Northeast_blackout_of_1965 Northeast blackout of 1965] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Wikipedia&#039;s dark mode makes all unhighlighted parts of the map at the top of the page appear in a washed-out gray color. It is hard to distinguish North America from the oceans and the state/province borders are not clear. However, the Dark Reader extension produces a much more readable map when activated.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Wikipedia:Articles_for_creation/Categories Articles for creation/Categories] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;{{Tracked|T369391}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Highlighted text is illegible, FlaggedRevs related issue. History page.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Thermoelectric_effect Thermoelectric effect] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode contrast is too high. Even though the background is not pure black, the #101418 color is too dark on LCD screens with good backlight &amp;quot;bleed&amp;quot; control or OLED panels. The eye discomfort due to high contrast is less intense on poor quality LCD displays because the backlight makes the background less dark.&lt;br /&gt;
Also dimming the text color a bit could help.&lt;br /&gt;
&lt;br /&gt;
== ✅Report by [[User:Robbert o biond]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
While consulting the webside in dark mode, both from mobile application and via desktop (browser), content as images (especially symbols or latex diagrams, loaded as images) blend into background. An example is the page https://en.wikipedia.org/wiki/Pullback_(category_theory). Maybe a forst solution would be adding a white background to prevent such contents to show up messy or unreadable.&lt;br /&gt;
&lt;br /&gt;
== ❓Report by [[User:MarsatzBrand142]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Some of the lines in the templates are white and others are not.&lt;br /&gt;
: {{re|MarsatzBrand142}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 14:10, 29 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢Report by [[User:Woodge200000]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
enabling dark mode does not make any wikipedia page dark except for the &amp;quot;preferences&amp;quot; page. after opening an article, there is a split-second where it is dark and then it immediately defaults back to a blinding white.&amp;lt;blockquote&amp;gt;You have the gadget enabled. Please disable the gadget per [[Reading/Web/Accessibility for reading/Frequently asked questions#I am experiencing a flash of styles on every page - how do I disable the gadget?|these instructions]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 02:07, 30 July 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
: cc [[User:Woodge200000]]. You may see above comment. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 16:44, 8 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[[:en:Main_Page|Main Page]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;s&amp;gt;I&#039;m on the main page, and there is a link which I&#039;ve visited before (in this case, it is World War 1)&lt;br /&gt;
When the link I&#039;ve visited is highlighted in the dark blue (as opposed to the light blue for unvisited links), the lack of contrast with the background makes it hard to read.&amp;lt;/s&amp;gt; (disregard - I had a custom CSS style applied that was causing this!)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Withdrawal_of_Joe_Biden_from_the_2024_United_States_presidential_election Withdrawal of Joe Biden from the 2024 United States presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The colors for clicked hyperlinks for all articles could be improved. The purple could be brighter, or at least lighter.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Second_Industrial_Revolution Second Industrial Revolution] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The chronology section on the Second Industrial Revolution page is still a block of white with blue links. Unknown if this is applicable on other pages&lt;br /&gt;
Ref: https://en.wikipedia.org/wiki/Second_Industrial_Revolution&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Template_talk:Table_cell_templates Table cell templates] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue with Not Yet template&#039;&#039;&#039;&lt;br /&gt;
When using Dark Mode, the Not Yet template retains its light color.&lt;br /&gt;
The N/a template, however, changes color to match the mode.&lt;br /&gt;
If this is the wrong location, please let me know.[[User:Redacted II|Redacted II]] ([[User talk:Redacted II|talk]]) 01:44, 30 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Glyphosate Glyphosate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Problem is, that all organic structures are pngs with black molecules on them, therefore dark mode is unusuable for the whole organic chemistry part.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/List_of_Pokémon List of Pokémon] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark theme isn&#039;t staying enabled, as soon as I reload the page or enter a new one, it just automatically switches back to light theme.&lt;br /&gt;
&lt;br /&gt;
:You have the gadget enabled. Please disable the gadget per [[Reading/Web/Accessibility for reading/Frequently asked questions#I am experiencing a flash of styles on every page - how do I disable the gadget?|these instructions]]. [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 21:51, 30 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Goo_Hara Goo Hara] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The banner that displays when you use a VPN and try to edit a page with it (This IP address has been blocked from editing Wikipedia.) is completelly off. All yellow and text unredable.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/List_of_highest-grossing_media_franchises List of highest-grossing media franchises] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The List present in the article has its text staying in the same color in dark mode and light mode, making it dificult to read in the former.&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Everywhere it makes it so laggy to scroll the website, I&#039;m not sure why but I regularly encounter an input delay of 1-2 seconds scrolling through a page. No individual page, this happens everywhere&amp;lt;blockquote&amp;gt;You have the gadget enabled. Please disable the gadget per [[Reading/Web/Accessibility for reading/Frequently asked questions#I am experiencing a flash of styles on every page - how do I disable the gadget?|these instructions]].  [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 11:36, 12 August 2024 (UTC)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/LMS_Coronation_Class LMS Coronation Class] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Trying to edit using the source editor - the source editor is still shown in light mode instead of dark mode.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sequent_calculus Sequent calculus] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Section: Reduction Trees&lt;br /&gt;
https://en.wikipedia.org/w/index.php?title=Sequent_calculus&amp;amp;wvprov=sticky-header#Reduction_trees&lt;br /&gt;
&lt;br /&gt;
The table with left/right math formulae is white on white, making it unreadable. My math display style preference is SVG.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Basketball_at_the_2024_Summer_Olympics_–_Women&#039;s_tournament Basketball at the 2024 Summer Olympics – Women&#039;s tournament] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Could not read the dark text in the tables on this page.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Dot_chart Dot chart] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Regarding, [[:en:Template:Dot chart]]: the template&#039;s text is unreadable in dark mode. This is visible on the /doc page. The template is not used in any articles currently. [[User:Rjjiii|Rjjiii]] ([[User talk:Rjjiii|talk]]) 23:17, 31 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:It&#039;s fixed, [[User:Rjjiii|Rjjiii]] ([[User talk:Rjjiii|talk]]) 00:08, 2 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Labour_movement Labour movement] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[[Talk:Reading/Web/Desktop_Improvements#CSS_issue_with_category_infoboxes|Originally reported]] by [[User:Etothepi16]]. The color of the infobox title &amp;quot;Part of a series on&amp;quot; is black against a black background, but other links are perfectly readable. [[:File:Vector_CSS_issue.png|See also the screenshot]]. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 04:37, 1 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Javanese_script Javanese script] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Sections: any table.&lt;br /&gt;
All Latin characters blend completely into the white background&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sulfur_trioxide Sulfur trioxide] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
There&#039;s an issue when displaying chemical articles in dark mode.&lt;br /&gt;
&lt;br /&gt;
The main issues are with:&lt;br /&gt;
# NFPA coloring in the right sidebar (global issue)&lt;br /&gt;
# Structural formulas with transparent backgrounds at the top (*.png and the likes)&lt;br /&gt;
&lt;br /&gt;
While the NFPA background may be forced to remain white within the diamond itself (e.g. via CSS), no &#039;&#039;quick&#039;&#039; fix comes to mind with the structure display.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Search Search] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Editing a page in dark mode, get an error message about taking too long, use a faster browser, and the screen changes to dark grey with light grey letters... Almost unreadable... and not usable. [[User:Quebec99|Quebec99]] ([[User talk:Quebec99|talk]]) 12:46, 1 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/K K] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The links in the History table are black.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Military_history WikiProject Military history] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black text on page does not invert when in dark mode. Almost impossible to read.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T372064}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
the message:&lt;br /&gt;
&lt;br /&gt;
Wikipedia is built by people like you working together.&lt;br /&gt;
&lt;br /&gt;
Your edits help improve Wikipedia and further the mission to share free knowledge with the world. Continue to start with small suggested edits.&lt;br /&gt;
&lt;br /&gt;
uses dark text and its verry hard to read, it should be white text. this happens [https://en.wikipedia.org/w/index.php?title=Special:Homepage&amp;amp;source=personaltoolslink&amp;amp;namespace=3 on my home page]&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Reference_desk Reference desk] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The Reference desk page has its primary button section is in bright white while using, at least for the Vector 2022 layout under darkmode.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Hindi Hindi] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black SVG image in the infobox and similar images below are not visible in dark mode [[User:Kabelsalat22|Kabelsalat22]] ([[User talk:Kabelsalat22|talk]]) 17:36, 2 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;This article is part of a series about&amp;quot; switches text color and isn&#039;t accessible ==&lt;br /&gt;
&lt;br /&gt;
On [https://en.wikipedia.org/wiki/Emmanuel_Macron en.wikipedia:Emmanuel_Macron] the &amp;quot;This article is part of a series about&amp;quot; text switches from white to a more black text, with the background not changing color since it&#039;s likely derived from a color for his political party or some specific color for French politics. &amp;quot;This article is part of a series about&amp;quot; is then not readable, but &amp;quot;Emmanuel Macron&amp;quot; is readable for both light and dark mode as it&#039;s white over the same dark blue background for both.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Arbitration_Committee/Procedures Arbitration Committee/Procedures] dark mode error ==&lt;br /&gt;
(No summary. Probably &amp;quot;List of contentious topics&amp;quot;) [[User:Jdlrobson|Jdlrobson]] ([[User talk:Jdlrobson|talk]]) 11:36, 12 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Template is [[w:Template:Contentious topics/table]] [[User:Matrix|Matrix]] ([[User talk:Matrix|talk]]) 11:30, 17 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Table_of_Indexing_Chinese_Character_Components Table of Indexing Chinese Character Components] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
In the source editor, when syntax highlighting is enabled and the choice of colors is &amp;quot;Automatic&amp;quot; but ends up being dark, the unhighlighted parts of the text that ought to have the default color stay illegibly dark on black background instead of turning light. At least in Firefox. The problem doesn&#039;t manifest when the &amp;quot;Dark&amp;quot; option is explicitly selected in the appearance menu. [[User:MwGamera|MwGamera]] ([[User talk:MwGamera|talk]]) 21:23, 3 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T372064}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
There are articles that use transparent images where the only color is black, obviously making it difficult to read. One of the articles is [[List of musical symbols]].&lt;br /&gt;
&lt;br /&gt;
== Suggested Edit modal highlights are unreadable ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
After going to any suggested edit, the side-modal with quick start tips shows &amp;quot;Reaching Mercury from Earthh poses significant technical challenges.&amp;quot;, with the typo highlighted with a red background.&lt;br /&gt;
&lt;br /&gt;
However in Darkmode, it&#039;s completely blacked out.&lt;br /&gt;
&lt;br /&gt;
Using the default skin (Vector 2022).&lt;br /&gt;
&lt;br /&gt;
[[User:OneShot-Niko|OneShot-Niko]] ([[User talk:OneShot-Niko|talk]]) 17:29, 4 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢dark mode error ==	&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Too high contrast in dark mode, it&#039;s difficult to read&lt;br /&gt;
&lt;br /&gt;
a little lighter background would help a lot&lt;br /&gt;
{{unsigned|Mightypork}}&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/Alice_of_Champagne Alice of Champagne] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; Under the &amp;quot;Childhood&amp;quot; section is a genealogy tree. It has a header &amp;quot;Genealogy of the ruling houses of Jerusalem and Champagne&amp;quot;, which is dark gray and thus is illegible in dark mode. This is today&#039;s feature article, so it is important to fix it.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2024_Summer_Olympics 2024 Summer Olympics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; In the infobox logo, the words &amp;quot;Paris 2024&amp;quot; are black on the dark gray background, which are difficult to read.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Aya_Nakamura Aya Nakamura] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; This template has a header &amp;quot;Aya Nakamura&amp;quot;. It is dark gray, which is nearly impossible to read in dark mode.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Transition_metal Transition metal] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
dark mode needs to be more pastel, the used colors are too bright try to use the gray color for the background&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T372064}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Some text boxes such as the &amp;quot;Suggested Edits&amp;quot; page on my account homepage are showing with little to no contrast. This makes it near impossible to read.&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
{{Tracked|T372064}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On the special logged in homepage the images for the most viewed edits are color inverted and appear demonic&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/SJ_AB SJ AB] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
{{Tracked|T372205}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Links to non-existing articles are marked blue instead of red.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Safari_version_history: Safari version history:] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Some links are illegible. (non existent article, issue relating to interface message.)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Existence Existence] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
I cannot see the existential quantifier on the home page on en.wikipedia.org on Aug 6th, 2024. The entry is &amp;quot;Existence&amp;quot;. If I open the Existence entry through the link, I can correctly see the existential quantifier.&lt;br /&gt;
&lt;br /&gt;
== Report by [[User:Billv22]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It seems like on some articles, the &amp;quot;Part of a series on...&amp;quot; board can mix the color of the text with the dark mode, therefore making the text invisible unless I select it,&lt;br /&gt;
&lt;br /&gt;
Unfortunately I can&#039;t upload a picture, but this happened on the wikipedia page for the chromosomes.&lt;br /&gt;
&lt;br /&gt;
== ✅️Report by [[User:PitConclave]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
On https://en.wikipedia.org/wiki/Wikipedia:SVG_help, the background colour of the box is hard-coded to #F2E6FF, which causes the now-white headings like &amp;quot;General suggestions&amp;quot; to be very difficult to read.&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/2024_NCAA_Division_I_men&#039;s_basketball_tournament 2024 NCAA Division I men&#039;s basketball tournament] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tournament Bracket section has white text on white background in the regional final template (black text in light mode)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Sfn Sfn] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
{{sfn}} and {{harv}} renderings are not visible/blend in with dark background and can only be seen when highlighted by cursor. (see https://en.wikipedia.org/wiki/Template:Sfn#Usage)&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/Template:Tabletennisbox Tabletennisbox] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The template is not legible in dark mode. This affects a huge amount of pages such as [https://en.wikipedia.org/wiki/Table_tennis_at_the_2024_Summer_Olympics_%E2%80%93_Men%27s_team Table tennis at the 2024 Summer Olympics – Men&#039;s team].&lt;br /&gt;
&lt;br /&gt;
==✅ Report by [[User:JohanWikiPaul]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Math symbol is still dark colored in dark theme, which is more suitable in white or way lighter color rather than black text.&#039;&lt;br /&gt;
: {{re|JohanWikiPaul}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks.--[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:45, 9 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I was on Wikipedia homepage at the time, and there&#039;s a Math symbol as the thumbnail article preface and it was in dark text colored symbol. I forgot what the details and the URL, sorry about that. &lt;br /&gt;
:But now, when I read Math related article with Math symbol images in it, the dark theme is as expected.   [[User:JohanWikiPaul|JohanWikiPaul]] ([[User talk:JohanWikiPaul|talk]]) 12:54, 15 August 2024 (UTC)&lt;br /&gt;
:: {{re|JohanWikiPaul}} Thanks for your reply. Feel free to file a new bug report if you see another issue. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:39, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 📢[https://en.wikipedia.org/wiki/Nikki_Bella Nikki Bella] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The blue on links looks dimmed on black background. I think this &amp;quot;hue&amp;quot; of blue is for black text on white bg, and  a cyan would work better for white text on black bg.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Talk:Iraq_War/GA1 Iraq War/GA1] dark mode error [non existent page] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[https://en.wikipedia.org/w/index.php?title=Talk:Iraq_War/GA1&amp;amp;action=edit&amp;amp;editintro=Template:GAN/editintro&amp;amp;preload=Template:GAN/preload editintro renders text in white, making it barely legible.&lt;br /&gt;
&lt;br /&gt;
:The issue seems to be [[w:en:Template:GAN/editintro]], but that is displayed okay when looking at that template&#039;s page. Not sure why issues occur when it&#039;s as an edit notice. [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 22:05, 14 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅️[https://en.wikipedia.org/wiki/Regular_graph#Special_cases Regular graph (section Special cases] dark mode difficulty ==&lt;br /&gt;
Dark mode makes the edges (i.e., connections between the nodes) more difficult (although not impossible) to see correctly.&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/Crocuta Crocuta] dark mode error ==&lt;br /&gt;
{{tracked|T372205}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colours are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt; links to non-existent pages show the same colour as normal links within the infobox&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 🐛 Report by [[User:Psinclairshaw ]] ==&lt;br /&gt;
{{tracked|T369588#10004348}}&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The dark mode colors make the lettering a very similar colour to the background colour, making it difficult to read.&lt;br /&gt;
I found this on the &#039;Try a suggested edit&#039; bottom pop-up.&lt;br /&gt;
&lt;br /&gt;
== ✅ArticleHistory template ==&lt;br /&gt;
&lt;br /&gt;
[[w:en:Template:ArticleHistory]] has dark text on a &amp;quot;dirty&amp;quot; yellow background under the &amp;quot;Article milestones&amp;quot; mini-header. See [[w:en:Talk:Frank Sinatra]] for an example of the issue. Thanks, [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 23:47, 11 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:For clarity, the text is illegible (so not general feedback). [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 12:31, 12 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:DownloadAsPdf DownloadAsPdf] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/TCP_congestion_control TCP congestion control] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;I have tried the new Dark mode. It&#039;s in contrast with the bright text color (white) and hyperlink color(Blue). In my opinion it would be better to put a darkish gray or gray-brown color.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Dependency_hell Dependency hell] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Preformatted code blocks still use the light mode color scheme.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Nations_at_the_2016_Summer_Olympics Nations at the 2016 Summer Olympics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black on black text in the template header.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:P-T_extinction_graphical_timeline P-T extinction graphical timeline] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black on black text&lt;br /&gt;
&lt;br /&gt;
== ❓ [https://en.wikipedia.org/wiki/Mok Mok] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅ Template:Editnotices/Group/Wikipedia:Arbitration ==&lt;br /&gt;
&lt;br /&gt;
[[w:en:Template:Editnotices/Group/Wikipedia:Arbitration]], acting as an edit notice on [[w:en:Wikipedia:Arbitration/Requests/Clarification and Amendment]], is pretty much illegible on dark mode. There&#039;s already some dark mode markup by [[User:Snowmanonahoe|Snowmanonahoe]], but it doesn&#039;t seems to be fully working. Thanks, [[User:Sdrqaz|Sdrqaz]] ([[User talk:Sdrqaz|talk]]) 01:56, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Template wizard dark mode error ==&lt;br /&gt;
&lt;br /&gt;
This isn&#039;t specific to the page I was editing, but I&#039;m unable to figure out how to report this issue otherwise on MediaWiki: The title bar for the template wizard (css class {{nowrap|&amp;lt;code&amp;gt;.ext-templatewizard-templatetitlebar&amp;lt;/code&amp;gt;}}) is unreadable because:&lt;br /&gt;
&lt;br /&gt;
* the text color is set via &amp;lt;code&amp;gt;load.php&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;--color-base&amp;lt;/code&amp;gt; variable, &amp;lt;code&amp;gt;#eaecf0&amp;lt;/code&amp;gt;&lt;br /&gt;
* the background color is set inline, and to &amp;lt;code&amp;gt;#f8f9fa&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
I hope that&#039;s helpful enough!&lt;br /&gt;
&lt;br /&gt;
[[User:Spida-tarbell|Spida-tarbell]] ([[User talk:Spida-tarbell|talk]]) 04:13, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:{{ping|Spida-tarbell}} Could you give a screenshot of the issue (you can upload to imgur and send link)? [[User:Matrix|Matrix]] ([[User talk:Matrix|talk]]) 09:21, 26 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Southern_Poverty_Law_Center Southern Poverty Law Center] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The SVG image with the SPLC logo at the top of the page has very low contrast (black on grey) in dark mode.&lt;br /&gt;
&lt;br /&gt;
--[[User:Kulupona|Kulupona]] ([[User talk:Kulupona|talk]]) 14:23, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ❓ Report by [[User:Guilhfer]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tha main content is shown in light mode (white background and other elements), but the text has changed to adapt to a dark background, making it impossible to read unless the text is highlighted.&lt;br /&gt;
: {{re|Guilhfer}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 17:43, 15 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛[https://en.wikipedia.org/wiki/Brainfuck Brainfuck] dark mode error ==&lt;br /&gt;
{{Tracked|T365926}}&lt;br /&gt;
&lt;br /&gt;
The syntaxhighlight extension always displays a code snippet in light mode regardless of what the user has selected.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Novitiate Novitiate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
the link to Secular institution at the bottom of https://en.wikipedia.org/wiki/Novitiate has a white gradient&lt;br /&gt;
&lt;br /&gt;
== 🐛 dark mode error ==&lt;br /&gt;
{{tracked|T370042}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The background of unread notifications is too bright, making white text difficult to read.&lt;br /&gt;
Once the notification has been clicked, its background turns darker, making it readable.&lt;br /&gt;
&lt;br /&gt;
== 🤖 ✅ [https://en.wikipedia.org/wiki/Special:mypage/common.js ToadetteEdit/common.js] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
When clicking &amp;quot;Manage user scripts&amp;quot;, the content of the resulting box is almost illegible.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:Infobox_rail_service Infobox rail service] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
BSicon-based route diagram map has a white background despite having white text, making said text difficult to read.&lt;br /&gt;
&lt;br /&gt;
== 🐛No dark mode on code snippet ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Code snippet doesn&#039;t have an intended appearance when enabled.&lt;br /&gt;
If necessary, it should have an slightly gray color, and an thin white outline, if preferred.&lt;br /&gt;
{{tracked|T365926}}&lt;br /&gt;
&lt;br /&gt;
==✅ [https://en.wikipedia.org/wiki/The_First_Law The First Law] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On the English-language page for &amp;quot;The First Law&amp;quot; fantasy book series, the first table under the &amp;quot;Published works&amp;quot; section has dark gray text in dark mode, making most of the rows almost unreadable.&lt;br /&gt;
&lt;br /&gt;
== 📢Issue of Readability of Hyperlinks in Dark Mode ==&lt;br /&gt;
&lt;br /&gt;
The current dark blue color of hyperlinks in Dark Mode on both the Wikipedia website and mobile app is difficult to read. The issue is the low contrast between the dark hyperlink color and the dark background.&lt;br /&gt;
&lt;br /&gt;
This issue affects all articles and wiki pages across the entire Wikipedia platform, making it a general usability and accessibility concern.&lt;br /&gt;
&lt;br /&gt;
I suggest changing the hyperlink color in Dark Mode to a brighter, more readable color, such as yellow (#FFFF00), to improve readability and accessibility for users who prefer Dark Mode.&lt;br /&gt;
&lt;br /&gt;
== 🐛	[https://en.wikipedia.org/wiki/Uno_(card_game) Uno (card game)] dark mode error ==&lt;br /&gt;
{{Tracked|T373164}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;latest accepted version&amp;quot; icons are black on a black background.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Nitrous_oxide Nitrous oxide] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The links in the fire diamond are blue, causing one of them to blend in with the health part. --[[User:Antured|Antured]] ([[User talk:Antured|talk]]) 13:38, 22 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==❓ Report by [[User:Felipeduquedeparma]] ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Names on location map displayed in black text over a black base, making them impossible to read without highlighting.&lt;br /&gt;
:{{re|Felipeduquedeparma}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 16:27, 22 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Gaussian_curvature Gaussian curvature] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The text in the green bordered box stating the gauss-bonnet theorem remains black while in dark mode, making it almost impossible to read&lt;br /&gt;
&lt;br /&gt;
==❓ Report by [[User:High.Mars]] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Image of the Greek alphabet on the table on the side (Δδ) does not show up well on dark mode&#039;&lt;br /&gt;
: {{re|High.Mars}} Hello, could you please explain the issue you are facing in detail (e.g. which pages) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 09:20, 25 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 🐛 [https://en.wikipedia.org/wiki/OCaml OCaml] dark mode error ==&lt;br /&gt;
{{Tracked|T365926}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&amp;amp;lt;syntaxhighlight&amp;amp;gt; tags do not respect the background, as found [https://en.wikipedia.org/wiki/OCaml#Hello_World here].&lt;br /&gt;
&lt;br /&gt;
==❓ [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Some letters on my homepage are not inverting. This mainly includes suggested articles page and its settings.&#039;&#039;&#039;&lt;br /&gt;
: {{re|TitanXprime}} Hello, could you please indicate which specific part of the suggested articles page and its settings has this issue, and provide a screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 01:45, 26 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==❓ [https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Cannot read some texts.&lt;br /&gt;
: {{re|ZeetBaralWiki}} Hello, could you please explain the issue you are facing in detail (e.g. which pages or which part in the page) and provide the screenshot if possible (you may upload the screenshot to imgbb.com)? Thanks. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 08:15, 26 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2024_Liberal_Democratic_Party_(Japan)_presidential_election 2024 Liberal Democratic Party (Japan) presidential election] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
If you have &amp;quot;automatic&amp;quot; set, the text in the editor is unreadable. The text is black on black.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:Talk_quote_block/testcases Talk quote block/testcases] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
As can be seen at [https://en.wikipedia.org/wiki/Template:Talk_quote_block/testcases#Archived Template:Talk quote block/testcases#Archived], when the Talk quote block template is embedded inside an &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;Archive top}}&amp;lt;/code&amp;gt;, the template&#039;s dark-mode TemplateStyles colors are inverted back to light mode. I attempted to apply the &amp;lt;code&amp;gt;mw-no-invert&amp;lt;/code&amp;gt; class to the template&#039;s &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;&amp;lt;/nowiki&amp;gt;blockquote&amp;gt;&amp;lt;/code&amp;gt; element, but if I&#039;m reading the CSS applied by enWiki correctly (wrapped for readability):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
@media screen and (prefers-color-scheme: dark) {&lt;br /&gt;
  html.skin-theme-clientpref-os .skin-invert-image img,&lt;br /&gt;
  html.skin-theme-clientpref-os .skin-invert,&lt;br /&gt;
  html.skin-theme-clientpref-os .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert),&lt;br /&gt;
  html.skin-theme-clientpref-os .oo-ui-indicatorElement-indicator {&lt;br /&gt;
    color-scheme: light;&lt;br /&gt;
    filter: invert(1) hue-rotate(180deg);&lt;br /&gt;
  }&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
...The &amp;lt;code&amp;gt;mw-no-invert&amp;lt;/code&amp;gt; class will only disable the &amp;lt;code&amp;gt;invert&amp;lt;/code&amp;gt; filter if the element in question has the &amp;lt;code&amp;gt;oo-ui-iconElement-icon&amp;lt;/code&amp;gt; class, which the template&#039;s &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;&amp;lt;/nowiki&amp;gt;blockquote&amp;gt;&amp;lt;/code&amp;gt; obviously does not.&lt;br /&gt;
&lt;br /&gt;
(That CSS is taken from my browser&#039;s inspector view, I&#039;m not quite sure where it comes from on the Wikipedia side. It&#039;s not in [https://en.wikipedia.org/wiki/MediaWiki:Vector-2022.css Vector-2022.css].) [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 15:40, 26 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:This was [[w:Template_talk:Talk_quote_block#Dark_mode_issue|fixed with changes to the Archive top template]] . [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 19:09, 29 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Upon account creation, the cached Appearance (Dark Mode/Light Mode) setting is ignored, and the setting can be configured for the newly created user account instead. For users with Dark Mode on, this resets the appearance to Light Mode until the user sets it to their preference again. &lt;br /&gt;
&lt;br /&gt;
New users are prompted for a reason that they created their account. After creating a Wikipedia account, the user is directed to their newly created user homepage. This page has user-specific content but a constant URL: https://en.wikipedia.org/w/index.php?title=Special:Homepage&lt;br /&gt;
&lt;br /&gt;
This page has a Suggested Edits section for new users. For users who selected the &amp;quot;fix a type or error&amp;quot; option on the previous prompt, a Suggested Edits window appears on this page. The text at the beginning of this section has a light blue background instead of white. This text does not invert to white with the rest of the text when Dark Mode is enabled.&lt;br /&gt;
&lt;br /&gt;
(AKA: the first thing a user sees when they create an account is their Dark Mode setting is reset, and as soon as they turn Dark Mode back on, the first block of text on their new user page is unreadable - not ideal for new user experience.)&lt;br /&gt;
&lt;br /&gt;
For reference, the text that does not invert with Dark Mode is:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;When you created your account, you said you wanted to fix a typo or error. Here, you can find suggestions of small edits to get started. If you would rather go straight to fixing a specific article, you can search for the article and click &amp;quot;Edit&amp;quot;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Additional notes: I think it&#039;s related to this JavaScript file in the GitHub repo for MediaWiki, or something around it: https://github.com/wikimedia/mediawiki-extensions-GrowthExperiments/blob/master/modules/ext.growthExperiments.Homepage.SuggestedEdits/StartEditingDialog.js&lt;br /&gt;
: I filed the bug report regarding the Special:Homepage Suggested Edits section first [[phab:T373434]]. &amp;quot;the first thing a user sees when they create an account is their Dark Mode setting is reset, and as soon as they turn Dark Mode back on&amp;quot; seems to be the general feedback. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 12:51, 27 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Mongolian_script Mongolian script] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Writing direction symbol in preamble, generated by &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{TextDir|tb-lr|full}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;in wikitext.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Gerald_Ford Gerald Ford] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In dark mode links are a dark blue - a similar blue (possibly the same) to the blue used for links in light mode. A dark blue link text color in dark mode does not have enough contrast against the black background and is a significantly different level of contrast from the white body text in dark mode, which visually breaks up articles into links and body text instead of them appearing relatively similar. The dark blue link color in dark mode works differently than how dark blue appears in light mode, where it has a similar level of contrast to the black text. In dark mode, a lighter blue link color would be easier to read by having more contrast with the black background and a level of contrast more similar to the white body text.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Maximum_entropy_probability_distribution Maximum entropy probability distribution] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In the &amp;quot;Table of probability distributions and corresponding maximum entropy constraints&amp;quot; table under&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Maximum_entropy_probability_distribution#Other_examples&lt;br /&gt;
&lt;br /&gt;
the latex equations are unreadable because the table background is white and so is the text.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/A_Coruña A Coruña] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name of the city is not displayed correctly in map sidebar of the article when dark mode is activated through Automatic color mode. When explicitly selecting Dark mode the came is displayed correctly with black font color in a transparent text color box. In Automatic dark mode the name is displayed with black font color in a black text color box.&lt;br /&gt;
{{Collapse top|screenshot}}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:2024-08-29 11-36-53 585x1015 scrot.png|Everything normal on the map in the sidebar with Dark mode explicitely activated.&lt;br /&gt;
File:2024-08-29 11-37-07 596x1016 scrot.png|Everything normal in Light mode&lt;br /&gt;
File:2024-08-29 11-37-16 589x1015 scrot.png|When Dark mode is set automatically the text box of the city name is black and not transparent, making it impossible to read the name of the city. Note that the text box in the topmost map showing the copyright is also affected.]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Climbing WikiProject Climbing] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Nearly-invisible, dark-gray-on-black text in dark mode. Caused by the &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; inline&amp;gt;style=&amp;quot;background: transparent;&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; used to style the unclosed table at the end of transcluded [[w:Wikipedia:WikiProject Climbing/tabsheader]]. This affects the body text immediately following on the transcluding project page. Removing the unnecessary &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; inline&amp;gt;style=&amp;quot;background: transparent;&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; makes all text visible. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 19:06, 29 August 2024 (UTC)&lt;br /&gt;
: I got the go-ahead to make the necessary table style fixes from a participant on the [[w:Wikipedia talk:Wikiproject Climbing|project talk page]], and did so. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 16:40, 22 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Washington_Metro Washington Metro] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;route diagram&amp;quot; in the infobox does not display correctly in dark mode. The background will be light with most of the elements in the diagram being dark which is the expected behavior. The problem is that most of the text on the diagram has a light font color which makes it almost completely invisible when dark mode is enabled. Additionally, all the links on the page use the lighter blue color which may be readable by some people (myself included), but it is certainly not WCAG compliant. This could potentially be a more widespread issue with [https://en.wikipedia.org/wiki/Template:Routemap Template:Routemap]&lt;br /&gt;
&lt;br /&gt;
[[User:ElijahAppleUser|ElijahAppleUser]] ([[User talk:ElijahAppleUser|talk]]) 21:46, 30 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
==📢 [https://en.wikipedia.org/wiki/Fore_people Fore people] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&amp;quot;Automatic&amp;quot; setting displays Dark Mode no matter when it is selected&lt;br /&gt;
* It depend on the browser setting, so it is not a bug. [[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 05:57, 31 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ Dark mode issue in page [https://en.wikipedia.org/wiki/List_of_tlatoque_of_Tenochtitlan List of tlatoque of Tenochtitlan] ==&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
[https://en.wikipedia.org/wiki/List_of_tlatoque_of_Tenochtitlan#Cuauhtlatoque_(1525–1536) Some of the tables] don&#039;t get converted to dark mode, making them clash a lot. &amp;lt;small&amp;gt;&amp;lt;span class=&amp;quot;autosigned&amp;quot;&amp;gt;—&amp;amp;nbsp;Preceding [[Special:MyLanguage/Help:Signatures|unsigned]] comment added by [[User:Kharakhov|Kharakhov]] ([[User talk:Kharakhov|{{int:talkpagelinktext}}]] • [[Special:Contributions/Kharakhov|{{int:contribslink}}]]) 12:48, 1 September 2024‎ (UTC)&amp;lt;/span&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;!-- Template:Unsigned --&amp;gt;&lt;br /&gt;
[[File:Screenshot of dark mode not working.png|thumb|Screenshot of the issue]]&lt;br /&gt;
:{{Ping|Kharakhov}} The table had a forced background color, so I removed it. --[[User:ZandDev|ZandDev]] ([[User talk:ZandDev|talk]]) 17:43, 1 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Immigration_to_Japan Immigration to Japan] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The colour of the bars between the text in the table is inconsistently white or grey. [[User:Cepeli|Cepeli]] ([[User talk:Cepeli|talk]]) 20:49, 1 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Hentaigana Hentaigana] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The hentaigana examples used in two places in the article are very difficult to see while using dark mode. They&#039;re transparent svg files, in dark mode they show up as black text on a dark grey background.&lt;br /&gt;
:Fixed with [https://en.wikipedia.org/w/index.php?title=Hentaigana&amp;amp;diff=1243966544&amp;amp;oldid=1241833025 this change] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:31, 4 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Bagua Bagua] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Bagua&amp;quot; article, the following quote is rendered as dark text on a dark background:&lt;br /&gt;
&lt;br /&gt;
Legge&#039;s translation:&lt;br /&gt;
[I]n (the system of) the Yi there is the Grand Terminus,&lt;br /&gt;
which produced the two elementary Forms.&lt;br /&gt;
Those two Forms produced the Four emblematic Symbols,&lt;br /&gt;
which again produced the eight Trigrams.&lt;br /&gt;
	&lt;br /&gt;
Adler&#039;s translation:&lt;br /&gt;
In Change there is the Supreme Polarity,&lt;br /&gt;
which generates the Two Modes (兩儀; liangyi).&lt;br /&gt;
The Two Modes generate the Four Images (sixiang),&lt;br /&gt;
and the Four Images generate the Eight Trigrams.&lt;br /&gt;
&lt;br /&gt;
Not sure whether other articles have inadequately set colors such as these, or why this happened at all.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Web_colors Web colors] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Shorthand hexadecimal form, CSS colors =&amp;gt; monospace text block has light background&lt;br /&gt;
&lt;br /&gt;
Extended colors =&amp;gt; table has light background&lt;br /&gt;
&lt;br /&gt;
Color table, Safest web colors =&amp;gt; table title and contents have poor foreground colors&lt;br /&gt;
: Fixed second issue, will fix 3rd later [[User:Matrix|Matrix]] ([[User talk:Matrix|talk]]) 11:03, 8 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Family_tree_of_the_Māori_gods Family tree of the Māori gods] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
the things up the top are still in light mode&lt;br /&gt;
&lt;br /&gt;
i cant upload the damn photo because it suckswsethujioj&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Rome Rome] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The white dot in the map of Rome, Italy shows as black in Dark Mode.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sputnik_1 Sputnik 1] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The banner is in light mode, while the background is in dark mode, making it look a bit unprofessional.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/1957_in_spaceflight 1957 in spaceflight] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;Orbital Launches&amp;quot; and &amp;quot;Suborbital Launches&amp;quot; hurts both me and my eyes.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sorting algorithm] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In https://en.wikipedia.org/wiki/Sorting_algorithm, Comparison of algorithms table. &lt;br /&gt;
&lt;br /&gt;
Some (but not all) math expressions are rendered in white, which on the green background makes them very difficult to read.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2024_Summer_Paralympics 2024 Summer Paralympics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; The logo for the Paralympics has the words &amp;quot;Paris 2024&amp;quot; in black text, which is illegible on the dark background.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/WTA_1000_Series_singles_records_and_statistics WTA 1000 Series singles records and statistics] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
The [https://prnt.sc/ky8UTtLshBvM sorting arrows are not displaying in dark mode] when using &amp;lt;code&amp;gt;|&amp;lt;nowiki&amp;gt;style=&amp;quot;background-color:white&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in [https://en.wikipedia.org/w/index.php?title=WTA_1000_Series_singles_records_and_statistics&amp;amp;oldid=1244190346 WTA 1000 Series singles records and statistics#Title leaders]. Shouldn&#039;t they turn to black if the background is lighter, especially if it is white? [[User:Qwerty284651|Qwerty284651]] ([[User talk:Qwerty284651|talk]]) 16:40, 6 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Hypergraphia Hypergraphia] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;The colours look weird on Wikipedia, with dark mode on. Essentially, the blue coloured words looked weird. &#039;&#039;&#039;&lt;br /&gt;
: {{re|‎Andrew Diyue Liu}} Could you please give the example? Thanks. --[[User:SCP-2000|SCP-2000]] ([[User talk:SCP-2000|talk]]) 05:28, 8 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/The_Blitz The Blitz] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Background information -&amp;gt; Luftwaffe and strategic bombing:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Main article&amp;quot; background overflows into navbox&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Differentiation_of_trigonometric_functions Differentiation of trigonometric functions] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At the start of the article, the table is impossible to read as all of it is white (including the contents).&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:External_links External links] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Infobox is white: https://en.wikipedia.org/wiki/Template:Linking_and_page_manipulation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Ünye Ünye] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the infobox, in the &amp;quot;Location in Turkey&amp;quot; section, the background of the label that reads &amp;quot;Ordu&amp;quot; is set to black while the label color is also dark making it hard to read.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Garry_Williams_(cricketer) Garry Williams (cricketer)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The blue link in the Editnotice turned dark grey, made it hard to see.&lt;br /&gt;
&lt;br /&gt;
==🐛 [https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
{{tracked|T373392}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark Mode seems to also invert images on my homepage and only on the homepage where it shows my most viewed edits.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Greetings,&lt;br /&gt;
&lt;br /&gt;
On Preferences, I have Vector 2022 active, and also switched the Dark mode on: now it shows some beautiful dark greys backgrounds, right there on the Preferences page.&lt;br /&gt;
But once I save, and go back to any page, those grey backgrounds gone: boxes, menus, text, laterals, are all pure black! &lt;br /&gt;
Exception on the center-right info box on all pages and image boxes. Everywhere else, black background.&lt;br /&gt;
Forcing refresh ctrl-F5, does nothing. Going back to Preferences, those amazing grey backgrounds show up there.&lt;br /&gt;
&lt;br /&gt;
How to keep the grey style, that shows up in preferences?&lt;br /&gt;
I&#039;m using LibreWolf browser, uBlock Origin disabled for Wikipedia. Also, just tested on Edge, pure and clean, I never use Edge, and it&#039;s the same behavior.&lt;br /&gt;
&lt;br /&gt;
Thank you for your attention, stay awesome.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/NEMA_connector NEMA connector] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The images of connectors in https://en.wikipedia.org/wiki/NEMA_connector#Nomenclature are difficult to see in dark mode. I suspect the images have transparent backgrounds, making the black foreground lines impossible to see against the dark mode background.&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Hesperidin Hesperidin] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagrams with transparency (eg molecular skeletal formulas) are illegible in dark mode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To reproduce: Load https://en.wikipedia.org/wiki/Hesperidin in desktop dark mode and look at the infobox.&lt;br /&gt;
&lt;br /&gt;
Expected behavior: Beneath the infobox title &amp;quot;Hesperidin&amp;quot; and above the 3d visualization of the molecule is visible the https://en.wikipedia.org/wiki/Skeletal_formula for the molecule.&lt;br /&gt;
&lt;br /&gt;
Actual behavior: In the space I described instead is a black box.&lt;br /&gt;
&lt;br /&gt;
The reason for this is that skeletal formulas are commonly drawn as svgs with black content on a transparent background. Because black is behind the transparency in dark mode, one gets black-on-black, which is not visible when rendered.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, fixing this will require nontrivial policy thought. It&#039;s not clear that it&#039;s semantically correct to put a white background behind every svg, even though this would seem to be an ok interim measure. Rather, graphics in general may need to be rethought to accommodate dark mode. For example, it seems plausible to me that in dark mode, skeletal formulas should render as white lines and letters on a black background. In fact, perhaps the svgs should use a &amp;quot;color variable&amp;quot; like &amp;quot;foreground color&amp;quot; (if the SVG standard supports this) rather than explicitly coding &amp;quot;black&amp;quot; for the foreground content. (If the standard does not support anything like this, the wikimedia foundation should petition the standards body for an amendment to the standard, because this is a serious limitation.)&lt;br /&gt;
:In the future you can add &amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;| ImageClass = skin-invert&amp;lt;/syntaxhighlight&amp;gt; to chemboxes if the image needs to be inverted. [[User:Matrix|Matrix]] ([[User talk:Matrix|talk]]) 16:46, 20 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
: To the IP user who left the original unsigned post ([[IP:74.101.161.225]]): the SVG standard supports things like foreground color styling just fine. Despite this, most methods of creating monochrome SVGs hardcode parameters like &amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; inline&amp;gt;&amp;lt;svg fill=&amp;quot;#000&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt; and &amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; inline&amp;gt;&amp;lt;path stroke=&amp;quot;#000&amp;quot;&amp;gt;&amp;lt;/syntaxhighlight&amp;gt; for maximum displayability, because SVG only supports being styled &#039;&#039;&#039;when it&#039;s &#039;&#039;embedded&#039;&#039; into an HTML file directly&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
: When an SVG image is loaded from an external URL via an {{tag|img|single}} tag (as MediaWiki loads all images, today), the SVG content is rendered using only its internal styles (if any) and colors. It&#039;s extremely unlikely browser vendors would be willing — or indeed, even &#039;&#039;able&#039;&#039; — to alter that behavior, because it would compromise their security model to take CSS rules from one context (the current HTML page) and apply them in a completely separate context (the rendering context of the external &amp;lt;code&amp;gt;.svg&amp;lt;/code&amp;gt; file). [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:04, 22 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Paul_Rudish Paul Rudish] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==✅ [https://en.wikipedia.org/wiki/Wikipedia:About_Today&#039;s_featured_article About Today&#039;s featured article] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The header text (&amp;quot;See also&amp;quot;) is white on a light blue background. The entire section is light-blue, which doesn&#039;t work well with blue links. The color and contrast score is 2.82, which does not meet WCAG guidelines for accessible text.&lt;br /&gt;
&lt;br /&gt;
Here are couple references on color contrast and accessibility guidelines (In case it is needed- I&#039;m sure you all are on top of it):&lt;br /&gt;
* [https://www.w3.org/TR/WCAG21/#dfn-contrast-ratio WCAG Contrast Ratio Definition]&lt;br /&gt;
* [https://developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG/Perceivable/Color_contrast Understanding WCAG Color Contrast]&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Multivariable_calculus Multivariable calculus] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The proofs on this page are light, and none of the equations show.&lt;br /&gt;
&lt;br /&gt;
: This appears to be an issue with the [[w:Template:Collapse top]] template, when MathJax is used inside of the collapsible area. (See [[w:Template talk:Collapse top#Protected edit request on 4 September 2024]].) [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:37, 25 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:...And is fixed now that the dark-mode fixes to that template have been made live. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 15:42, 8 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/List_of_World_War_II_battles List of World War II battles] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;Battles from 1941&amp;quot; section of the article has dark text which is not converted to a lighter colour, making it very difficult to read.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Template:CBB_roster CBB roster] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Player roster unreadable on dark mode (example: [https://en.wikipedia.org/wiki/2011%E2%80%9312_Hartford_Hawks_women%27s_basketball_team] )&lt;br /&gt;
&lt;br /&gt;
: The problem here is that the table is being created with &amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot; inline&amp;gt;style=&amp;quot;background-color: transparent&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; — remove that unnecessary setting, and the colors become fine. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:33, 24 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I have opened an edit request at [[w:Template talk:CBB roster/Header#Protected edit request]] to correct the issue. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:48, 24 September 2024 (UTC)&lt;br /&gt;
:: The requested edit has been applied, and this is now fixed. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 17:29, 25 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/LGBT_rights_by_country_or_territory LGBT rights by country or territory] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode does not work when background colors and fonts are declared in an article, as can be seen in [[LGBT rights by country or territory]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proposed solution&#039;&#039;&#039;&lt;br /&gt;
Dark mode needs to be able to override explicitly set background colors and fonts across Wikipedia.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/David_Lynch David Lynch] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
For me the new dark mode colors are too high contrast for reading. Too dark background and too bright text.&lt;br /&gt;
current dark bg #101418&lt;br /&gt;
proposed dark bg #202122&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Template:Infobox Infobox] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039; {{tag|syntaxhighlight}} always renders with a white-ish (#f8f8f8) background, but it would look much nicer if it had a darker background, ideally matching {{tag|pre}} with var(--background-color-neutral-subtle,#f8f9fa). See example [[w:Template:Infobox#Usage|here]]. [[User:Mr. Starfleet Command|Mr. Starfleet Command]] ([[User talk:Mr. Starfleet Command|talk]]) 23:13, 28 September 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/YouTube YouTube] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;the red in the youtube logo (File:YouTube_2024.svg) is pinkish instead of being just red. Viewing the image on in wiki commons doesn&#039;t have this effect. Tested with light and dark mode for both sites.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Colombia Colombia] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
As it can be seen at the Colombia article, Dark Mode doesn&#039;t allow to see this table&#039;s text.&lt;br /&gt;
[[File:Captura de pantalla 2024-09-29 164256.png|thumb|Problem Dark Mode Colombia]]&lt;br /&gt;
&lt;br /&gt;
: Looks like {{u|I Am Andumé}} already fixed this in [https://en.wikipedia.org/w/index.php?title=Colombia&amp;amp;oldid=1248544576 this edit]. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 05:33, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template:Infobox_Australian_rules_football_match Infobox Australian rules football match] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Score does not show in dark mode&lt;br /&gt;
&lt;br /&gt;
: I &#039;&#039;&#039;believe&#039;&#039;&#039; this is now fixed, though a check from someone familiar with the pages that template typically appears on would be great. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 06:41, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;It&#039;s not an issue with reading, but I think it&#039;s still an issue. Every page I go to, it has Dark Mode enabled for about five seconds or so before turning back to light mode, even though Dark Mode is still on. It keeps happening with Automatic as well.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Reverse-delete_algorithm Reverse-delete algorithm] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
The black nodes, edges, and weight values used in the graph in the Example section are nearly invisible in dark mode. --[[User:Clump|Clump]] ([[User talk:Clump|talk]]) 17:44, 1 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Trigonometry Trigonometry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Gray bars to the sides are very distracting&lt;br /&gt;
&lt;br /&gt;
: I&#039;m not entirely sure what this is referring to, can you point out a specific part of the page that you feel isn&#039;t displaying correctly? [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 05:28, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/49ers–Packers_rivalry 49ers–Packers rivalry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Colors of teams (i.e. 49ers) on templates aren&#039;t loading properly.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/49ers–Packers_rivalry 49ers–Packers rivalry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Colors of teams (i.e. 49ers) on templates aren&#039;t loading properly.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Portal:Prostitution/Map Prostitution/Map] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
the map key&#039;s colors dont show up in dark mode&lt;br /&gt;
&lt;br /&gt;
== Dark mode error - Code Blocks ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
I noticed that code blocks are not being adjusted properly when viewing using the site&#039;s built-in/native Dark Mode. See: https://en.wikipedia.org/wiki/Composition_over_inheritance. Code blocks show up white-on-white, and are only visible if the user highlights the text.&lt;br /&gt;
&lt;br /&gt;
== ✅ Edit Notice dark mode error ==&lt;br /&gt;
&lt;br /&gt;
On some contentious topic articles, such as [[w:en:Israeli-occupied territories|Israeli-occupied territories]], when attempting to edit the page (using a mobile browser), an edit notice is displayed. When dark mode is enabled, this notice is almost unreadable. [[User:DigitalChutney|DigitalChutney]] ([[User talk:DigitalChutney|talk]]) 21:10, 4 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/World_Chess_Championship_2024 World Chess Championship 2024] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Unfortunatly the dark mode makes the table for the Results of the Candidates Tournament unreadable. All the results for games played with black are not visible as it tries to flip the colours around, despite there being no need for it.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Root cause of the error is in the sports table chess module https://en.wikipedia.org/wiki/Module:Sports_table/Chess. You can see the problem of black-on-black in the examples of &#039;&#039;Crosstable&#039;&#039;s.&lt;br /&gt;
--[[User:Susko3|Susko3]] ([[User talk:Susko3|talk]]) 00:11, 8 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:{{talk quotation|All the results for games played with black are not visible as it tries to flip the colours around, despite there being no need for it.}} The coloring issue is definitely there, but that isn&#039;t the reason why. The reason things are coming out wrong-colored is that the module:&lt;br /&gt;
:# creates normal table cells with &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;style=&amp;quot;background-color: transparent; color: inherit&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; (which comes out fine because the inherited text color ends up being &amp;lt;code&amp;gt;white&amp;lt;/code&amp;gt;, against the dark table background)&lt;br /&gt;
:# creates &#039;&#039;&#039;white&#039;&#039;&#039; table cells with &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;style=&amp;quot;background: black; color: white&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; (which is also fine, the explicit colors are used)&lt;br /&gt;
:# but it creates &#039;&#039;&#039;black&#039;&#039;&#039; table cells with &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;style=&amp;quot;background: transparent&amp;quot;&amp;lt;/syntaxhighlight&amp;gt;, &#039;&#039;assuming&#039;&#039; that the text color will be black, and the background color will be light enough for the black text to show.&lt;br /&gt;
:Problem is, the dark-mode CSS has a (somewhat dubious) rule that sets the text color to &amp;lt;code&amp;gt;#202122&amp;lt;/code&amp;gt; anytime anything is styled with a &amp;lt;code&amp;gt;background&amp;lt;/code&amp;gt; property of any sort, which means that using &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;background: transparent&amp;lt;/syntaxhighlight&amp;gt; without setting a text color will basically &#039;&#039;always&#039;&#039; cause contrast issues.&lt;br /&gt;
:Anyway, the fix will be to have the module explicitly output &amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot; inline&amp;gt;style=&amp;quot;background: white; color: black&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; for the black cells, the same way it outputs the opposite for the white cells. I&#039;ll work on a proposed update to the code as soon as I can figure out where the style bits actually live. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 14:13, 8 October 2024 (UTC)&lt;br /&gt;
:: This is now fully fixed; while the templates could still use some styling &#039;&#039;tweaks&#039;&#039;, all of the information is visible from invocations of [[w:Module:Sports table]], whether using {{para|style|Chess}} or another {{para|style}} mode. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 09:45, 15 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On page https://en.wikipedia.org/w/index.php?title=Special:Homepage&amp;amp;source=personaltoolslink&amp;amp;namespace=12, the text&lt;br /&gt;
&lt;br /&gt;
When you created your account, you said you wanted to add or change information on an existing article. Here, you can find suggestions of small edits to get started. If you would rather go straight to changing a specific article, you can search for the article and click &amp;quot;Edit&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
appears as --color-base,#202122, which is barely visible against the background rgba(234,243,255,0.5).&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/DOT_pictograms DOT pictograms] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Images in the section &#039;&#039;Symbols&#039;&#039; are hard to see because they render black-on-gray. Doing a basic invert with &amp;lt;code&amp;gt;class=&amp;quot;skin-invert-image&amp;quot;&amp;lt;/code&amp;gt; doesn&#039;t produce the correct results.&lt;br /&gt;
&lt;br /&gt;
I think the quickest fix is to add white backgrounds to the gallery. It&#039;s not the prettiest, but it&#039;s usable.&lt;br /&gt;
&lt;br /&gt;
I did not easily find any information on how I could edit the page so the gallery shows the images with a white background.&lt;br /&gt;
I looked at the following pages:&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Help:Gallery_tag&lt;br /&gt;
* https://commons.wikimedia.org/wiki/Commons:Galleries&lt;br /&gt;
* https://www.mediawiki.org/wiki/Recommendations_for_night_mode_compatibility_on_Wikimedia_wikis#When_skin-invert_does_not_work&lt;br /&gt;
** this describes me what I want to do, but doesn&#039;t tell me how to do it&lt;br /&gt;
&lt;br /&gt;
--[[User:Susko3|Susko3]] ([[User talk:Susko3|talk]]) 00:13, 8 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Agreed, the text stops short of explicitly giving directions for the fix, which is to add &amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot; inline&amp;gt;class=&amp;quot;skin-invert&amp;quot;&amp;lt;/syntaxhighlight&amp;gt; to the {{tag|gallery|open}} tags used. (Or, in these cases, change them from &amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot;&amp;gt;&amp;lt;gallery caption=&amp;quot;...&amp;quot; &amp;gt;&amp;lt;/syntaxhighlight&amp;gt; to &amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot;&amp;gt;&amp;lt;gallery class=&amp;quot;skin-invert&amp;quot; caption=&amp;quot;...&amp;quot; &amp;gt;&amp;lt;/syntaxhighlight&amp;gt;. I&#039;ve [https://en.wikipedia.org/w/index.php?title=DOT_pictograms&amp;amp;oldid=1250088863 done so] on that page. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 12:19, 8 October 2024 (UTC)&lt;br /&gt;
::Oops. Well, I did so for about half of them, and then I apparently got lazy. (Or, failed to realize there were more.) I&#039;ll hit the rest now. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 12:24, 8 October 2024 (UTC)&lt;br /&gt;
:I updated the information at [[Recommendations for night mode compatibility on Wikimedia wikis]] so that the information about updating {{tag|gallery}} tags is less buried, and I added an example code block after demonstrating the syntax. Hopefully that&#039;ll make things clearer, for editors looking for information on how to update their content. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 05:25, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Paragraph-based Edit Conflict Interface dark mode error ==&lt;br /&gt;
{{tracked|T373231}}&lt;br /&gt;
I also reported this at [[Help talk:Paragraph-based Edit Conflict Interface]] (topic &amp;quot;Dark mode issue&amp;quot;), because while it was &#039;&#039;encountered&#039;&#039; on enwiki, it&#039;s an interface bug that would presumably affect any installation with that tool installed. It&#039;s also a rare dark-mode issue that&#039;s actually an interface bug, and can&#039;t be fixed with a local content tweak.&lt;br /&gt;
&lt;br /&gt;
When using the &amp;quot;Night&amp;quot; site interface (the dark-mode skin), the &amp;quot;tour&amp;quot; popup labeled &amp;quot;Diverging changes are shown line by line.&amp;quot; contains black-on-dark-gray text below that initial heading line (which is rendered in white). No idea if any other interface elements are similarly affected. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 12:23, 8 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/XOR_gate XOR gate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The background of svg image is taken from the dark mode and thus is black in dark mode which render the content of the svg totally unreadable when said content is written or drawn in black as most of the images are. So for example on this page the images showing XOR gate using AOI cannot be seen.&lt;br /&gt;
:[https://en.wikipedia.org/w/index.php?title=XOR_gate&amp;amp;diff=1251286363&amp;amp;oldid=1243089997 done] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:09, 16 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Caucasian_Albanian_script Caucasian Albanian script] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The characters in the &#039;&#039;&#039;Sinai Palimpsest&#039;&#039;&#039; column of the table under the section Letters appear to fail the contrast test at 1.44:1 when the page is in dark mode. -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 00:19, 9 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Whoever made the images on the page in this section forgot to apply the dark mode invert tag to the 𐕞 (Iwn) letter image. -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 00:21, 13 October 2024 (UTC)&lt;br /&gt;
::[https://en.wikipedia.org/w/index.php?title=Caucasian_Albanian_script&amp;amp;diff=1251476971&amp;amp;oldid=1234441559 Done] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:08, 16 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/AmigaDOS AmigaDOS] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This is an example of typical AmigaDOS command syntax:&lt;br /&gt;
&lt;br /&gt;
1&amp;gt; Dir DF0:&lt;br /&gt;
Without entering the directory tree, this shows the content of a directory of a floppy disk and lists subdirectories as well.&lt;br /&gt;
&lt;br /&gt;
The following text is too dark in the dark mode (have to switch to light mode to read easily):&lt;br /&gt;
&lt;br /&gt;
Without entering the directory tree, this shows the content of a directory of a floppy disk and lists subdirectories as well.&lt;br /&gt;
&lt;br /&gt;
: {{u|Matrix}} fixed most of those, I cleaned up a few stragglers. [[User:FeRDNYC|FeRDNYC]] ([[User talk:FeRDNYC|talk]]) 09:57, 15 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The description of Today&#039;s Featured Picture has unreadable black on black text. [[User:Largely Legible Layman|Largely Legible Layman]] ([[User talk:Largely Legible Layman|talk]]) 00:05, 10 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/User_talk:Thekhan3 Thekhan3] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Main_Page Main Page] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Text in &amp;quot;today&#039;s featured picture&amp;quot; is not properly colored. I was not able to upload the screenshot&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2023_Formula_One_World_Championship 2023 Formula One World Championship] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The total points column of the World Drivers&#039; Championship standings table and the World Constructors&#039; Championship standings table below it has both the column background and the text in dark colors, making it difficult to read.&lt;br /&gt;
https://en.wikipedia.org/wiki/2023_Formula_One_World_Championship#World_Drivers&#039;_Championship_standings&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
On my user page, under &amp;quot;Suggested edits,&amp;quot; the descriptive text had incredibly low contrast compared to the background.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Requests_for_comment/History_and_geography Requests for comment/History and geography] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Almost all the text is black. [[User:Mellk|Mellk]] ([[User talk:Mellk|talk]]) 13:20, 16 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Requests_for_comment/Politics,_government,_and_law Requests for comment/Politics, government, and law] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Almost all the text is black. [[User:Mellk|Mellk]] ([[User talk:Mellk|talk]]) 13:20, 16 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅[https://en.wikipedia.org/wiki/Transformer Transformer] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The equations in the sidebar of the Ideal transformer subsection of the Principles section are written in white against an off-white background when in dark mode, making them effectively invisible.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/List_of_The_Simpsons_characters List of The Simpsons characters] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The table under the Characters section is visably blank, excepting two rows (Homer &amp;amp; Kumiko Albertson).&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Sawtooth_wave Sawtooth wave] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The infobox image is a PNG, containing a black graph with no background. This makes it hard to see during dark mode, as it appears as black over dark grey (contrast ratio 1.3:1). A brighter background for the image would be helpful.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Time_signature Time signature] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section: Early music usage&lt;br /&gt;
&lt;br /&gt;
The table titled &amp;quot;Proportion Signs&amp;quot; contains black text against the dark mode background.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Dodgers–Yankees_rivalry Dodgers–Yankees rivalry] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In the &amp;quot;Season-by-season results&amp;quot; section the &amp;quot;Season&amp;quot; and &amp;quot;Notes&amp;quot; links in the 2000s, 2010s, and 2020s tables are the same color as the background of those cells.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/2024_Northwestern_Wildcats_football_team 2024 Northwestern Wildcats football team] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In all football articles that have a football schedule (&amp;quot;Schedule&amp;quot; section in this specific article), text is dark and unreadable in the games that have yet to be played.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Help:Page_history Page history] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Homepage Homepage] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
under &amp;quot;most viewed since your edit&amp;quot; the images are inverted&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Logic_gate Logic gate] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section: Universal logic gates&lt;br /&gt;
&lt;br /&gt;
The diagrams displayed inside the table cells are drawn in black against the dark mode background colour.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Sucrose Sucrose] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In dark mode, the image at the top-right, showing the chemical structure (Haworth projection) of the molecule, appears in &#039;&#039;&#039;black, with a dark gray background&#039;&#039;&#039;, making it almost impossible to view. In dark mode, the chemical structure lines and text in the image should appear in &#039;&#039;&#039;white, with a dark gray or black  background&#039;&#039;&#039; (i.e., the &#039;&#039;inverse&#039;&#039;, or &#039;&#039;negative&#039;&#039;, of the original image).&lt;br /&gt;
&lt;br /&gt;
Note that this issue occurs in numerous Wikipedia articles, when viewed in dark mode, and not only in the article about sucrose.&lt;br /&gt;
&lt;br /&gt;
Also note that switching to light mode and using &#039;&#039;Dark Reader&#039;&#039; (a popular browser add-on), to generate the dark mode, works as intended (i.e., the chemical structure lines and text in the image appear in white, with a black background, making the image perfectly viewable).&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Talk:Viriamo Viriamo] dark mode error ==&lt;br /&gt;
I&#039;m not sure what template this arises from but dark mode inverts the color of an image on a talk page section for a DYK nomination (see Talk:Viriamo).&lt;br /&gt;
&lt;br /&gt;
[[File:Viriamo example.png|thumb|the image displaying normally]]&lt;br /&gt;
[[File:Viriamo example 2.png|thumb|the inverted image]]&lt;br /&gt;
&lt;br /&gt;
:This seems caused by the row:&lt;br /&gt;
:&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
filter: invert(1) hue-rotate(180deg);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; --[[User:ZandDev|ZandDev]] ([[User talk:ZandDev|talk]]) 02:35, 30 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/List_of_best-selling_albums List of best-selling albums] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Dark mode conflicts with the light pastel colours used to mark different categories in tables. In this article, specific random rows maintain their dark-mode colouring while the rest are displayed using light-mode colouring. This is not an error I have consciously observed on other pages.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/List_of_trigonometric_identities List of trigonometric identities] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Links in a table appear dark and can&#039;t be seen well, like in this section:&lt;br /&gt;
https://en.wikipedia.org/wiki/List_of_trigonometric_identities#Multiple-angle_and_half-angle_formulae&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Administrators&#039;_noticeboard/Incidents Administrators&#039; noticeboard/Incidents] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
It&#039;s difficult to read watchpages with filters with dark mode enabled.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs Plan 9 from Bell Labs] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
The image of the Plan 9 from Bell Labs mascot, &amp;quot;Glenda in a space suit&amp;quot; at the top of the right-hand sidebar info box does not display properly in dark mode. Maybe nothing can be done about that but I assume this affects other similar (possibly vector / svg?) images on Wikipedia where the color scheme was not designed with dark mode in mind.&lt;br /&gt;
:Was [https://en.wikipedia.org/w/index.php?title=Plan_9_from_Bell_Labs&amp;amp;diff=prev&amp;amp;oldid=1255414488 fixed]. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:56, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Wikipedia:Contents/Society_and_social_sciences Contents/Society and social sciences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Text is very hard to read in dark mode. Color contrast is as low as 1.12:1&#039;&#039;&#039;&lt;br /&gt;
:I&#039;ve made [https://en.wikipedia.org/w/index.php?title=Wikipedia:Contents/styles.css&amp;amp;diff=prev&amp;amp;oldid=1255524678 some improvements]. It&#039;s not super pretty, but at least it is readable now. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:54, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Group_(mathematics) Group (mathematics)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Part: Second example: a symmetry group&lt;br /&gt;
&lt;br /&gt;
Element: Cayley table&lt;br /&gt;
&lt;br /&gt;
Symbols in squares with light background difficult to read (easily visible in light mode). Also fine in invert color display mode. Is there such &amp;quot;html&amp;quot; &amp;quot;tag&amp;quot; for elements to just invert?&lt;br /&gt;
:Improved, but their background details are very light, so it would be better if someone made an improved set of images for these I think. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 10:41, 5 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Try Suggested Edits&amp;quot; popup dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&amp;quot;Try suggested edits&amp;quot; popup that shows after a (first?) edit is white-on-white. &lt;br /&gt;
&lt;br /&gt;
https://imgur.com/a/xc1imc2&lt;br /&gt;
&lt;br /&gt;
--[[Special:Contributions/142.196.166.123|142.196.166.123]] 22:36, 8 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Table don&#039;t affected ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
the table still is in light theme and it looks very bright&lt;br /&gt;
&lt;br /&gt;
== Text too bright ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
This issue is related to the Vector 2022 skin - if that is what the instructions refer to as template.&lt;br /&gt;
I am experiencing issues with the text color (#eaecf0) which manifest as eye strain.&lt;br /&gt;
&lt;br /&gt;
With light mode, I get an initial shock every time I open a page. If I read all of it, I&#039;m alright by the end - but then switching back to anything else on my computer which is all in dark mode, I get another shock.&lt;br /&gt;
&lt;br /&gt;
With dark mode, I get no initial shock, however by the end of the article I realize my sight is littered with remnants of the text due to its brightness.&lt;br /&gt;
&lt;br /&gt;
I find that changing this color to (#b8babd) makes the page much more pleasant for my eyes. &lt;br /&gt;
&lt;br /&gt;
My suggestion is really not related to hue as much as it is lightness. I believe a drop of around 20% is needed to reduce eye strain.&lt;br /&gt;
&lt;br /&gt;
Thanks for the consideration :)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Waco_siege Waco siege] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When Automatic is selected and the browser is set to prefer dark themes, the map of Texas is unreadable. When either light or dark is explicitly selected, the map of Texas is correct.&lt;br /&gt;
&lt;br /&gt;
Tested on Firefox for Windows.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Gadigal_railway_station Gadigal railway station] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
Black table&lt;br /&gt;
&lt;br /&gt;
== [[wikipedia:Template:Infobox historical era|Template:Infobox historical era]] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Chronology section of [[wikipedia:Template:Infobox historical era|Template:Infobox historical era]], with {{para|before}} and {{para|after}} links displays with &amp;lt;code&amp;gt;background:#F9F9F9;&amp;lt;/code&amp;gt; regardless of whether night mode is on or off. [[User:Yodin|Yodin]] ([[User talk:Yodin|talk]]) 02:58, 12 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Fixes have been made by @[[User:Matrix|Matrix]]. --[[User:Yodin|Yodin]] ([[User talk:Yodin|talk]]) 12:57, 15 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Double-precision_floating-point_format Double-precision floating-point format] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The dark mode color filter (?) doesn&#039;t work properly in the [https://en.wikipedia.org/wiki/Double-precision_floating-point_format#Double-precision_examples &amp;quot;Double-precision examples&amp;quot;] section of the &amp;quot;Double-precision floating-point format&amp;quot; page. The background is off-white instead of dark.&lt;br /&gt;
&lt;br /&gt;
It also &amp;quot;escapes&amp;quot; the article and goes off to the right, overlapping the &amp;quot;tools&amp;quot; sidebar.&lt;br /&gt;
:Improved with css variables and a scroll box. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 12:07, 12 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Feynman_diagram Feynman diagram] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
At the top of this page (“Feynman Diagram”), there is an image of the Feynman Diagram. In dark mode this changes to a black background, as expected, but the particle markings (‘e-’ for electron, etc) remain in a grey, making it difficult to read against the black background. &lt;br /&gt;
The image is still perfectly readable in light mode.&lt;br /&gt;
&lt;br /&gt;
Everything else I saw briefly on the page looked good.&lt;br /&gt;
:Was [https://en.wikipedia.org/w/index.php?title=Feynman_diagram&amp;amp;diff=prev&amp;amp;oldid=1257740569 fixed]. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 12:56, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/European_Court_of_Human_Rights European Court of Human Rights] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The logo in the side box is way too low contrast.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Confusion_and_diffusion Confusion and diffusion] dark mode advice ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Okay, the mode change from light to dark is cool, but the dark color is too dark. It affects the reading and does not feel good. I think the background color should be &amp;quot;#333&amp;quot; or something around this color. This is the demo of how I change, and it&#039;s probably good.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
[[File:Image for demo the how background is looks like.png|thumb]]&lt;br /&gt;
&amp;quot;Okay, the mode change from light to dark is cool, but the dark color is too dark. It affects the reading and does not feel good. I think the background color should be &amp;quot;&#039;&#039;&#039;#333&#039;&#039;&#039;&amp;quot; or something around this color. This is the demo of how I change, and it&#039;s probably good.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Image background settings.png|thumb|alt=Image background settings|Image background settings]]&lt;br /&gt;
color setting demo.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;I hope this Setting Looks fine for all users Feels this nice look or any improvement in this setting it&#039;s fine but this is from my size.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Community_response_to_the_Wikimedia_Foundation&#039;s_ban_of_Fram Community response to the Wikimedia Foundation&#039;s ban of Fram] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description:&#039;&#039;&#039; the templates inside &amp;quot;mw-archivedtalk&amp;quot; are all with badly inverted text. showing dark on dark.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Eastern_Iowa_Airport Eastern Iowa Airport] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The blue color on the legends of the passenger destinations map is very difficult to read. I have attached a screenshot as an example.&lt;br /&gt;
[[File:Example Screenshot November 20.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Special:Preferences Preferences] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
There is not an issue with readability, but the dark mode preference does not save when coming back to Wikipedia after closing Google Chrome.&lt;br /&gt;
:{{replyto|Sypesgpgp}} For registered users, it is registered in their preferences (and many people have this, so if there was some sort of wider issue, I&#039;d expect many people to complain about this not working). For anonymous users, this setting is saved with a cookie. So if you have a browser or an extensions for that throws away cookies for privacy/ad blocking reasons, then remembering the setting will not work. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 12:50, 22 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Template_talk:Chernobyl Chernobyl] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The title &amp;quot;Chernobyl Disaster&amp;quot; is colored dark grey on dark mode, which makes it very hard to read because of the black background.&lt;br /&gt;
&lt;br /&gt;
Interestingly, this issue does not appear when viewing the template itself, but appears when viewing an article that has that template, such as [https://en.wikipedia.org/wiki/Elephant%27s_Foot_(Chernobyl) the page on Elephant&#039;s Foot].&lt;br /&gt;
&lt;br /&gt;
This issue occurs in both Firefox and Ungoogled Chromium.&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/Vithkuqi_alphabet Vithkuqi alphabet] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
The letter images in the table in the Description section of the page fails the contrast check (1.3:1). I was wondering if this could be corrected. -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 01:14, 25 November 2024 (UTC)&lt;br /&gt;
: [https://en.wikipedia.org/w/index.php?title=Vithkuqi_alphabet&amp;amp;diff=prev&amp;amp;oldid=1259488390 fixed] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 13:09, 25 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ✅ [https://en.wikipedia.org/wiki/2024–25_PBA_Commissioner&#039;s_Cup 2024–25 PBA Commissioner&#039;s Cup] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I couldn&#039;t read the dates in the results table (in the elimination round section) without highlighting it. I think it&#039;s because the text color is currently set to black?&lt;br /&gt;
:[https://en.wikipedia.org/w/index.php?title=Module:Sports_games&amp;amp;diff=prev&amp;amp;oldid=1259489510 fixed] —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 13:49, 25 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Wikipedia:Good_articles Good articles] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Issue description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Background color isn&#039;t changed from the default, resulting in white-ish text on a white-ish background.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Help:Multilingual_support Multilingual support] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;ve found yet another page where their images fail the contrast check when in Dark mode at 1.3:1. I also noticed that some images leave a white background in dark mode, and should probably be updated to remove said background from the images. The images in question are all under the Scripts section of the page. I was wondering if this could be corrected as well? -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 15:01, 28 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The images look better in Dark mode, but the letter images under Ancient South Arabian no longer appear. Seems like they lowercased the PNG part, when that bit is also case sensitive (___.png and ___.PNG are treated to not be the same image on these wikis). -&amp;lt;span style=&amp;quot;font-family:Lentariso&amp;quot;&amp;gt;[[User:GeniusWorkbench4622|Genius]][[User_talk:GeniusWorkbench4622|Workbench]][[Special:Contributions/GeniusWorkbench4622|4622]]&amp;lt;/span&amp;gt; 02:09, 2 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Tip me low  ==&lt;br /&gt;
&lt;br /&gt;
Richard Deon Thompson 6kxmd7el4u93xmd  [[User:Dion65088|Dion65088]] ([[User talk:Dion65088|talk]]) 03:11, 1 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Ten thousand dollars trade  ==&lt;br /&gt;
&lt;br /&gt;
U.s writer. [[User:Dion65088|Dion65088]] ([[User talk:Dion65088|talk]]) 03:12, 1 December 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Birdman_(film) Birdman (film)] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Poodle_Hat Poodle Hat] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Issue Description&#039;&#039;&#039;&lt;br /&gt;
In the Wikipedia article for Poodle Hat [[https://en.wikipedia.org/wiki/Poodle_Hat]], in the track listing section [[https://en.wikipedia.org/wiki/Poodle_Hat#Track_listing]] the place holder text for the expandable section of the track &amp;quot;Angry White Boy Polka&amp;quot; appears dark in the dark mode.&lt;br /&gt;
&lt;br /&gt;
== [https://en.wikipedia.org/wiki/Tegra Tegra] dark mode error ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Instructions&lt;br /&gt;
Please describe how the dark mode colors are making Wikipedia difficult to read.&lt;br /&gt;
Please include the section of the article where you found the issue.&lt;br /&gt;
If you know the exact template with the issue, please report it on the template talk page instead for a quicker response.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Some pages are way to big&#039;&#039;&#039;&lt;br /&gt;
Hello I was reading the page for tegra chip and i noticed that it was very large when i checked it was because of a list&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Topic:Ydf8rz9rws41t7jc&amp;topic_postId=ydiici2a7qoojprw&amp;topic_revId=ydiici2a7qoojprw&amp;action=single-view</id>
		<title>Topic:Ydf8rz9rws41t7jc</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Topic:Ydf8rz9rws41t7jc&amp;topic_postId=ydiici2a7qoojprw&amp;topic_revId=ydiici2a7qoojprw&amp;action=single-view"/>
		<updated>2024-10-03T03:41:52Z</updated>

		<summary type="html">&lt;span class=&quot;plainlinks&quot;&gt;&lt;a href=&quot;/wiki/User:Depotadore&quot; class=&quot;mw-userlink&quot; title=&quot;User:Depotadore&quot;&gt;&lt;bdi&gt;Depotadore&lt;/bdi&gt;&lt;/a&gt; &lt;span class=&quot;mw-usertoollinks&quot;&gt;(&lt;a href=&quot;/wiki/User_talk:Depotadore&quot; class=&quot;mw-usertoollinks-talk&quot; title=&quot;User talk:Depotadore&quot;&gt;talk&lt;/a&gt; | &lt;a href=&quot;/wiki/Special:Contributions/Depotadore&quot; class=&quot;mw-usertoollinks-contribs&quot; title=&quot;Special:Contributions/Depotadore&quot;&gt;contribs&lt;/a&gt;)&lt;/span&gt; &lt;a class=&quot;external text&quot; data-mw-original-href=&quot;//www.mediawiki.org/w/index.php?title=Topic:Ydf8rz9rws41t7jc&amp;amp;topic_showPostId=ydiici2a7qoojprw#flow-post-ydiici2a7qoojprw&quot; href=&quot;https://www.mediawiki.org/w/index.php?title=Topic:Ydf8rz9rws41t7jc&amp;amp;topic_showPostId=ydiici2a7qoojprw#flow-post-ydiici2a7qoojprw&quot;&gt;commented&lt;/a&gt; on &quot;This makes no sense?&quot; (&lt;em&gt;Ah it&amp;#039;s CSS bugs&lt;/em&gt;)&lt;/span&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Template_talk:Main_page/2024&amp;diff=7266837</id>
		<title>Template talk:Main page/2024</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Template_talk:Main_page/2024&amp;diff=7266837"/>
		<updated>2024-10-03T03:41:52Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: /* This makes no sense? */ Added reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{flow imported revision}}&lt;br /&gt;
{{Main page talk notes|}}&lt;br /&gt;
== Request of replacing some links on the main page ==&lt;br /&gt;
{{Archive top|result=Done in [[Special:Diff/6463985]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Please replace &amp;quot;Manual:Installation guide&amp;quot; and &amp;quot;Manual:Errors and symptoms&amp;quot; to their redirect targets, because &amp;quot;Special:MyLanguage&amp;quot; will not follow the redirection, preventing users get redirected to their language.&lt;br /&gt;
&lt;br /&gt;
Thank you! [[User:Anterdc99|Anterdc99]] ([[User talk:Anterdc99|talk]]) 16:47, 11 April 2024 (UTC)&lt;br /&gt;
:{{Done}} [[Special:Diff/6463985]] [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 17:02, 11 April 2024 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Looking for a consensus design that improves language switching discoverability ==&lt;br /&gt;
{{Archive top|result=Let&#039;s continue in [[Topic:Y8l01lc8uein5fng|the main thread on the Village pump]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
... we do not want &amp;quot;5 cm&amp;quot; of language links + some translation info box on the main page. We can cheerfully leave them at the bottom. It looks like we are currently facing an edit war here. [[User:Kghbln|&amp;amp;#91;&amp;amp;#91;kgh&amp;amp;#93;&amp;amp;#93;]] ([[User talk:Kghbln|talk]]) 18:06, 16 July 2024 (UTC)&lt;br /&gt;
:Edit war indeed. {{FlowMention|Want}} I agree strongly with {{FlowMention|TheDJ}} and {{FlowMention|Kghbln}} that having the large translated language descriptor at the top of this page is undesirable. I agree with your initial edit comment that top placement is common, but I&#039;m not sure I understand {{tq|It was problematically inserting the bar of languages to the bottom border of the page.}} Can you help us all reach a mutually agreeable solution here by expanding on the problematic aspects of this placement so we can see if we can address those concerns? [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 23:59, 16 July 2024 (UTC)&lt;br /&gt;
::If anonymus user use a phone, or browser window narrower, is language bar out of it. In header of page is only active link to language selector, but It can&#039;t switch.  Doesn&#039;t that sound like enough of a reason?&lt;br /&gt;
::Next. Language bar in bottom do link to page &#039;Template:Main page&#039;, not &#039;MediaWiki&#039; (mainpage)&lt;br /&gt;
::And finally. It&#039;s only temporary solution. The multilingual switch can be solved differently for the new skin if be apply.&lt;br /&gt;
::I intensive work on template which solve multilanguage of links, because template Languages is old, and only supply element &#039;&amp;amp;#x3C;languages /&amp;amp;#x3E;&#039;&lt;br /&gt;
::I do slowly, in parts because I have to deal with the work for which I am paid in parallel. I am not an fulltime employee of WMF. [[User:Want|Want]] ([[User talk:Want|talk]]) 07:13, 17 July 2024 (UTC)&lt;br /&gt;
::{{tq|I do slowly, in parts because I have to deal with the work for which I am paid in parallel. I am not an fulltime employee of WMF.}}&lt;br /&gt;
::I apologize if somehow I gave you the impression that your work to support the MediaWiki community is unwelcome. I generally feel like I should be the lowest status person in these sorts of discussions exactly because I am one of the few people who do get paid to help advance the projects.&lt;br /&gt;
::As {{FlowMention|P858snake}} says below, {{tq|Perhaps we could workshop this on a /sandbox subpage first?}} The major redesign of [[MediaWiki]] that I was previously involved with used [[MediaWiki/Homepage improvements 2018/Proposal]] as the working draft until there was consensus that the new design was working well enough to replace the prior [[MediaWiki]]. The changes you are attempting are not as visually and structurally different, but they are experimental as far as I understand from the related discussion in [[Topic:Y8l01lc8uein5fng]]. Is it possible to work in a draft or sandbox page of some kind so that you can experiment as needed and get feedback from others before applying the changes to [[Template:Main page]]? [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 20:02, 17 July 2024 (UTC)&lt;br /&gt;
:If we have to, we could do something like [[commons:Template:Main Page Template|Commons]] does where they [[commons:Template:Lang-mp|manually curate a list of links]] to the translations so that they have fine grained control over styling. [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 00:05, 17 July 2024 (UTC)&lt;br /&gt;
::Commons &amp;lt;em&amp;gt;has&amp;lt;/em&amp;gt; to use a manually curated listed because its main page doesn’t use the Translate extension, and thus the main pages’ titles are unpredictable. Those of mediawiki.org are predictable, so I don’t think a manually curated list is warranted. A custom template+module solution, which formats the list differently than the standard solutions, but still displays an automatically generated (standard) list, may make sense, though. [[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 22:29, 17 July 2024 (UTC)&lt;br /&gt;
:See also https://www.mediawiki.org/wiki/Topic:Y8l01lc8uein5fng&lt;br /&gt;
:Perhaps we could workshop this on a /sandbox subpage first? [[User:P858snake|P858snake]] ([[User talk:P858snake|talk]]) 01:13, 17 July 2024 (UTC)&lt;br /&gt;
:Do we want to fold this less-discoverable thread into the one of the Village pump? [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 17:54, 18 July 2024 (UTC)&lt;br /&gt;
:Having one discussion seems like a good idea to me. Is there any magic way to merge across flow boards? Or should we just close this with a pointer to the other? [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 18:06, 18 July 2024 (UTC)&lt;br /&gt;
:Sadly, just close this with a pointer. I&#039;ll do that now. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 18:26, 18 July 2024 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== This makes no sense? ==&lt;br /&gt;
&lt;br /&gt;
Hello everyone reading or scrolling by =). I want to know why you can&#039;t just edit the main page of mediawiki by clicking edit and editing that way it&#039;s makes way more sense and it less confuses me and if i want to edit it i have to go to this page and then edit this it just makes no sense to and do you have the same problem as me? [[User:Depotadore|Depotadore]] ([[User talk:Depotadore|talk]]) 16:30, 1 October 2024 (UTC)&lt;br /&gt;
:Because it uses the TemplateStyles extension for CSS. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 16:49, 1 October 2024 (UTC)&lt;br /&gt;
:No, TemplateStyles doesn’t justify this: nothing prescribes that [[Template:Main page/styles.css]] has to be loaded by [[Template:Main page]] (it’s just a convention), nor that TemplateStyles pages have to be in the Template namespace (it’s also just a convention, except that &amp;lt;code&amp;gt;.css&amp;lt;/code&amp;gt; subpages outside of the Template namespace aren’t &amp;lt;em&amp;gt;automatically&amp;lt;/em&amp;gt; TemplateStyles subpages – but any admin can make them such).&lt;br /&gt;
:The real reason is that [[MediaWiki]] displays the main page in your user language rather than in English, and while it’s possible to do this while keeping the source code there, the result would be complicated and easy to break. [[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 20:39, 2 October 2024 (UTC)&lt;br /&gt;
:Ah it&#039;s CSS bugs [[User:Depotadore|Depotadore]] ([[User talk:Depotadore|talk]]) 03:41, 3 October 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Topic:Ydf8rz9rws41t7jc&amp;topic_postId=ydf8rz9rww241bhk&amp;topic_revId=ydf8rz9rww241bhk&amp;action=single-view</id>
		<title>Topic:Ydf8rz9rws41t7jc</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Topic:Ydf8rz9rws41t7jc&amp;topic_postId=ydf8rz9rww241bhk&amp;topic_revId=ydf8rz9rww241bhk&amp;action=single-view"/>
		<updated>2024-10-01T16:30:44Z</updated>

		<summary type="html">&lt;span class=&quot;plainlinks&quot;&gt;&lt;a href=&quot;/wiki/User:Depotadore&quot; class=&quot;mw-userlink&quot; title=&quot;User:Depotadore&quot;&gt;&lt;bdi&gt;Depotadore&lt;/bdi&gt;&lt;/a&gt; &lt;span class=&quot;mw-usertoollinks&quot;&gt;(&lt;a href=&quot;/wiki/User_talk:Depotadore&quot; class=&quot;mw-usertoollinks-talk&quot; title=&quot;User talk:Depotadore&quot;&gt;talk&lt;/a&gt; | &lt;a href=&quot;/wiki/Special:Contributions/Depotadore&quot; class=&quot;mw-usertoollinks-contribs&quot; title=&quot;Special:Contributions/Depotadore&quot;&gt;contribs&lt;/a&gt;)&lt;/span&gt; &lt;a class=&quot;external text&quot; data-mw-original-href=&quot;//www.mediawiki.org/w/index.php?title=Topic:Ydf8rz9rws41t7jc&amp;amp;topic_showPostId=ydf8rz9rww241bhk#flow-post-ydf8rz9rww241bhk&quot; href=&quot;https://www.mediawiki.org/w/index.php?title=Topic:Ydf8rz9rws41t7jc&amp;amp;topic_showPostId=ydf8rz9rww241bhk#flow-post-ydf8rz9rww241bhk&quot;&gt;commented&lt;/a&gt; on &quot;This makes no sense?&quot; (&lt;em&gt;Hello everyone reading or scrolling by =). I want to know why you can&amp;#039;t just edit the main page of mediawiki by clicking edit and editing...&lt;/em&gt;)&lt;/span&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Template_talk:Main_page/2024&amp;diff=7266834</id>
		<title>Template talk:Main page/2024</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Template_talk:Main_page/2024&amp;diff=7266834"/>
		<updated>2024-10-01T16:30:44Z</updated>

		<summary type="html">&lt;p&gt;Depotadore: /* This makes no sense? */ New section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{flow imported revision}}&lt;br /&gt;
{{Main page talk notes|}}&lt;br /&gt;
== Request of replacing some links on the main page ==&lt;br /&gt;
{{Archive top|result=Done in [[Special:Diff/6463985]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Please replace &amp;quot;Manual:Installation guide&amp;quot; and &amp;quot;Manual:Errors and symptoms&amp;quot; to their redirect targets, because &amp;quot;Special:MyLanguage&amp;quot; will not follow the redirection, preventing users get redirected to their language.&lt;br /&gt;
&lt;br /&gt;
Thank you! [[User:Anterdc99|Anterdc99]] ([[User talk:Anterdc99|talk]]) 16:47, 11 April 2024 (UTC)&lt;br /&gt;
:{{Done}} [[Special:Diff/6463985]] [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 17:02, 11 April 2024 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Looking for a consensus design that improves language switching discoverability ==&lt;br /&gt;
{{Archive top|result=Let&#039;s continue in [[Topic:Y8l01lc8uein5fng|the main thread on the Village pump]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
... we do not want &amp;quot;5 cm&amp;quot; of language links + some translation info box on the main page. We can cheerfully leave them at the bottom. It looks like we are currently facing an edit war here. [[User:Kghbln|&amp;amp;#91;&amp;amp;#91;kgh&amp;amp;#93;&amp;amp;#93;]] ([[User talk:Kghbln|talk]]) 18:06, 16 July 2024 (UTC)&lt;br /&gt;
:Edit war indeed. {{FlowMention|Want}} I agree strongly with {{FlowMention|TheDJ}} and {{FlowMention|Kghbln}} that having the large translated language descriptor at the top of this page is undesirable. I agree with your initial edit comment that top placement is common, but I&#039;m not sure I understand {{tq|It was problematically inserting the bar of languages to the bottom border of the page.}} Can you help us all reach a mutually agreeable solution here by expanding on the problematic aspects of this placement so we can see if we can address those concerns? [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 23:59, 16 July 2024 (UTC)&lt;br /&gt;
::If anonymus user use a phone, or browser window narrower, is language bar out of it. In header of page is only active link to language selector, but It can&#039;t switch.  Doesn&#039;t that sound like enough of a reason?&lt;br /&gt;
::Next. Language bar in bottom do link to page &#039;Template:Main page&#039;, not &#039;MediaWiki&#039; (mainpage)&lt;br /&gt;
::And finally. It&#039;s only temporary solution. The multilingual switch can be solved differently for the new skin if be apply.&lt;br /&gt;
::I intensive work on template which solve multilanguage of links, because template Languages is old, and only supply element &#039;&amp;amp;#x3C;languages /&amp;amp;#x3E;&#039;&lt;br /&gt;
::I do slowly, in parts because I have to deal with the work for which I am paid in parallel. I am not an fulltime employee of WMF. [[User:Want|Want]] ([[User talk:Want|talk]]) 07:13, 17 July 2024 (UTC)&lt;br /&gt;
::{{tq|I do slowly, in parts because I have to deal with the work for which I am paid in parallel. I am not an fulltime employee of WMF.}}&lt;br /&gt;
::I apologize if somehow I gave you the impression that your work to support the MediaWiki community is unwelcome. I generally feel like I should be the lowest status person in these sorts of discussions exactly because I am one of the few people who do get paid to help advance the projects.&lt;br /&gt;
::As {{FlowMention|P858snake}} says below, {{tq|Perhaps we could workshop this on a /sandbox subpage first?}} The major redesign of [[MediaWiki]] that I was previously involved with used [[MediaWiki/Homepage improvements 2018/Proposal]] as the working draft until there was consensus that the new design was working well enough to replace the prior [[MediaWiki]]. The changes you are attempting are not as visually and structurally different, but they are experimental as far as I understand from the related discussion in [[Topic:Y8l01lc8uein5fng]]. Is it possible to work in a draft or sandbox page of some kind so that you can experiment as needed and get feedback from others before applying the changes to [[Template:Main page]]? [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 20:02, 17 July 2024 (UTC)&lt;br /&gt;
:If we have to, we could do something like [[commons:Template:Main Page Template|Commons]] does where they [[commons:Template:Lang-mp|manually curate a list of links]] to the translations so that they have fine grained control over styling. [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 00:05, 17 July 2024 (UTC)&lt;br /&gt;
::Commons &amp;lt;em&amp;gt;has&amp;lt;/em&amp;gt; to use a manually curated listed because its main page doesn’t use the Translate extension, and thus the main pages’ titles are unpredictable. Those of mediawiki.org are predictable, so I don’t think a manually curated list is warranted. A custom template+module solution, which formats the list differently than the standard solutions, but still displays an automatically generated (standard) list, may make sense, though. [[User:Tacsipacsi|Tacsipacsi]] ([[User talk:Tacsipacsi|talk]]) 22:29, 17 July 2024 (UTC)&lt;br /&gt;
:See also https://www.mediawiki.org/wiki/Topic:Y8l01lc8uein5fng&lt;br /&gt;
:Perhaps we could workshop this on a /sandbox subpage first? [[User:P858snake|P858snake]] ([[User talk:P858snake|talk]]) 01:13, 17 July 2024 (UTC)&lt;br /&gt;
:Do we want to fold this less-discoverable thread into the one of the Village pump? [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 17:54, 18 July 2024 (UTC)&lt;br /&gt;
:Having one discussion seems like a good idea to me. Is there any magic way to merge across flow boards? Or should we just close this with a pointer to the other? [[User:BDavis (WMF)|BDavis (WMF)]] ([[User talk:BDavis (WMF)|talk]]) 18:06, 18 July 2024 (UTC)&lt;br /&gt;
:Sadly, just close this with a pointer. I&#039;ll do that now. [[User:Jdforrester (WMF)|Jdforrester (WMF)]] ([[User talk:Jdforrester (WMF)|talk]]) 18:26, 18 July 2024 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== This makes no sense? ==&lt;br /&gt;
&lt;br /&gt;
Hello everyone reading or scrolling by =). I want to know why you can&#039;t just edit the main page of mediawiki by clicking edit and editing that way it&#039;s makes way more sense and it less confuses me and if i want to edit it i have to go to this page and then edit this it just makes no sense to and do you have the same problem as me? [[User:Depotadore|Depotadore]] ([[User talk:Depotadore|talk]]) 16:30, 1 October 2024 (UTC)&lt;/div&gt;</summary>
		<author><name>Depotadore</name></author>
	</entry>
</feed>