update chuanhu theme

This commit is contained in:
binary-husky
2024-07-16 16:07:46 +00:00
parent 1084108df6
commit ea67054c30
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
:root {
--chatbot-color-light: #000000;
--chatbot-color-dark: #FFFFFF;
--chatbot-background-color-light: #F3F3F3;
--chatbot-background-color-light: #FFFFFF;
--chatbot-background-color-dark: #121111;
--message-user-background-color-light: #95EC69;
--message-user-background-color-dark: #26B561;
@@ -196,7 +196,7 @@ footer {
transition: opacity 0.3s ease-in-out;
}
textarea.svelte-1pie7s6 {
background: #e7e6e6 !important;
background: #f1f1f1 !important;
width: 100% !important;
}

View File

@@ -62,11 +62,11 @@ def adjust_theme():
button_primary_text_color="white",
button_primary_text_color_dark="white",
button_secondary_background_fill="*neutral_100",
button_secondary_background_fill_hover="*neutral_50",
button_secondary_background_fill_hover="#FEFEFE",
button_secondary_background_fill_dark="*neutral_900",
button_secondary_text_color="*neutral_800",
button_secondary_text_color_dark="white",
background_fill_primary="*neutral_50",
background_fill_primary="#FEFEFE",
background_fill_primary_dark="#1F1F1F",
block_title_text_color="*primary_500",
block_title_background_fill_dark="*primary_900",