Spaces:
Sleeping
Sleeping
.stMain, .stAppHeader, .st-emotion-cache-hzygls { | |
background-color: #003641 ; | |
} | |
.stAppHeader, .st-emotion-cache-hzygls, .stBottomBlockContainer { | |
background-color: #002025 ; | |
} | |
[data-testid="stChatInputSubmitButton"] { | |
background-color: transparent ; | |
border-radius: 10px; | |
} | |
[data-testid="stChatInputSubmitButton"]:hover { | |
background-color: #002025 ; | |
} | |
.stSidebar { | |
background-color: #002530; | |
border-color: #7DB61C; | |
color: #FAFAFA | |
} | |
[data-testid="stChatInputSubmitButton"] > svg { | |
fill: #7DB61C; | |
} | |
[data-testid="stChatInputSubmitButton"]:hover { | |
background-color: #49479D; | |
border-radius: 10px; | |
} | |
.stButton > button { | |
background-color: #7DB61C; | |
color: #FAFAFA; | |
} | |
.stButton > button:hover { | |
background-color: #7DB61C; | |
border-color: #49479D; | |
color: #FAFAFA; | |
} | |
.stButton > button:active , .stButton > button:focus, .stButton > button:focus-visible, .stButton > button:focus:not(:active) { | |
background-color: #49479D; | |
border-color: #7DB61C; | |
color: #FAFAFA; | |
} | |
.stChatInput { | |
border: none; | |
background-color: transparent; | |
} | |
[data-testid="stChatInput"] > div > div { | |
border: none; | |
border-radius: 10px; | |
} | |
[data-testid="stChatInput"] > div > div > div > textarea { | |
background-color: #002530; | |
border-radius: 10px; | |
border: 1px solid #7DB61C; | |
overflow: hidden; | |
} | |
[data-testid="stChatInput"] > div > div > div > textarea:focus { | |
border-bottom-color: #49479D ; | |
border-top-color: #49479D ; | |
border-right-color: #49479D ; | |
border-left-color: #49479D ; | |
} | |
a { | |
color: #C9D200 ; | |
} | |
a:hover { | |
color: #7DB61C ; | |
} | |
.stMarkdown h1 { | |
color: #FAFAFA | |
} | |
body, .stMarkdown, .stText, .stTitle, .stHeader, .stSubheader { | |
color: #FAFAFA | |
} | |
[data-testid="stChatMessageAvatarUser"] { | |
fill: #7DB61C ; | |
background-color: #7DB61C ; | |
width: 35px; | |
height: 35px; | |
border-radius: 50%; | |
padding: 5px; | |
} | |
[data-testid="stChatMessageAvatarUser"] > svg { | |
color: #49479D | |
} | |
[data-testid="stChatMessageAvatarAssistant"] { | |
fill: #C9D200 ; | |
background-color: #C9D200 ; | |
width: 35px; | |
height: 35px; | |
border-radius: 50%; | |
padding: 5px; | |
} | |
[data-testid="stChatMessageAvatarAssistant"] > svg { | |
color: #49479D | |
} | |
.st-key-Logout > div > button { | |
background-color: transparent ; | |
border: none; | |
color: #7DB61C; | |
} | |
hr { | |
background-color: #FAFAFA ; | |
} | |
[data-testid="stDialog"] > div > div > div > div { | |
color: #002025 ; | |
} | |
[data-testid="stDialog"] > div > div > div { | |
background-color: #00AE9D ; | |
border-top-left-radius: 0px; | |
border-top-right-radius: 0px; | |
border-bottom-left-radius: 10px; | |
border-bottom-right-radius: 10px; | |
} | |
[data-testid="stDialog"] > div > div > div > .stMarkdown { | |
color: #002530 ; | |
} | |
[data-testid="stDialog"] > div > div > div:first-child { | |
background-color: #002530 ; | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
border-bottom-left-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
[data-testid="stBaseButton-borderlessIcon"] { | |
color: #49479D; | |
} | |
.stChatMessage:has([data-testid="stChatMessageAvatarUser"]) { | |
background-color: #002530 ; | |
border-radius: 10px; | |
} | |
[data-testid="stTextInputRootElement"] > div { | |
background-color: transparent; | |
} | |
[data-testid="stTextInputRootElement"] { | |
background-color: #002530; | |
border-radius: 10px; | |
border: 1px solid #49479D; | |
color: #FAFAFA ; | |
} | |
.stTextInput > label { | |
color: #FAFAFA ; | |
} | |
.stTextInput > div > div > input { | |
color: #FAFAFA ; | |
} | |
[data-testid="stTextInputRootElement"]:hover { | |
border: 1px solid #7DB61C; | |
} | |
.stFormSubmitButton > button { | |
background-color: #7DB61C; | |
color: #FAFAFA; | |
} | |
.stFormSubmitButton > button:hover { | |
background-color: #7DB61C; | |
border-color: #49479D; | |
color: #49479D; | |
} | |
.stFormSubmitButton > button:active , .stFormSubmitButton > button:focus, .stFormSubmitButton > button:focus-visible, .stFormSubmitButton > button:focus:not(:active) { | |
background-color: #49479D; | |
border-color: #7DB61C; | |
color: #FAFAFA; |