fix(ui): dynamic suggestion text and borders contrast, cache busting
Some checks failed
BotUI CI / build (push) Failing after 5s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-20 17:43:28 -03:00
parent 84684c6687
commit 093f417ff7
2 changed files with 4 additions and 4 deletions

View file

@ -555,9 +555,9 @@ footer {
.suggestion-button {
padding: 6px 12px;
border-radius: 20px;
border: 2px solid var(--chat-color2, #002147);
border: 2px solid var(--chat-color1, #002147);
background: var(--chat-color2, #002147);
color: var(--chat-fg2, #ffffff);
color: var(--chat-fg2, var(--text, #ffffff));
font-size: 12px;
font-weight: 600;
cursor: pointer;

View file

@ -1,4 +1,4 @@
<link rel="stylesheet" href="/suite/chat/chat.css" />
<link rel="stylesheet" href="/suite/chat/chat.css?v=3" />
<link rel="stylesheet" href="/suite/css/markdown-message.css" />
<div class="chat-layout" id="chat-app">