Template:Control code link/styles.css

From Vigyanwiki
< Template:Control code link
Revision as of 14:19, 13 March 2023 by Indicwiki (talk | contribs) (1 revision imported from alpha:Template:Control_code_link/styles.css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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;
}