mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-31 03:46:50 +00:00 
			
		
		
		
	color palette changes
This commit is contained in:
		| @@ -41,7 +41,7 @@ | |||||||
|  |  | ||||||
|   <div class = "stars-and-comments"> |   <div class = "stars-and-comments"> | ||||||
|     <img src = "./assets/images/icons/5-star.svg" width=10% height=10% id="d-rating"> |     <img src = "./assets/images/icons/5-star.svg" width=10% height=10% id="d-rating"> | ||||||
|     <h2 id="d-comments"> default comment </h2> |     <p id="d-comments"> default comment </p> | ||||||
|   </div> |   </div> | ||||||
|  |  | ||||||
|   <main> |   <main> | ||||||
|   | |||||||
| @@ -1,7 +1,8 @@ | |||||||
| /* homepage.css */ | /* homepage.css */ | ||||||
| /* Color*/ | /* Color*/ | ||||||
| body{ | body{ | ||||||
|     background-color: #97a5bd; |     /*background-color: #97a5bd*/ | ||||||
|  |     background-color: #E3E3EC; | ||||||
| } | } | ||||||
| .Top-Bar{ | .Top-Bar{ | ||||||
| } | } | ||||||
| @@ -11,7 +12,8 @@ body{ | |||||||
| .Top-Bar > h1{ | .Top-Bar > h1{ | ||||||
|     position: relative; |     position: relative; | ||||||
|     text-align: center; |     text-align: center; | ||||||
|     color: #E4C3D2; |     /*color: #E4C3D2;*/ | ||||||
|  |     color: #8284D0; | ||||||
|     font-size: 100px; |     font-size: 100px; | ||||||
|     font-family: 'Lucida Sans'; |     font-family: 'Lucida Sans'; | ||||||
| } | } | ||||||
| @@ -27,7 +29,9 @@ body{ | |||||||
|     font-family: 'Lucida Sans'; |     font-family: 'Lucida Sans'; | ||||||
|     text-align: center; |     text-align: center; | ||||||
|     font-size: 80px; |     font-size: 80px; | ||||||
|     color: #E4C3D2; |     /*Color: #E4C3D2;*/ | ||||||
|  |     color: #8284D0; | ||||||
|  |  | ||||||
| } | } | ||||||
| .Review-boxes > input { | .Review-boxes > input { | ||||||
|     position: relative; |     position: relative; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user