From 73e79d65096936a101f76fe49b5d47e0ed9307e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Fri, 12 Jun 2020 12:13:53 +0200 Subject: [PATCH] Apply some of Aufinal's design remarks --- authens/static/authens/css/authens.css | 29 +++++++++++++------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/authens/static/authens/css/authens.css b/authens/static/authens/css/authens.css index 7242e10..1ac0446 100644 --- a/authens/static/authens/css/authens.css +++ b/authens/static/authens/css/authens.css @@ -1,7 +1,7 @@ html, body { width: 100%; - background: #ccc; - font-family: monospace; + background: #eee; + font-family: sans-serif; margin: 0; padding: 0; } @@ -35,29 +35,29 @@ h2 { color: white; } -form { - padding: 0.5em; - text-align: center; - width: 100%; - font-size: 2em; -} - -form table { - margin: auto; -} - /* TODO: https://git.eleves.ens.fr/klub-dev-ens/authens/issues/9 */ .oldcas { background: #CB6318; color: white; } +form { + padding: 0.5em; + text-align: center; + width: 100%; + font-size: 1.5em; +} + +form table { + margin: auto; +} + a { flex: 1; height: 200px; min-width: 300px; text-align: center; - font-size: 3em; + font-size: 2.5em; color: white; line-height: 200px; text-decoration: none; @@ -65,5 +65,4 @@ a { a:hover { text-decoration: underline; - font-weight: bold; }