Update sites/svelte.dev/src/routes/_components/Demo.svelte

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/8454/head
Puru Vijay 3 years ago committed by GitHub
parent 0e2e33b735
commit 8216140e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@
height: 100%; height: 100%;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
border-right: 0.5px solid var(--sk-text-4); border-right: 0.5px solid var(--sk-back-4);
background-color: var(--sk-back-4); background-color: var(--sk-back-4);
transition: 0.15s ease; transition: 0.15s ease;
transition-property: transform, background-color, color; transition-property: transform, background-color, color;

Loading…
Cancel
Save