Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hologramicon
/
3d
like
0
Paused
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/2
3d
/
client
/
src
/
styles.css
hologramicon
Upload 19 files
1b5663e
verified
3 months ago
raw
Copy download link
history
blame
Safe
118 Bytes
:root
{
--bg
:
#0b1020
}
html
,
body
,
#root
{
height
:
100%
;
margin
:
0
;
background
:
var
(--bg);
color
:
#fff
;
font-family
:Inter,system-ui}