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: Difference between revisions

From EmrysSMP Wiki
m Alistair3149 moved page Template:Cite/styles.css to Module:Cite/styles.css without leaving a redirect
 
m 1 revision imported
 
(No difference)

Latest revision as of 14:57, 25 April 2025

.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);
}