Jump to content

User:Sojourna/common.css: Difference between revisions

From Consumer_Action_Taskforce
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; }"
 
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;
}