Template:Control code link/styles.css: Difference between revisions

From Vigyanwiki
< Template:Control code link
(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,...")
 
m (1 revision imported from alpha:Template:Control_code_link/styles.css)
 
(No difference)

Latest revision as of 14:19, 13 March 2023

.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;
}