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.
.loka-note-ref {
	font-size: .75em;
	line-height: 0;
}

.loka-note {
	font-size: .92em;
	opacity: .85;
}

/* Briefly highlights whichever note or ref marker was just jumped to,
   so a reader can actually find it in a page instead of arriving at an
   unmarked spot -- same highlight colour already used for hover states
   elsewhere on the wiki (e.g. a linked icon pill). */
.loka-note:target,
.loka-note-ref:target {
	background: rgba(240, 207, 142, .16);
	border-radius: 3px;
}