diff --git a/src/Intro.svelte b/src/Intro.svelte index 9502a12..3964376 100644 --- a/src/Intro.svelte +++ b/src/Intro.svelte @@ -112,7 +112,7 @@
- +
ksx @@ -165,6 +165,10 @@ cursor: pointer; } + .gimme { + transform: scale(.66); + } + button:focus { border: 2px solid white; } @@ -181,6 +185,7 @@ hr { height: 2px; background-color: white; + opacity: .66; border: none; width: 420px; }