Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// Search term suggestions
.reader-blank-suggestions {
font-size: $font-body-small;
color: var(--color-text-subtle);
padding: 16px 0;
text-align: left;
a,
a:visited {
font-weight: 500;
color: var(--color-neutral-60);
}
a:hover {
color: var(--color-neutral-60);
}
@include breakpoint-deprecated( "<660px" ) {
padding: 16px 0 0;
}
}