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">
<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>
<main>

View File

@ -1,7 +1,8 @@
/* homepage.css */
/* Color*/
body{
background-color: #97a5bd;
/*background-color: #97a5bd*/
background-color: #E3E3EC;
}
.Top-Bar{
}
@ -11,7 +12,8 @@ body{
.Top-Bar > h1{
position: relative;
text-align: center;
color: #E4C3D2;
/*color: #E4C3D2;*/
color: #8284D0;
font-size: 100px;
font-family: 'Lucida Sans';
}
@ -27,7 +29,9 @@ body{
font-family: 'Lucida Sans';
text-align: center;
font-size: 80px;
color: #E4C3D2;
/*Color: #E4C3D2;*/
color: #8284D0;
}
.Review-boxes > input {
position: relative;