lhoestq's picture
lhoestq HF Staff
new portal and notebook with pyspark_huggingface
89ba779
raw
history blame contribute delete
277 Bytes
.dark\:bg-blue-950:is(.dark *) {
background-color: #232634;
}
.text-mantle {
color: #292c3c;
}
.text-peach {
color: #ef9f76;
}
.bg-peach {
background-color: #ef9f76;
}
.hover\:bg-peach-0:hover {
background-color: color-mix(in srgb, #ef9f76, #000 10%);
}