diff --git a/_assets/images/Neon_Cube_01_190513_v01-02.png b/_assets/images/Neon_Cube_01_190513_v01-02.png new file mode 100644 index 0000000..a2fc0b2 Binary files /dev/null and b/_assets/images/Neon_Cube_01_190513_v01-02.png differ diff --git a/_assets/styles/sequencer.scss b/_assets/styles/sequencer.scss index cae3164..eb1fdd3 100644 --- a/_assets/styles/sequencer.scss +++ b/_assets/styles/sequencer.scss @@ -19,11 +19,14 @@ .sequencer-button { -moz-appearance: none; + -webkit-appearance: none; transform: skew(30deg) rotate(-30deg); - background: white; - padding-bottom: 100%; - margin: 0; + background-image: asset_url("'Neon_Cube_01_190513_v01-02.png'");; + padding-bottom: 77%; + margin: 12% -10%; + background-size: cover; + background-position: bottom; &:checked { - background: #000; + background-position: top; } } \ No newline at end of file