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