/* * * name: Silk Light * author: Gabriel Fontes (https://github.com/Misterio77) * slug: silk-light * slug-underscored: silk_light * system: base16 * variant: light * is-light-variant: true * */ window { background-color: #E9F1EF; border-color: #39AAC9; } button, image { color: #4B5B5F; } button:hover { background-color: rgba(210, 250, 255, 0.15); }