Spaces:
Sleeping
Sleeping
File size: 1,537 Bytes
3c4cf68 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
#MainMenu, header, footer {
visibility: hidden;
}
.stApp {
background-color: #343541 !important;
color: #ECECEF !important;
}
.stTextArea>div>div>textarea {
background-color: #40414F !important;
color: #ECECEF !important;
border-radius: 8px !important;
padding: 16px !important;
border: 1px solid #565869 !important;
font-size: 16px !important;
min-height: 300px !important;
}
.stTextArea>label {
color: #ECECEF !important;
font-size: 18px !important;
}
.stButton>button {
background-color: #19C37D !important;
color: white !important;
border: none !important;
border-radius: 8px !important;
padding: 12px 24px !important;
font-size: 16px !important;
font-weight: 500 !important;
transition: background-color 0.3s ease !important;
}
.stButton>button:hover {
background-color: #15A46C !important;
color: white !important;
}
.stAlert {
border-radius: 8px !important;
padding: 16px !important;
}
.stAlert [data-testid="stMarkdownContainer"] {
color: #ECECEF !important;
}
.stAlert.st-emotion-cache-1hyeoxa {
background-color: rgba(25, 195, 125, 0.1) !important;
border: 1px solid #19C37D !important;
}
.stAlert.st-emotion-cache-1d3z3hw {
background-color: rgba(239, 65, 70, 0.1) !important;
border: 1px solid #EF4146 !important;
}
.stTitle {
color: #ECECEF !important;
text-align: center !important;
margin-bottom: 32px !important;
} |