From 04482faa6a071d9fb8b48aea2febe976e136f1f5 Mon Sep 17 00:00:00 2001 From: Siavash Sameni Date: Thu, 26 Mar 2026 16:17:32 +0400 Subject: [PATCH] Fix header commands readability: lighter text + styled code tags Co-Authored-By: Claude Opus 4.6 (1M context) --- chat.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chat.py b/chat.py index 63bcb80..6c24e57 100644 --- a/chat.py +++ b/chat.py @@ -143,7 +143,9 @@ CHAT_HTML = r""" 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"""