No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
. | .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; | |||
} | } | ||
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;
}