hsaest's picture
Upload folder using huggingface_hub
acc4386 verified
raw
history blame
No virus
951 Bytes
/* styles.css */
.highlighted {
color: black;
background-color: #E0F7FA;
padding: 4px 8px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
}
.highlighted-alt {
color: black;
background-color: #B2EBF2;
padding: 4px 8px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
}
.query-highlighted {
color: black;
background-color: #C8E6C9;
padding: 8px 12px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 5px;
font-size: 1.2em;
display: inline-block;
margin-bottom: 10px;
}
.submit_button{
background: green;
background-color: green;
color: #a3926a;
}