Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

some Update style.css #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*----------------------------------
Common HTML elements and more for easier usage
------------------------------------*/
<!DOCTYPE html>
<html>
html {
overflow-x: hidden;
}
Expand All @@ -20,6 +22,7 @@ body {
color: #222324;
line-height: 1.6;
background-color: #fff;
overflow:scroll;
}

/* Typography */
Expand Down Expand Up @@ -146,6 +149,7 @@ a {
a:focus, a:hover {
color: #1095ac;
text-decoration: none;
color:light-green;
}

a:focus {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -2335,3 +2340,4 @@ fieldset[disabled] .s-btn {
.sponsor-image {
margin-bottom: 40px;
}
</html>