<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://abzu.w.kmwc.org/index.php?action=history&amp;feed=atom&amp;title=Template_talk%3AInfobox_legislature</id>
	<title>Template talk:Infobox legislature - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://abzu.w.kmwc.org/index.php?action=history&amp;feed=atom&amp;title=Template_talk%3AInfobox_legislature"/>
	<link rel="alternate" type="text/html" href="https://abzu.w.kmwc.org/index.php?title=Template_talk:Infobox_legislature&amp;action=history"/>
	<updated>2026-05-05T19:49:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://abzu.w.kmwc.org/index.php?title=Template_talk:Infobox_legislature&amp;diff=2709&amp;oldid=prev</id>
		<title>Kyuo: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://abzu.w.kmwc.org/index.php?title=Template_talk:Infobox_legislature&amp;diff=2709&amp;oldid=prev"/>
		<updated>2025-11-09T17:49:55Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:49, 9 November 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key abzu:diff:1.41:old-2708:rev-2709 --&gt;
&lt;/table&gt;</summary>
		<author><name>Kyuo</name></author>
	</entry>
	<entry>
		<id>https://abzu.w.kmwc.org/index.php?title=Template_talk:Infobox_legislature&amp;diff=2708&amp;oldid=prev</id>
		<title>Wikipedia&gt;Jamedeus: /* Fix broken background color in dark mode */ new section</title>
		<link rel="alternate" type="text/html" href="https://abzu.w.kmwc.org/index.php?title=Template_talk:Infobox_legislature&amp;diff=2708&amp;oldid=prev"/>
		<updated>2025-10-05T22:24:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Fix broken background color in dark mode: &lt;/span&gt; new section&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Talk header}}&lt;br /&gt;
{{WikiProject banner shell|&lt;br /&gt;
{{WikiProject Infoboxes}}&lt;br /&gt;
{{WikiProject Politics}}&lt;br /&gt;
}}&lt;br /&gt;
{{oldtfdfull|date= 2020 March 28 |result=no consensus |disc=Template:Infobox Politburo}}&lt;br /&gt;
&lt;br /&gt;
== Dark mode problem ==&lt;br /&gt;
&lt;br /&gt;
The number of seats in the image (which shows different parties&amp;#039; seats as colored dots) is always black. This is a problem in dark mode, where the background is very dark grey. [[mw:Recommendations for night mode compatibility on Wikimedia wikis]] has some suggested solutions. -- [[User:Beland|Beland]] ([[User talk:Beland|talk]]) 18:57, 20 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:For example, see the black &amp;quot;81&amp;quot; in the infobox on [[Federal Senate (Brazil)]]. -- [[User:Beland|Beland]] ([[User talk:Beland|talk]]) 19:00, 20 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Fix broken background_color in dark mode ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;background_color&amp;lt;/code&amp;gt; parameter is supposed to set the 2px border above and below section headers, but in dark mode this is overridden by &amp;lt;code&amp;gt;border-color: var(--border-color-subtle, #c8ccd1) !important;&amp;lt;/code&amp;gt; under these 2 selectors in the theme CSS:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;html.skin-theme-clientpref-night .navbox-title:not(.notheme)&amp;lt;/code&amp;gt; (dark mode selected) &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;html.skin-theme-clientpref-os .navbox-title:not(.notheme)&amp;lt;/code&amp;gt; (automatic selected)&lt;br /&gt;
&lt;br /&gt;
I believe this can be fixed by replacing all instances of &amp;lt;code&amp;gt;{{{background_color}}}&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;{{{background_color}}} !important&amp;lt;/code&amp;gt; in the template, but since this is so widely used I wanted to see what more experienced template editors think before changing it. I can&amp;#039;t see it causing any issues unless the theme overriding is intentional and has been discussed somewhere I couldn&amp;#039;t find.&lt;br /&gt;
&lt;br /&gt;
This can also be fixed on a page-by-page basis by using &amp;lt;code&amp;gt;!important&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;background_color&amp;lt;/code&amp;gt; param (see [[special:diff/1315297192|here]]), but since it effects all legislature pages it seems best to fix the template. [[User:Jamedeus|Jamedeus]] ([[User talk:Jamedeus|talk]]) 22:24, 5 October 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Jamedeus</name></author>
	</entry>
</feed>