Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daily-co
/
RealtimeSDWebRTC
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b3de037
RealtimeSDWebRTC
/
frontend
/
app
/
globals.css
Jon Taylor
added UI
1e8ff3b
over 1 year ago
raw
Copy download link
history
blame
Safe
206 Bytes
@tailwind
base;
@tailwind
components;
@tailwind
utilities;
* {
box-sizing
: border-box;
}
html
,
body
{
-webkit-
font-smoothing
: antialiased;
-moz-osx-
font-smoothing
: grayscale;
@apply
text-black;
}