From 625f7e3a6c48a00d1a8a8546e7e24f809a77be76 Mon Sep 17 00:00:00 2001 From: Maarten Date: Tue, 29 Oct 2024 11:51:57 +0100 Subject: [PATCH] Section and Collapsible styling --- src/lib/components/AttributionInformation.svelte | 3 +++ src/lib/components/Collapsible.svelte | 5 +++-- src/lib/components/Timeline.svelte | 2 +- src/routes/+page.svelte | 10 +--------- src/style.css | 1 + 5 files changed, 9 insertions(+), 12 deletions(-) diff --git a/src/lib/components/AttributionInformation.svelte b/src/lib/components/AttributionInformation.svelte index 117b697..39c6f1d 100644 --- a/src/lib/components/AttributionInformation.svelte +++ b/src/lib/components/AttributionInformation.svelte @@ -171,4 +171,7 @@ strong { color: #444; } + h5 { + margin: 1.2rem 1rem 0 1rem; + } \ No newline at end of file diff --git a/src/lib/components/Collapsible.svelte b/src/lib/components/Collapsible.svelte index 38d3289..63182a3 100644 --- a/src/lib/components/Collapsible.svelte +++ b/src/lib/components/Collapsible.svelte @@ -24,7 +24,7 @@ diff --git a/src/style.css b/src/style.css index d20cda1..ec3318a 100644 --- a/src/style.css +++ b/src/style.css @@ -6,6 +6,7 @@ --usa-red: #b22234; --usa-lightred: #c5888f; --text-darkgray: #5e4a4a; + --dfrlab-lightgray: #cacaca; --font-01: Volkhov, serif; --font-02: Quicksand, sans-serif;