Template:Cmd/styles.css
Template page
More actions
.loka-cmd {
font-family: monospace;
font-size: .95em;
background: rgba(255, 255, 255, .08);
border-radius: 3px;
padding: .1em .4em;
color: #f0cf8e;
}
@media (prefers-color-scheme: light) {
.loka-cmd {
background: rgba(0, 0, 0, .06);
color: #9c6b2e;
}
}