From fc27f4e97ed4602977931460d542fb8deba39b28 Mon Sep 17 00:00:00 2001 From: Ojas Ahirrao <61344573+ojasahirrao@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:30:35 +0530 Subject: [PATCH] changed the button style Changes done:- 1) border-radius 2) font-size 3) background --- static/styles/partials/feature.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/static/styles/partials/feature.css b/static/styles/partials/feature.css index 2fb8c43..241076c 100644 --- a/static/styles/partials/feature.css +++ b/static/styles/partials/feature.css @@ -68,10 +68,10 @@ } .feature-btn { - border-radius: 4px; + border-radius: 10px; color: #ffffff; font-size: 18px; - background: #9900f8; + background: #990f97; padding: 10px 20px 10px 20px; text-decoration: none; max-width: max-content; @@ -79,6 +79,4 @@ .feature-btn:hover { background: #7d00c9; - /* text-decoration: none; - color: #ffffff; */ -} \ No newline at end of file +}