From 198fec613acd9e55fa1d196bb6bd42fccbdb2523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 10 Jul 2022 17:11:17 +0200 Subject: [PATCH] fix: adjust hr opacity, make "gimme" button smaller --- src/Intro.svelte | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; }