From acd88f56142f394fcc6d1ab51fd92939995c6e1c Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Thu, 8 Aug 2024 14:51:59 +0200 Subject: [PATCH] wip --- index.html | 506 ++++++++++++++++++++++++++++------------------------- 1 file changed, 268 insertions(+), 238 deletions(-) diff --git a/index.html b/index.html index 64395c5..ee375d0 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,13 @@ font-family: "Helvetica", sans-serif; } + .session { + margin-bottom: 1em; + padding: 1em; + background: #00000008; + border-radius: 5px; + } + .message {} .message p { @@ -51,57 +58,57 @@ \ No newline at end of file