MediaWiki:Common.css: Difference between revisions

From ALttPR Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .vt-live { background-color: #aaffaa; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.vt-live {
.vt-live {
   background-color: #aaffaa;
   background-color: #aaffaa !important;
}
}

Revision as of 17:00, 12 May 2018

/* CSS placed here will be applied to all skins */
.vt-live {
  background-color: #aaffaa !important;
}