Musawir19 commited on
Commit
ce339e4
·
verified ·
1 Parent(s): 53a11f1

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +3 -9
styles.css CHANGED
@@ -1,12 +1,6 @@
1
  body {
2
- background-color: #001f3f; /* Dark blue */
3
- color: #ffeb3b; /* Light yellow */
4
  }
5
-
6
- h1, h2, h3, h4, h5, h6 {
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
  }