From a127076a62023b4c1abd88071667a349429c9f66 Mon Sep 17 00:00:00 2001 From: Rupeshiya <31209617+Rupeshiya@users.noreply.github.com> Date: Sun, 4 Mar 2018 17:15:25 +0530 Subject: [PATCH] Update style.css --- css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e47a45e..ec41af5 100755 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,8 @@ /*---------------------------------- Common HTML elements and more for easier usage ------------------------------------*/ + + html { overflow-x: hidden; } @@ -20,6 +22,7 @@ body { color: #222324; line-height: 1.6; background-color: #fff; + overflow:scroll; } /* Typography */ @@ -146,6 +149,7 @@ a { a:focus, a:hover { color: #1095ac; text-decoration: none; + color:light-green; } a:focus { @@ -179,7 +183,7 @@ a:focus { display: inline-block; text-align: center; vertical-align: middle; - border: none; + border: 2px solid black; white-space: nowrap; touch-action: manipulation; cursor: pointer; @@ -1795,6 +1799,7 @@ fieldset[disabled] .s-btn { .s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover { text-decoration: none; + color:light-green; } .s-header-v2__logo-img { @@ -2335,3 +2340,4 @@ fieldset[disabled] .s-btn { .sponsor-image { margin-bottom: 40px; } +