From b1ba166b09743f594e255bcaf0b5b3897df6d10a Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Sun, 22 Jan 2023 17:52:09 +0100 Subject: [PATCH] fix btn-linkedin focus bg-color --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f539272..e638c74 100644 --- a/css/style.css +++ b/css/style.css @@ -152,7 +152,8 @@ a:hover { background-color: #0077b5; } -.btn-linkedin:hover { +.btn-linkedin:hover, +.btn-linkedin:focus { background-color: #0986c9; }