[HF Spaces] Adjust dark background color (#336)

cc @gary149
This commit is contained in:
Charles Bensimon 2021-11-07 17:11:56 +01:00 committed by GitHub
parent 00de315370
commit c52a52d763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
@tailwind utilities;
.gradio_bg[theme="huggingface"] {
@apply dark:bg-gray-600 dark:text-gray-50;
@apply dark:bg-[#0b0f19] dark:text-gray-50;
}
.gradio_bg[theme="huggingface"] .gradio_interface {