Difference between revisions of "MediaWiki:Common.css"

From CUGC Wiki
(Make dt similar in size to normal text.)
(Use sensible default input color.)
Line 4: Line 4:
 
   font-weight: bold;
 
   font-weight: bold;
 
   font-size: 110%;
 
   font-size: 110%;
 +
}
 +
 +
input {
 +
  color: black;
 
}
 
}

Revision as of 18:07, 11 March 2019

/* CSS placed here will be applied to all skins */

#mw-content dl dt {
  font-weight: bold;
  font-size: 110%;
}

input {
  color: black;
}