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;