From 49f85d54689cb8efe57e669e51d67dea4d264cf0 Mon Sep 17 00:00:00 2001 From: d7hernan <83631798+d7hernan@users.noreply.github.com> Date: Sun, 20 Nov 2022 22:35:02 -0800 Subject: [PATCH] color palette changes --- source/ReviewDetails.html | 2 +- source/static/homepage.css | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/source/ReviewDetails.html b/source/ReviewDetails.html index 79a10f7..7fd0200 100644 --- a/source/ReviewDetails.html +++ b/source/ReviewDetails.html @@ -41,7 +41,7 @@
-

default comment

+

default comment

diff --git a/source/static/homepage.css b/source/static/homepage.css index 0d5f7a0..48757d7 100644 --- a/source/static/homepage.css +++ b/source/static/homepage.css @@ -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;