trapezius60 commited on
Commit
148b7b2
·
verified ·
1 Parent(s): 1d1502e

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -3
style.css CHANGED
@@ -2,12 +2,16 @@ html, body {
2
  height: 100%;
3
  margin: 0;
4
  font-family: 'Segoe UI', sans-serif;
 
 
 
5
  background-image: linear-gradient(to bottom, #051937, #004d7a, #008793, #00bf72, #a8eb12);
6
- background-repeat: no-repeat;
7
  background-size: cover;
 
 
 
8
  }
9
 
10
-
11
  h1, h2 {
12
  color: #2c3e50;
13
  text-align: center;
@@ -19,7 +23,7 @@ h1, h2 {
19
 
20
  .gr-dropdown label {
21
  font-weight: bold;
22
- color: #34495e;
23
  }
24
 
25
  .gr-button {
@@ -28,6 +32,7 @@ h1, h2 {
28
  border-radius: 8px;
29
  padding: 10px 20px;
30
  font-size: 16px;
 
31
  }
32
 
33
  .gr-textbox textarea {
 
2
  height: 100%;
3
  margin: 0;
4
  font-family: 'Segoe UI', sans-serif;
5
+ }
6
+
7
+ .gradio-container {
8
  background-image: linear-gradient(to bottom, #051937, #004d7a, #008793, #00bf72, #a8eb12);
 
9
  background-size: cover;
10
+ background-repeat: no-repeat;
11
+ font-family: 'Segoe UI', sans-serif;
12
+ min-height: 100vh;
13
  }
14
 
 
15
  h1, h2 {
16
  color: #2c3e50;
17
  text-align: center;
 
23
 
24
  .gr-dropdown label {
25
  font-weight: bold;
26
+ color: #ecf0f1;
27
  }
28
 
29
  .gr-button {
 
32
  border-radius: 8px;
33
  padding: 10px 20px;
34
  font-size: 16px;
35
+ border: none;
36
  }
37
 
38
  .gr-textbox textarea {