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

Template:Definition by negation/styles.css

Template page
.lw-dbn {
    font-weight: normal;
    white-space: nowrap;
}

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

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

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