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