Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
etri-vilab
/
KOALA
like
133
Running
App
Files
Files
Community
2
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
+
}