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; }")
 
Line 10: Line 10:
a:hover {
a:hover {
   color: #474747;
   color: #474747;
}
.btn-primary {
  color: #000000;
  background-color: #fa8756;
}
}

Revision as of 12:26, 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;
}
.btn-primary {
  color: #000000;
  background-color: #fa8756;
}