Template:Control code link/styles.css

From Vigyanwiki
< Template:Control code link
Revision as of 18:50, 6 February 2023 by alpha>Indicwiki (Created page with ".control-code-link-internal { border-bottom: 1px dashed #86a1ff; } .control-code-link-internal a { /* * Use of TemplateStyles means we can style the <a> directly,...")
(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;
}