Fix header commands readability: lighter text + styled code tags

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-03-26 16:17:32 +04:00
parent 03d91cb844
commit 04482faa6a

View File

@@ -143,7 +143,9 @@ CHAT_HTML = r"""<!DOCTYPE html>
border-bottom: 1px solid #333; align-items: center; }
#name { flex: 0 0 auto; width: 80px; padding: 8px; background: #0f3460; border: 1px solid #444;
color: #e0e0e0; border-radius: 4px; font-size: 14px; }
#header-info { flex: 1; color: #555; font-size: 0.7em; text-align: right; }
#header-info { flex: 1; font-size: 0.7em; text-align: right; color: #8899aa; }
#header-info code { background: #0f3460; color: #67c7eb; padding: 1px 5px; border-radius: 3px;
font-size: 1em; }
#bottom { display: flex; padding: 6px; gap: 6px; border-top: 1px solid #333;
background: #16213e; align-items: flex-end; }
#input { flex: 1; padding: 10px; background: #0f3460; border: 1px solid #444;
@@ -200,7 +202,7 @@ CHAT_HTML = r"""<!DOCTYPE html>
<div id="header">
<input id="name" placeholder="Name" value="" autocomplete="off">
<span id="group-tag"></span>
<span id="header-info">/dm @user msg · /users · /setpass · /color</span>
<span id="header-info"><code>/dm @user msg</code> <code>/users</code> <code>/setpass</code> <code>/color</code></span>
</div>
<div id="messages"></div>
<div id="bottom">