mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
color palette changes
This commit is contained in:
parent
9ef3c59fee
commit
49f85d5468
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user