From ae53a1472d5b84ffc189e5b236eb9def3e46b627 Mon Sep 17 00:00:00 2001
From: phil <phil.dev@philome.mooo.com>
Date: Mon, 13 Jan 2025 17:06:45 +0100
Subject: [PATCH] Style

---
 src/oidc_test/templates/base.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/oidc_test/templates/base.html b/src/oidc_test/templates/base.html
index 4c3f56f..7558cc7 100644
--- a/src/oidc_test/templates/base.html
+++ b/src/oidc_test/templates/base.html
@@ -5,9 +5,12 @@
       body {
         font-family: Arial, Helvetica, sans-serif;
         background-color: floralwhite;
+        margin: 0;
       }
       h1 {
         text-align: center;
+        background-color: #f7c7867d;
+        margin: 0 0 0.2em 0;
       }
       p {
         margin: 0.2em;