gpt2-home / assets /rtl.css
HamidRezaAttar's picture
Update assets/rtl.css
3f8ac0a
raw
history blame
380 Bytes
.ltr,
textarea {
font-family: Roboto !important;
text-align: left;
direction: ltr !important;
}
.ltr-box {
border-bottom: 1px solid #ddd;
padding-bottom: 20px;
}
.rtl {
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%);
}