From e9bc6c671ae23e0eb4f74f8f207eda6d02625f28 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 1 Feb 2025 11:30:45 +0100 Subject: [PATCH] Cosmetic --- src/oidc_test/static/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/oidc_test/static/styles.css b/src/oidc_test/static/styles.css index 6065a91..a4a0178 100644 --- a/src/oidc_test/static/styles.css +++ b/src/oidc_test/static/styles.css @@ -2,11 +2,15 @@ body { font-family: Arial, Helvetica, sans-serif; background-color: floralwhite; margin: 0; + font-family: system-ui; } h1 { text-align: center; background-color: #f7c7867d; margin: 0 0 0.2em 0; + box-shadow: 0px 0.2em 0.2em #f7c7867d; + text-shadow: 0 0 2px #00000080; + font-weight: 200; } p { margin: 0.2em; @@ -146,7 +150,6 @@ hr { max-width: 13em; } .providers .error { - color: darkred; padding: 3px 6px; text-align: center; font-weight: bold;