File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ const RequestTypesChart = (props) => {
3333 marker : {
3434 'colors' : [
3535 '#c1e1dc' ,
36- '#337bae ' ,
36+ '#8369E3 ' ,
3737 '#ffeb94' ,
38- '#2f496e ' ,
38+ '#69C9E3 ' ,
3939 '#73605b' ,
4040 '#d09683' ,
4141 ]
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const SidebarContainer = (props) => {
5252 } ;
5353
5454 return (
55- < div className = "left" color = "red" >
55+ < div className = "left" >
5656 < div className = "leftTopContainer" >
5757 < Header />
5858 < ServicesList
Original file line number Diff line number Diff line change 1414
1515body {
1616 /* background-color: #333; Original background*/
17- background-color : # ba9a8e ;
18- background-image : linear-gradient ( 315 deg , # ba9a8e 0 % , # 96705b 74 % );
17+ background-color : white ;
18+
1919}
2020
2121img {
Original file line number Diff line number Diff line change 7373 height : 1000px ;
7474 color : white;
7575 font-family : 'Nunito' , sans-serif;
76+ background-color : # 24262F
7677 /* display: flex; */
7778}
7879
You can’t perform that action at this time.
0 commit comments