No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
padding-right: 4px!important | padding-right: 4px!important | ||
} | } | ||
.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;
}