Template:Infoicon/styles.css: Difference between revisions
From Captain of Industry Wiki
Thadius856 (talk | contribs) +iconglow class |
Thadius856 (talk | contribs) 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)); }