From 888a4c73bb08a83e8cd29460f5053b6977f873c4 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 4 Dec 2016 03:20:56 +0530 Subject: [PATCH] add hover effect to header btns --- src/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 879d485..211b1bf 100644 --- a/src/index.html +++ b/src/index.html @@ -236,7 +236,7 @@ color: #9297B3; border-radius: 3px; border: 1px solid rgba(146, 151, 179, 0.33); - margin-left: 15px; + margin-left: 10px; padding: 0px 5px; text-transform: uppercase; } @@ -244,6 +244,9 @@ fill: #9297B3; margin-right: 4px; } + .main-header__btn-wrap > a:hover { + border-color: rgba(146, 151, 179, 0.5); + } .logo { display: inline-block; height: 25px;