MediaWiki: Common.css: Difference between revisions

From Unbinare
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: $carousel-control-color: #7b277d;")
 
mNo edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
$carousel-control-color: #7b277d;
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

Latest revision as of 00:52, 3 July 2023

/* CSS placed here will be applied to all skins */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}