Template:Mdn.css: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
border: none;
border: none;
background: transparent;
background: transparent;
}
body {
background-color: light-dark(#fff, rgb(27, 27, 27));
}
}

Revision as of 14:13, 19 June 2025

#bodyContent {
  color: red;
}

#content {
	border: none;
	background: transparent;
}

body {
	background-color: light-dark(#fff, rgb(27, 27, 27));
}