llm-conf / style.css
muellerzr's picture
muellerzr HF staff
Modify font
a21cc08
/*-- scss:defaults --*/
table {
color: #93a1a1;
background-color: rgba(0,0,0,.1);
}
body {
font-family: Lato, sans-serif;
}
.card {
max-width: 620px;
margin: 0 auto;
padding: 16px;
border: 1px solid lightgray;
border-radius: 16px;
}
.card p:last-child {
margin-bottom: 0;
}