/* * * name: Unikitty Reversible * author: Josh W Lewis (@joshwlewis) * slug: unikitty-reversible * slug-underscored: unikitty_reversible * system: base16 * variant: dark * is-dark-variant: true * */ window { background-color: #2e2a31; border-color: #7864fa; } button, image { color: #a5a3a6; } button:hover { background-color: rgba(255, 255, 255, 0.4); }