diff --git a/static/cache/css/main.css b/static/cache/css/main.css index 1d451f4..00446ee 100644 --- a/static/cache/css/main.css +++ b/static/cache/css/main.css @@ -157,6 +157,11 @@ main { color: #fff; border: none; padding: 5px 0; + cursor: pointer; +} + +.form__submit:hover { + background-color: #bb486b; } footer { @@ -202,3 +207,10 @@ footer { margin: auto 5px; height: 20px; } + +.error_container { + text-align: center; + color: #c00; + width: 100%; + margin: 10px 0; +} diff --git a/templates/components/error.html b/templates/components/error.html index 768bb0f..bb36399 100644 --- a/templates/components/error.html +++ b/templates/components/error.html @@ -1,6 +1,6 @@ {% if error %}