llm-conf / style.css
muellerzr's picture
muellerzr HF staff
Workinggs
71e77cb
raw
history blame
No virus
245 Bytes
/*-- scss:defaults --*/
table {
color: #93a1a1;
background-color: rgba(0,0,0,.1);
}
.card {
max-width: 620px;
margin: 0 auto;
padding: 16px;
border: 1px solid lightgray;
border-radius: 16px;
}
.card p:last-child {
margin-bottom: 0;
}