Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Original research/styles.css

Template page
/* Template:Original research/styles.css
   Inline tag flagging text that may be original research or unsourced
   synthesis. Models the Citation needed pattern. */

.lw-or {
    font-weight: normal;
    white-space: nowrap;
}

.lw-or i {
    font-style: italic;
}

.lw-or .lw-or-date {
    color: #5a6650;
}

@media (prefers-color-scheme: dark) {
    .lw-or .lw-or-date {
        color: #9aa48f;
    }
}