No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
background: #fff7df; | background: #fff7df; | ||
} | } | ||
.external-noicon .external { | |||
background: none!important; | background: none!important; | ||
padding-right: 4px!important | padding-right: 4px!important | ||
Revision as of 09:46, 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
}
#mw-content-text .wcagbadge a {
text-decoration: none!important;
color: black;
}