Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /var/www/html/includes/skins/Skin.php at line 1639] in /var/www/html/includes/debug/MWDebug.php on line 386
Jump to content

User:Sojourna/common.css: Difference between revisions

From Consumer Rights Wiki
Sojourna (talk | contribs)
Created page with ".ace_editor.ace-tm, .ace_editor.ace-tm .ace_print-margin, .CodeMirror, .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea, #wpTextbox1 { background: #fff; background-color: #fff; color: #000; }"
 
Sojourna (talk | contribs)
mNo edit summary
 
Line 3: Line 3:
background-color: #fff;
background-color: #fff;
color: #000;
color: #000;
}
html.theme-dark {
--theme-accent-color: #555;
}
}

Latest revision as of 01:26, 27 January 2025

.ace_editor.ace-tm, .ace_editor.ace-tm .ace_print-margin, .CodeMirror, .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea, #wpTextbox1 {
	background: #fff;
	background-color: #fff;
	color: #000;
}
html.theme-dark {
	--theme-accent-color: #555;
}