From 81244f6713f7838987323b380ca3078fc233ae5e Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Fri, 21 Jun 2019 18:58:00 +0530 Subject: [PATCH] Change projects background color --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 69ff180..a15762f 100644 --- a/index.css +++ b/index.css @@ -180,7 +180,7 @@ a.icon:hover { } .project { - background-color: #e4324c; + background-color: #9C2234; width: 31%; padding: 1em; box-sizing: border-box;