|
12 | 12 | width: 100%; |
13 | 13 | } |
14 | 14 | body { |
15 | | - background: rgb(20,72,50); |
16 | | - background: -moz-linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%) ; |
17 | | - background: -webkit-linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%) ; |
18 | | - background: linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%); |
| 15 | + background: rgb(69,23,32); |
| 16 | + background: -moz-linear-gradient(180deg, rgba(69,23,32,1) 30%, rgba(0,0,0,1) 90%) ; |
| 17 | + background: -webkit-linear-gradient(180deg, rgba(69,23,32,1) 30%, rgba(0,0,0,1) 90%) ; |
| 18 | + background: linear-gradient(180deg, rgba(69,23,32,1) 30%, rgba(0,0,0,1) 90%); |
19 | 19 | background-repeat: no-repeat; |
20 | 20 | background-attachment: fixed; |
21 | | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b0b1b3",endColorstr="#b0b1b3",GradientType=1); |
| 21 | + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b43c56",endColorstr="#b43c56",GradientType=1); |
22 | 22 | color: white; |
23 | 23 | font-size: 0.9em; |
24 | 24 | font-weight: 400; |
|
0 commit comments