Template:Control code link/styles.css
Appearance
.control-code-link-internal {
border-bottom: 1px dashed #86a1ff;
}
.control-code-link-internal a {
/*
* Use of TemplateStyles means we can style the <a> directly, not just a span inside it.
* This means that we can use inherit, not initial.
* This is good, because using initial results in e.g. camouflage in mobile site footnote pop-in view.
*/
color: inherit;
}