Próba frontend változtatás kékre
All checks were successful
Build and Deploy Frontend / build-and-deploy-frontend (push) Successful in 14s

This commit is contained in:
2025-11-26 19:00:42 +01:00
parent 3677304991
commit 8ffb1a2164

View File

@@ -14,7 +14,7 @@
</div>
<div class="flex w-full h-full justify-center items-center">
<div class="flex flex-col w-1/4 h-max bg-stone-300 p-4 rounded-xl">
<div class="flex flex-col w-1/4 h-max bg-blue-300 p-4 rounded-xl">
<div class="flex flex-row font-serif text-2xl">{{loginErrorMsg}}</div>
<hr class="flex border-2 border-black mb-5">
<input v-model="userLoginName" type="text" class="flex p-2 mb-1 font-serif" placeholder="Felhasználónév">