Frajosgro's picture
Create static/styles.css
da7cf62 verified
raw
history blame contribute delete
303 Bytes
body {
font-family: 'Arial', sans-serif;
background: #f0f2f5;
margin: 0;
padding: 20px;
}
#chat {
height: 60vh;
overflow-y: auto;
background: white;
border-radius: 8px;
padding: 15px;
margin-bottom: 10px;
}
.disclaimer {
color: #ff6b6b;
font-size: 12px;
text-align: center;
}