diff --git a/app/static/main.css b/app/static/main.css index 29c3360..96dbdf5 100644 --- a/app/static/main.css +++ b/app/static/main.css @@ -19,7 +19,7 @@ td { } .error { - color: red; + color: #a94442; } .pitstop { diff --git a/app/templates/newPitStopForm.html b/app/templates/newPitStopForm.html index 4fc3212..e27139f 100644 --- a/app/templates/newPitStopForm.html +++ b/app/templates/newPitStopForm.html @@ -1,61 +1,47 @@ {% extends "layout.html" %} {% block navigation %} -