gpt2-home / assets /ltr.css
rabiyulfahim's picture
Duplicate from HamidRezaAttar/gpt2-home
564cc15
raw
history blame contribute delete
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%);
}