Template:Control code link/styles.css

From MOASSpedia
< Template:Control code link
Revision as of 16:36, 17 January 2020 by Wikipedia>HarJIT
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.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;
}