Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abigblueworld
/
BlueMakesAWebsite
like
0
Running
App
Files
Files
Community
Abigblueworld
commited on
Mar 31, 2024
Commit
9afa906
·
verified
·
1 Parent(s):
9e20212
thinking my little blue brain out
Browse files
Files changed (1)
hide
show
style.css
+1
-2
style.css
CHANGED
Viewed
@@ -1,5 +1,4 @@
1
body {
2
background-color: rgb(81,55, 152);
3
-
color: rgb(32, 32, 32);
4
-
5
}
1
body {
2
+
font-family: "Arial", sans-serif;
3
background-color: rgb(81,55, 152);
4
}