Spaces:
Sleeping
Sleeping
/* style.css */ | |
body { | |
background-color: #f0f2f6; | |
} | |
.stSelectbox .css-2b097c-container { | |
width: 100%; | |
margin-bottom: 20px; | |
} | |
/* Improve markdown text appearance */ | |
.markdown-text-container { | |
font-family: 'Arial', sans-serif; | |
} | |
/* Custom styling for headers in markdown */ | |
h1, h2, h3 { | |
color: #333; | |
} | |