/* * * name: Shapeshifter * author: Tyler Benziger (http://tybenz.com) * slug: shapeshifter * slug-underscored: shapeshifter * system: base16 * variant: light * is-light-variant: true * */ window { background-color: #f9f9f9; border-color: #3b48e3; } button, image { color: #343434; } button:hover { background-color: rgba(0, 0, 0, 0.4); }