fix btn-linkedin focus bg-color

This commit is contained in:
2023-01-22 17:52:09 +01:00
parent 15b5c623d6
commit b1ba166b09

View File

@@ -152,7 +152,8 @@ a:hover {
background-color: #0077b5;
}
.btn-linkedin:hover {
.btn-linkedin:hover,
.btn-linkedin:focus {
background-color: #0986c9;
}