djrana commited on
Commit
9f933ef
1 Parent(s): a288385

Update theme.css

Browse files
Files changed (1) hide show
  1. theme.css +4 -4
theme.css CHANGED
@@ -3,7 +3,7 @@ body {
3
  font-family: Arial, sans-serif;
4
  margin: 0;
5
  padding: 0;
6
- background-color: #f9f9f9;
7
  }
8
 
9
  /* Container style */
@@ -13,7 +13,7 @@ body {
13
 
14
  /* Title style */
15
  .title {
16
- font-size: 24px;
17
  margin-bottom: 20px;
18
  color: #333;
19
  }
@@ -21,7 +21,7 @@ body {
21
  /* Input textbox style */
22
  .gr-textbox textarea {
23
  width: 100%;
24
- padding: 10px;
25
  font-size: 16px;
26
  border: 1px solid #ccc;
27
  border-radius: 5px;
@@ -30,7 +30,7 @@ body {
30
  /* Output textbox style */
31
  .gr-textbox.gr-output textarea {
32
  width: 100%;
33
- padding: 10px;
34
  font-size: 16px;
35
  border: 1px solid #ccc;
36
  border-radius: 5px;
 
3
  font-family: Arial, sans-serif;
4
  margin: 0;
5
  padding: 0;
6
+ background-color: #606060;
7
  }
8
 
9
  /* Container style */
 
13
 
14
  /* Title style */
15
  .title {
16
+ font-size: 35px;
17
  margin-bottom: 20px;
18
  color: #333;
19
  }
 
21
  /* Input textbox style */
22
  .gr-textbox textarea {
23
  width: 100%;
24
+ padding: 5px;
25
  font-size: 16px;
26
  border: 1px solid #ccc;
27
  border-radius: 5px;
 
30
  /* Output textbox style */
31
  .gr-textbox.gr-output textarea {
32
  width: 100%;
33
+ padding: 5px;
34
  font-size: 16px;
35
  border: 1px solid #ccc;
36
  border-radius: 5px;