color palette changes

This commit is contained in:
d7hernan 2022-11-20 22:35:02 -08:00
parent 9ef3c59fee
commit 49f85d5468
2 changed files with 8 additions and 4 deletions

View File

@ -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>

View File

@ -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;