diff --git a/server/frontend/main/api.js b/server/frontend/main/api.js index c203659..5b18edb 100644 --- a/server/frontend/main/api.js +++ b/server/frontend/main/api.js @@ -70,10 +70,11 @@ const fieldMap = { color: red; margin-top: 10px; margin-bottom: 10px; - font-size: 14px; - font-weight: 100; - line-height: 120%; + font-size: medium; + line-height: 100%; transition: 3s; + text-decoration: underline; + font-weight: bold; `; el.after(errorElem); });