Toggle menu
45
232
3
1.3K
EmrysSMP Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Cite/styles.css

From EmrysSMP Wiki
Revision as of 07:11, 20 April 2023 by starcit>Alistair3149 (Alistair3149 moved page Template:Cite/styles.css to Module:Cite/styles.css without leaving a redirect)
(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);
}