Template:Infoicon/styles.css

From Captain of Industry Wiki
< Template:Infoicon
Revision as of 00:21, 22 January 2022 by Thadius856 (talk | contribs) (+iconglow class)
Jump to: navigation, search
/* Undo mw-parser's addition of a 3px margin to the top of linked images */
.infoicon img {
  margin-top: -3px;
}

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