Template:Note/styles.css
Template page
More actions
.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;
}