Template:Repetitive/styles.css
Template page
More actions
.lw-rep {
font-weight: normal;
white-space: nowrap;
}
.lw-rep i {
font-style: italic;
}
.lw-rep a {
color: #c75b3c;
}
.lw-rep .lw-rep-date {
color: #5a6650;
}
@media (prefers-color-scheme: dark) {
.lw-rep a {
color: #e08a6f;
}
.lw-rep .lw-rep-date {
color: #9aa48f;
}
}