diff --git a/public/style.css b/public/style.css index 3bc6815c3d96fcc105a958abd0de687e6f4df7d7..3067a00ae820579ebebffc8b5d7b0b1ac4999041 100644 --- a/public/style.css +++ b/public/style.css @@ -127,3 +127,8 @@ button:hover { background-color: #fff; } +.error-message { + color: red; + display: none; +} +