

/* 隐藏 README 按钮 */
#readme-button {
    display: none !important;
}

#header{
    display: none !important;
}

[class*="watermark"]  {
    display: none !important;
}
#chat-submit {
    background-color: #3964fe;
    color: #ffffff;
}

#stop-button {
    background-color: #3964fe;
    color: #ffffff;
}
#message-composer {
   /*background-color: #f9fafb;*/
   /* border-radius: 24px;*/
   /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);*/
   /* outline: none;*/
}
/* 隐藏深色/浅色主题切换按钮 */
/*[class*="flex items-center gap-1"]  {*/
/*    display: none !important;*/
/*}*/
