Template:Link/styles.css: Difference between revisions
Template page
More actions
 fix dark style  | 
				m 1 revision imported: New Files  | 
				||
(No difference) 
 | |||
Latest revision as of 11:54, 24 March 2024
.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);
}