gpt2-QA / assets /style.css
m3hrdadfi's picture
Hello app
14b4bdd
raw
history blame
No virus
396 Bytes
.rtl,{
text-align: right;
direction: rtl !important;
}
.ltr {
text-align: left;
direction: ltr !important;
}
span.result-text {
padding: 3px 3px;
line-height: 32px;
}
span.generated-text {
background-color: rgb(118 200 147 / 13%);
}
span.ground-truth {
border-bottom: 4px solid #003fff78;
padding: 2px 4px;
display: inline-block;
margin-right: 10px;
}