From 89e9b520435da89b67928fb7471c920fa40c61b0 Mon Sep 17 00:00:00 2001 From: Chiara Oxender <46496608+coxender@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:32:44 -0500 Subject: [PATCH] feat: :poop: Add some UI spacing and color changes add primary, secondary, tertiary colors. add colors to header and buttons. add spacing to main div, to description. fix issues with header and main.. --- index.html | 100 ++++++++++++++++++++++++++++++++------------------ src/main.ts | 2 +- src/style.css | 22 ++++++++++- 3 files changed, 86 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index ac14441..ca5f952 100644 --- a/index.html +++ b/index.html @@ -11,41 +11,69 @@