Template:Loka/styles.css
Template page
More actions
.loka-brand-mention {
display: inline;
}
/* Both colour AND text-decoration-color -- the link's underline (shown
on hover, per the skin's own link style) otherwise follows the skin's
default underline colour regardless of the text colour override,
which would leave a mismatched (non-gold) underline on hover. */
.loka-brand-link a {
color: #f0cf8e;
text-decoration-color: #f0cf8e;
}
@media (prefers-color-scheme: light) {
.loka-brand-link a {
color: #9c6b2e;
text-decoration-color: #9c6b2e;
}
}