Difference between revisions of "MediaWiki:Common.css"

From Frictional Wiki
Jump to navigation Jump to search
(Added class keyword color)
m (Darkened border for thumbnail images)
Line 4: Line 4:
 
.mw-highlight .nc {
 
.mw-highlight .nc {
 
   color: #6A6AFF;
 
   color: #6A6AFF;
 +
}
 +
 +
html .thumbimage {
 +
  border-color: #484848;
 
}
 
}

Revision as of 19:12, 15 August 2020

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

/* class keyword color */
.mw-highlight .nc {
  color: #6A6AFF;
}

html .thumbimage {
  border-color: #484848;
}