From 299e8ff621ff40750e18065ebc1a5042194297a9 Mon Sep 17 00:00:00 2001 From: Joy <138333978+joypan1@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:36:54 -0500 Subject: [PATCH 01/16] moments before disaster (dexie connection to server attempt #1) --- index.css | 10 ++++++++++ index.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 1825404..e39fbee 100644 --- a/index.css +++ b/index.css @@ -10,6 +10,7 @@ --teamlist: #cfedff; --text: #2d3875; --deletebutton: #de4e4e; + --navbar: #565f90 } * { @@ -18,6 +19,15 @@ font-family: "Fira sans", sans-serif; } +nav { + display: flex; + justify-content: space-around; + align-items: center; + min-height: 8vh; + background-color: var(--navbar); + font-family: "Montserrat", sans-serif; +} + body { display: flex; flex-direction: column; diff --git a/index.html b/index.html index ba63288..cd7c17f 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@