Template:Link/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
 fix dark style  | 
			
(No difference) 
 | 
Revision as of 19:04, 25 May 2021
.link-icon {
    margin-right: 4px;
    opacity: 0.3;
}
.link-icon img {
    margin-bottom: 2px;
    height: 14px;
    width: auto;
}
/* Dark mode */
html.skin-citizen-dark .link-icon img {
    filter: invert(1);
}