optimize ux

This commit is contained in:
team 1
2026-04-06 20:07:09 +02:00
parent bd818f5228
commit 0ef3b43b30
8 changed files with 25 additions and 14 deletions

View File

@@ -364,4 +364,11 @@ body {
.card.bg-black .card-body {
color: #e2e2e2 !important;
}
.blue-glow{
box-shadow: 0px 0px 14px 0px rgba(99,124,247,0.325);
}
.text-glow{
text-shadow: #86b7fe 2px 1px 14px;
}

View File

@@ -18,7 +18,7 @@
<div class="container">
<div class="header">
<h1>mitho AI Agent</h1>
<h1>mitho® KI-Agent</h1>
<div class="spacer"></div>
<button id="clear" class="btn btn-trans">Diesen Chat löschen</button>
</div>