Spaces:
Sleeping
Sleeping
Update styles.css
Browse files- styles.css +3 -9
styles.css
CHANGED
@@ -1,12 +1,6 @@
|
|
1 |
body {
|
2 |
-
background-color: #
|
3 |
-
color: #ffeb3b; /* Light yellow */
|
4 |
}
|
5 |
-
|
6 |
-
|
7 |
-
color: #ffeb3b; /* Light yellow for headings */
|
8 |
-
}
|
9 |
-
|
10 |
-
.gr-container {
|
11 |
-
font-family: Arial, sans-serif;
|
12 |
}
|
|
|
1 |
body {
|
2 |
+
background-color: #1E90FF; /* Dark Blue Background */
|
|
|
3 |
}
|
4 |
+
.gradio-container {
|
5 |
+
background-color: #FFFACD; /* Light Yellow Interface */
|
|
|
|
|
|
|
|
|
|
|
6 |
}
|