.wwu-ui-btn {
color: red;
padding: 8px 12px;
}
function setPressed(btn, pressed) {
btn.setAttribute('aria-pressed', pressed ? 'true' : 'false');
}
// 0.8.4: moved to wwuUIKit.aria.setPressed
Call apply_filters('wwu_amp_global_rules') in your code.