From 1fd695350fca14dee9a4eb3b49f41d27f84d2d7f Mon Sep 17 00:00:00 2001 From: Nicolas Sudres <nicolas.sudres@hotmail.fr> Date: Thu, 25 Aug 2022 09:17:11 +0200 Subject: [PATCH] Update button style --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ae18fcd..88665a5 100644 --- a/css/style.css +++ b/css/style.css @@ -55,11 +55,12 @@ a:hover { /* Button */ .btn { border-radius: 30px; + border-width: 2px; font-size: 20px; font-weight: 500; overflow: hidden; border-color: var(--accent); - background-color: var(--accent); + background-color: rgba(216, 126, 39, 0.40); color: white; }