allpaca/frontend/styles.css

23 lines
233 B
CSS
Raw Normal View History

2024-07-17 17:54:48 +02:00
body {
background-color: #333;
color: lime;
}
2024-11-07 14:19:09 +01:00
ul {
2024-07-17 17:54:48 +02:00
list-style: none;
}
.model-list > li {
margin: 1vh;
}
2024-11-07 14:19:09 +01:00
.chat textarea {
resize: none;
width: 69vw;
height: 3vh;
}
.chat {
align-content: center;
}