Difference between revisions of "MediaWiki:Common.css"

From apertus wiki
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: img { max-width:100%; height:auto; } a { color: #fa8756; text-decoration: none; } a:hover { color: #474747; }")
(No difference)

Revision as of 12:00, 3 February 2022

/* CSS placed here will be applied to all skins */
img {
	max-width:100%;
	height:auto;
}
a {
  color: #fa8756;
  text-decoration: none;
}
a:hover {
  color: #474747;
}