Spaces:
Sleeping
Sleeping
| #MainMenu, header, footer { | |
| visibility: hidden; | |
| } | |
| .stApp { | |
| background-color: #343541 ; | |
| color: #ECECEF ; | |
| } | |
| .stTextArea>div>div>textarea { | |
| background-color: #40414F ; | |
| color: #ECECEF ; | |
| border-radius: 8px ; | |
| padding: 16px ; | |
| border: 1px solid #565869 ; | |
| font-size: 16px ; | |
| min-height: 300px ; | |
| } | |
| .stTextArea>label { | |
| color: #ECECEF ; | |
| font-size: 18px ; | |
| } | |
| .stButton>button { | |
| background-color: #19C37D ; | |
| color: white ; | |
| border: none ; | |
| border-radius: 8px ; | |
| padding: 12px 24px ; | |
| font-size: 16px ; | |
| font-weight: 500 ; | |
| transition: background-color 0.3s ease ; | |
| } | |
| .stButton>button:hover { | |
| background-color: #15A46C ; | |
| color: white ; | |
| } | |
| .stAlert { | |
| border-radius: 8px ; | |
| padding: 16px ; | |
| } | |
| .stAlert [data-testid="stMarkdownContainer"] { | |
| color: #ECECEF ; | |
| } | |
| .stAlert.st-emotion-cache-1hyeoxa { | |
| background-color: rgba(25, 195, 125, 0.1) ; | |
| border: 1px solid #19C37D ; | |
| } | |
| .stAlert.st-emotion-cache-1d3z3hw { | |
| background-color: rgba(239, 65, 70, 0.1) ; | |
| border: 1px solid #EF4146 ; | |
| } | |
| .stTitle { | |
| color: #ECECEF ; | |
| text-align: center ; | |
| margin-bottom: 32px ; | |
| } |