This commit is contained in:
parent
ed0467a363
commit
e7b2da9eef
@ -117,7 +117,7 @@ input, select, textarea {
|
|||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
color: #4acaa8 !important;
|
color: #156ab5 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong, b {
|
strong, b {
|
||||||
@ -1785,7 +1785,7 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header.major h2 {
|
header.major h2 {
|
||||||
color: #4acaa8;
|
color: #156ab5;
|
||||||
font-size: 3.5em;
|
font-size: 3.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1848,7 +1848,7 @@ input, select, textarea {
|
|||||||
input[type="email"]:focus,
|
input[type="email"]:focus,
|
||||||
select:focus,
|
select:focus,
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
border-color: #4acaa8;
|
border-color: #156ab5;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
@ -1953,7 +1953,7 @@ input, select, textarea {
|
|||||||
|
|
||||||
input[type="checkbox"]:focus + label:before,
|
input[type="checkbox"]:focus + label:before,
|
||||||
input[type="radio"]:focus + label:before {
|
input[type="radio"]:focus + label:before {
|
||||||
border-color: #4acaa8;
|
border-color: #156ab5;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"] + label:before {
|
input[type="checkbox"] + label:before {
|
||||||
@ -2402,7 +2402,7 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul.feature-icons li:before {
|
ul.feature-icons li:before {
|
||||||
background: #4acaa8;
|
background: #156ab5;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
display: block;
|
display: block;
|
||||||
@ -2618,7 +2618,7 @@ input, select, textarea {
|
|||||||
input[type="reset"].primary,
|
input[type="reset"].primary,
|
||||||
input[type="button"].primary,
|
input[type="button"].primary,
|
||||||
.button.primary {
|
.button.primary {
|
||||||
background-color: #4acaa8;
|
background-color: #156ab5;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2700,8 +2700,8 @@ input, select, textarea {
|
|||||||
-webkit-justify-content: space-between;
|
-webkit-justify-content: space-between;
|
||||||
-ms-justify-content: space-between;
|
-ms-justify-content: space-between;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: #4acaa8;
|
background: #156ab5;
|
||||||
color: #d2f2e9;
|
color: #fff;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -2724,7 +2724,7 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header a {
|
#header a {
|
||||||
color: #d2f2e9;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header a:hover {
|
#header a:hover {
|
||||||
@ -2751,7 +2751,7 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header > header p {
|
#header > header p {
|
||||||
color: #d2f2e9;
|
color: #fff;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
margin: 1em 0 0 0;
|
margin: 1em 0 0 0;
|
||||||
}
|
}
|
||||||
@ -2807,8 +2807,8 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header > nav ul li a.active {
|
#header > nav ul li a.active {
|
||||||
background: #fff;
|
background: #121212;
|
||||||
color: #4acaa8 !important;
|
color: #156ab5 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header > nav ul li:first-child {
|
#header > nav ul li:first-child {
|
||||||
@ -2818,7 +2818,7 @@ input, select, textarea {
|
|||||||
/* Wrapper */
|
/* Wrapper */
|
||||||
|
|
||||||
#wrapper {
|
#wrapper {
|
||||||
background: #fff;
|
background: #121212;
|
||||||
padding-right: 23em;
|
padding-right: 23em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2839,7 +2839,7 @@ input, select, textarea {
|
|||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: #fafafa;
|
background: #000;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -3076,7 +3076,7 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#titleBar .toggle:before {
|
#titleBar .toggle:before {
|
||||||
background: #4acaa8;
|
background: #156ab5;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
content: '\f0c9';
|
content: '\f0c9';
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user