allpaca/frontend/styles.css
2024-11-07 14:19:09 +01:00

23 lines
233 B
CSS

body {
background-color: #333;
color: lime;
}
ul {
list-style: none;
}
.model-list > li {
margin: 1vh;
}
.chat textarea {
resize: none;
width: 69vw;
height: 3vh;
}
.chat {
align-content: center;
}