From 90af494c83f3853b292922730a3e1abbbea5e653 Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Wed, 4 Dec 2024 01:29:04 -0500 Subject: [PATCH] chore: minor adjustments --- index.tsx | 2 +- site.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.tsx b/index.tsx index e91773ad..a2ea4e90 100644 --- a/index.tsx +++ b/index.tsx @@ -1241,7 +1241,7 @@ export function compiler( return null } - return attributes.reduce(function (map, raw, index) { + return attributes.reduce(function (map, raw) { const delimiterIdx = raw.indexOf('=') if (delimiterIdx !== -1) { diff --git a/site.tsx b/site.tsx index 641eb76d..6db55fc5 100644 --- a/site.tsx +++ b/site.tsx @@ -76,7 +76,7 @@ function TryItLive() { ) } -const COLOR_ACCENT = 'cornflowerblue' +const COLOR_ACCENT = 'wheat' const COLOR_BODY = '#fefefe' const GlobalStyles = createGlobalStyle` @@ -216,7 +216,7 @@ const Description = styled.p` font-size: 16px; margin-left: auto; margin-right: auto; - max-width: 60vw; + max-width: 100ch; h1, h2 {