Spaces:
Build error
Build error
File size: 341 Bytes
b6e0886 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #input_box textarea {
border: 2px solid #00796b;
font-size: 1.1em;
}
#output_box textarea {
font-size: 1.25em;
color: #00695c;
font-weight: bold;
background: #f0fff0;
border: 2px solid #388e3c;
}
#classify_btn button {
background-color: #26a69a !important;
color: #fff !important;
font-weight: bold;
} |