Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
etri-vilab/KOALA
MadeWithAI
/
MWAI-KOALA
like
4
Running
App
Files
Files
Community
Yong-Ju
commited on
Jan 9, 2024
Commit
084a80d
·
1 Parent(s):
bb0b070
Update style.css
Browse files
Files changed (1)
hide
show
style.css
+6
-0
style.css
CHANGED
Viewed
@@ -36,3 +36,9 @@ p {
36
color-scheme: light;
37
}
38
}
36
color-scheme: light;
37
}
38
}
39
+
40
+
@media (prefers-color-scheme: dark) {
41
+
body {
42
+
background: #fff;
43
+
}
44
+
}