From 95dadf4c90226ec2f1b271e3e14d82b0c127e20d Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Sun, 10 May 2026 18:16:07 +0300 Subject: [PATCH] error adjustments --- server/frontend/main/api.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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); });