Difference between revisions of "Template:Infoicon/styles.css"

From Captain of Industry Wiki
Jump to: navigation, search
(+iconglow class)
m (typo)
Line 4: Line 4:
}
}


.iconglow {
.iconglow img {
   filter: drop-shadow(0 0 2px rgba(255,255,255,.75));
   filter: drop-shadow(0 0 2px rgba(255,255,255,.75));
}
}

Revision as of 00:22, 22 January 2022

/* Undo mw-parser's addition of a 3px margin to the top of linked images */
.infoicon img {
  margin-top: -3px;
}

.iconglow img {
  filter: drop-shadow(0 0 2px rgba(255,255,255,.75));
}