Template:Cite/styles.css

Template page
Revision as of 12:05, 21 May 2021 by imported>Facerafter (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.citation-icon {
    margin-right: 4px;
    opacity: 0.3;
}

.citation-icon img {
    margin-bottom: 2px;
    height: 11px;
    width: auto;
}

ol.references li:target .citation-icon {
    opacity: 0.5;
}

/* Dark mode */
html.skin-citizen-dark .citation-icon img {
    filter: invert(1);
}