llama.cpp/examples/server/public_simplechat/simplechat.css

24 lines
313 B
CSS

/**
* the styling of the simplechat web frontend
* by Humans for All
*/
.heading {
background-color: lightgray;
}
.role-system {
background-color: lightblue;
}
.role-user {
background-color: lightgray;
}
.wideinput {
width: 90vw;
}
.float-right {
float: right;
}
* {
margin: 0.4vh;
}