From 9734d9f64bb8f896b724d243650c19a4c4007b30 Mon Sep 17 00:00:00 2001 From: afn Date: Thu, 20 Apr 2023 22:22:00 -0400 Subject: [PATCH] fix: tweak dialogue, patch item, contributors ui --- src/app.scss | 10 +++++----- src/lib/components/Dialogue.svelte | 7 +++++-- src/lib/components/Meta.svelte | 2 +- src/routes/contributors/+page.svelte | 7 +++++++ src/routes/contributors/ContributorPerson.svelte | 1 + src/routes/contributors/ContributorSection.svelte | 3 +-- src/routes/patches/PatchItem.svelte | 11 ++++++----- 7 files changed, 26 insertions(+), 15 deletions(-) diff --git a/src/app.scss b/src/app.scss index 6c85ee7..cd6bda7 100644 --- a/src/app.scss +++ b/src/app.scss @@ -85,8 +85,8 @@ h3 { h4 { color: var(--accent-color-two); - font-weight: 500; - font-size: 1.2rem; + font-weight: 400; + font-size: 1rem; letter-spacing: 0.02rem; line-height: 2rem; } @@ -107,7 +107,7 @@ h6 { p { color: var(--grey-five); font-weight: 400; - font-size: 0.95rem; + font-size: 1rem; letter-spacing: 0.02rem; line-height: 1.75rem; } @@ -142,9 +142,9 @@ p { hr { display: block; - height: 2px; + height: 1px; border: 0; - border-top: 2px solid var(--grey-three); + border-top: 1px solid var(--grey-three); } input { diff --git a/src/lib/components/Dialogue.svelte b/src/lib/components/Dialogue.svelte index e66d7b0..47d6a8e 100644 --- a/src/lib/components/Dialogue.svelte +++ b/src/lib/components/Dialogue.svelte @@ -21,7 +21,7 @@ transition:fade={{ easing: quadInOut, duration: 150 }} >
-
+
{#if fullscreen}