$color = rgb('#ABC'); $others = ['input', 'textarea', 'pre']; restyle({ 'html,body,$others': { font: { size: 14, family: monospace, color: $color } } });