From f7d2279d1995a885b846f7f8bab634aafb9d2d53 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 7 Feb 2025 04:58:47 +0100 Subject: [PATCH] Cleanup style --- public/styles.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/public/styles.css b/public/styles.css index a532917..3f9679d 100644 --- a/public/styles.css +++ b/public/styles.css @@ -3,9 +3,9 @@ body { background-color: floralwhite; margin: 0; font-family: system-ui; + text-align: center; } h1 { - text-align: center; background-color: #f786867d; margin: 0 0 0.2em 0; box-shadow: 0px 0.2em 0.2em #f786867d; @@ -58,7 +58,6 @@ hr { border: 2px solid darkkhaki; padding: 3px 6px; text-decoration: none; - text-align: center; color: black; } .user-info a.logout:hover { @@ -73,7 +72,6 @@ hr { margin: 0; } .debug-auth p { - text-align: center; border-bottom: 1px solid black; } .debug-auth ul { @@ -104,14 +102,17 @@ hr { .hasResponseStatus.status-503 { background-color: #ffA88050; } + .role, .scope { padding: 3px 6px; - border-radius: 6px; margin: 3px; + border-radius: 6px; } + .role { background-color: #44228840; } + .scope { background-color: #8888FF80; } @@ -120,7 +121,6 @@ hr { /* For home */ .login-box { - text-align: center; background-color: antiquewhite; margin: 0.5em auto; width: fit-content; @@ -147,7 +147,6 @@ hr { max-height: 2em; } .providers .provider .link div { - text-align: center; background-color: #f7c7867d; border-radius: 8px; padding: 6px; @@ -162,13 +161,11 @@ hr { } .providers .error { padding: 3px 6px; - text-align: center; font-weight: bold; flex: 1 1 auto; } .content .links-to-check { display: flex; - text-align: center; justify-content: center; gap: 0.5em; flex-flow: wrap;