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

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