Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 21:40, 19 August 2026 by Kaph (talk | contribs) (Create Loka brand-mention template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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;
	}
}