@@ -27,7 +27,7 @@ figcaption {
2727}
2828
2929.cardborder : hover {
30- border : 5px # D7EEFF solid;
30+ border : 5px # a5d8ff solid;
3131}
3232
3333clearfix : after {
@@ -110,7 +110,7 @@ img {
110110
111111html ,
112112body {
113- background : # D7EEFF ;
113+ background : # a5d8ff ;
114114 font-family : "Poppins" , sans-serif;
115115}
116116
@@ -225,7 +225,7 @@ section {
225225 left : 0 ;
226226 right : 0 ;
227227 bottom : 0 ;
228- background-color : # D7EEFF ;
228+ background-color : # a5d8ff ;
229229 display : flex;
230230 align-items : center;
231231 justify-content : center;
@@ -679,7 +679,7 @@ section {
679679 }
680680}
681681.main-banner {
682- background : linear-gradient (310deg , rgb (83 , 141 , 255 ) 0% , rgb ( 215 , 238 , 255 ) 100% );
682+ background : linear-gradient (310deg , rgb (83 , 141 , 255 ) 0% , # b2dcfc 100% );
683683 background-position : center center;
684684 background-size : cover;
685685 min-height : 380px ;
@@ -708,7 +708,7 @@ section {
708708.most-popular {
709709 margin-top : 60px ;
710710 padding : 30px ;
711- background-color : # D7EEFF ;
711+ background-color : # a5d8ff ;
712712 border-radius : 23px ;
713713}
714714
@@ -771,7 +771,7 @@ section {
771771.gaming-library {
772772 margin-top : 60px ;
773773 padding : 30px ;
774- background-color : # D7EEFF ;
774+ background-color : # a5d8ff ;
775775 border-radius : 23px ;
776776}
777777
@@ -829,7 +829,7 @@ section {
829829}
830830
831831footer {
832- background-color : # D7EEFF ;
832+ background-color : # a5d8ff ;
833833 bottom : 0 ;
834834 width : 100% ;
835835}
@@ -867,7 +867,7 @@ footer p a:hover {
867867.game-details .content {
868868 border-radius : 23px ;
869869 padding : 30px ;
870- background-color : # D7EEFF ;
870+ background-color : # a5d8ff ;
871871}
872872
873873.game-details .content .left-info {
0 commit comments