Dagfinn1962 commited on
Commit
34990e0
1 Parent(s): 3a54a10

Update main.css

Browse files
Files changed (1) hide show
  1. main.css +8 -10
main.css CHANGED
@@ -1,24 +1,22 @@
1
- H1 {
2
- background: #FFB76B;
3
- background: -webkit-linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%);
4
- background: -moz-linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%);
5
- background: linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%);
6
  font-family: 'IBM Plex Sans', sans-serif;
7
  width: 95%;
8
  color: #FFFFFF;
9
  width: 100%;
10
  padding: 20px;
11
  border-radius: 10px;
12
- border: 1px solid #1b0202;
13
  }
14
 
15
  gr.blocks {
16
- background-color: #758bec;
17
  width: 100%;
18
  color: #FFFFFF;
19
  }
20
  h3 {
21
- background-color:#758bec;
22
  color: #FFFFF;
23
  text-align: center;
24
  font-family: verdana;
@@ -34,7 +32,7 @@ p {
34
 
35
  label {
36
  font-family: verdana;
37
- color: #FFB76B;
38
  font-weight: 700;
39
  font-size: 14px;
40
  border: 1px solid #000000;
@@ -52,7 +50,7 @@ gr.Textbox {
52
 
53
  gr.Botton {
54
  font-family: verdana;
55
- background-color: #758bec;
56
  color: #FFFFFF;
57
  font-weight: 700;
58
  font-size: 14px;
 
1
+ H1 P H3 {
2
+ background: #982696;
3
+
 
 
4
  font-family: 'IBM Plex Sans', sans-serif;
5
  width: 95%;
6
  color: #FFFFFF;
7
  width: 100%;
8
  padding: 20px;
9
  border-radius: 10px;
10
+ border: 1px solid #0e010e;
11
  }
12
 
13
  gr.blocks {
14
+ background-color: #0e010e;
15
  width: 100%;
16
  color: #FFFFFF;
17
  }
18
  h3 {
19
+ background-color:#0e010e;
20
  color: #FFFFF;
21
  text-align: center;
22
  font-family: verdana;
 
32
 
33
  label {
34
  font-family: verdana;
35
+ color: #0e010e;
36
  font-weight: 700;
37
  font-size: 14px;
38
  border: 1px solid #000000;
 
50
 
51
  gr.Botton {
52
  font-family: verdana;
53
+ background-color: #0e010e;
54
  color: #FFFFFF;
55
  font-weight: 700;
56
  font-size: 14px;