Template:WCAGref/styles.css: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
     background: #fff7df;
     background: #fff7df;
}
}
#mw-content-text .external-noicon .external {
.external-noicon .external {
     background: none!important;
     background: none!important;
     padding-right: 4px!important
     padding-right: 4px!important
}
}
#mw-content-text .wcagbadge a {
.wcagbadge a {
     text-decoration: none!important;
     text-decoration: none!important;
     color: black;
     color: black!important;
}
}

Latest revision as of 09:47, 20 July 2026

.wcagbadge {
    display: inline-block;
    font-size: 0.9em;
    background: #fcfcfd;
    padding: 0 0 0 4px !important;
    border-radius: 4px;
    margin: 0 4px;
    outline: 1px solid #dadada
}
.wcagbadge:hover {
    background: #fff7df;
}
.external-noicon .external {
    background: none!important;
    padding-right: 4px!important
}
.wcagbadge a {
    text-decoration: none!important;
    color: black!important;
}