Documentation / style.css
Lenylvt's picture
Create style.css
7079efc verified
raw
history blame
323 Bytes
/* 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;
}