From c0634c09716d4c9f2ed40f0859874ec67f2b5ff5 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 18 Feb 2025 13:30:36 -0500 Subject: [PATCH] add metrics --- index.html | 3 ++- style.css | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 33cda0e..59467fb 100644 --- a/index.html +++ b/index.html @@ -187,6 +187,7 @@ - + + \ No newline at end of file diff --git a/style.css b/style.css index fdd9b93..d042561 100644 --- a/style.css +++ b/style.css @@ -90,4 +90,13 @@ header { .lightbox .close { pointer-events: auto; z-index: 1001; +} + +h1 label button{color: #363636} + +form{ + background-color: rgb(231, 230, 221); + font-family: "Autour One", serif; /* font-family: "Playwrite AU SA", serif; */ + color:#363636; + } \ No newline at end of file