diff --git a/static/default.css b/static/default.css index 5bbe4af..38f21d2 100644 --- a/static/default.css +++ b/static/default.css @@ -400,6 +400,17 @@ p.error { text-align: center; padding: 20px; } +ul.errorlist li { + border: 2px var(--link) solid; + margin-top: 20px; + margin-bottom: 20px; + width: 500px; + display: block; + list-style: none; + text-align: center; + padding: 20px; +} + form { margin: 10px;