From bf4d25d0ede22d4e6d17fac0cbb6e8bd1ee01031 Mon Sep 17 00:00:00 2001 From: Yash Khandelwal <31178872+yashg133@users.noreply.github.com> Date: Tue, 2 Oct 2018 03:13:19 +0530 Subject: [PATCH] Update css Color shade changed --- styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/style.css b/styles/style.css index 58667fd..4aa1995 100755 --- a/styles/style.css +++ b/styles/style.css @@ -28,7 +28,7 @@ ul{ li{ height:5vh; - background-color: rgba(222,220,200,0.2); + background-color: rgba(230,215,190,0.3); padding-top:4vw; margin-bottom:1vw; margin-right:1vw; @@ -180,4 +180,4 @@ width:50%; #typehere{ padding-top:8vh; } -} \ No newline at end of file +}