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; } +