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 +}