From 0b7ac238d043740eaebb5dcd7ab1aac06a58069a Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Fri, 20 Oct 2017 22:52:36 -0400 Subject: [PATCH] addfav color adjustment --- public/stylesheets/listingsstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/listingsstyle.css b/public/stylesheets/listingsstyle.css index db4b7b3..fa81053 100644 --- a/public/stylesheets/listingsstyle.css +++ b/public/stylesheets/listingsstyle.css @@ -189,7 +189,7 @@ mark { background-color: #D6A533; } .fav-form .addFav { - background-color: #b08041; + background-color: #eb5f2d; } .fav-form { height: 40px;