changed whites to #FDF5E6
This commit is contained in:
parent
62ef5a38c6
commit
971bb2896b
@ -142,7 +142,7 @@ input, select, textarea {
|
||||
}
|
||||
|
||||
body, input, select, textarea {
|
||||
color: #ffffff;
|
||||
color: #FDF5E6;
|
||||
/*font-family: 'Oswald', sans-serif;*/
|
||||
font-family: "times New Roman", Times, serif;
|
||||
font-weight: 300;
|
||||
@ -178,7 +178,7 @@ input, select, textarea {
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #ffffff;
|
||||
color: #FDF5E6;
|
||||
/*font-weight: 600;*/
|
||||
line-height: 1.5;
|
||||
/*margin: 0 0 1rem 0;*/
|
||||
@ -262,7 +262,7 @@ input, select, textarea {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: solid 4px #ffffff;
|
||||
border-left: solid 4px #FDF5E6;
|
||||
font-style: italic;
|
||||
margin: 0 0 2rem 0;
|
||||
padding: 0.5rem 0 0.5rem 2rem;
|
||||
@ -293,7 +293,7 @@ input, select, textarea {
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
border-bottom: solid 1px #ffffff;
|
||||
border-bottom: solid 1px #FDF5E6;
|
||||
margin: 2.75rem 0;
|
||||
}
|
||||
|
||||
@ -384,7 +384,7 @@ input, select, textarea {
|
||||
}
|
||||
|
||||
label {
|
||||
color: #ffffff;
|
||||
color: #FDF5E6;
|
||||
display: block;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 300;
|
||||
@ -410,7 +410,7 @@ input, select, textarea {
|
||||
transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
||||
background-color: transparent;
|
||||
border-radius: 4px;
|
||||
border: solid 1px #ffffff;
|
||||
border: solid 1px #FDF5E6;
|
||||
color: inherit;
|
||||
display: block;
|
||||
outline: 0;
|
||||
@ -435,7 +435,7 @@ input, select, textarea {
|
||||
select:focus,
|
||||
textarea:focus {
|
||||
background: rgba(255, 255, 255, 0.075);
|
||||
border-color: #ffffff;
|
||||
border-color: #FDF5E6;
|
||||
box-shadow: 0 0 0 1px #ffffff;
|
||||
}
|
||||
|
||||
@ -450,7 +450,7 @@ input, select, textarea {
|
||||
}
|
||||
|
||||
select option {
|
||||
color: #ffffff;
|
||||
color: #FDF5E6;
|
||||
background: #1b1f22;
|
||||
}
|
||||
|
||||
@ -494,7 +494,7 @@ input, select, textarea {
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
color: #ffffff;
|
||||
color: #FDF5E6;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 0.8rem;
|
||||
@ -526,7 +526,7 @@ input, select, textarea {
|
||||
-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
||||
transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
||||
border-radius: 4px;
|
||||
border: solid 1px #ffffff;
|
||||
border: solid 1px #FDF5E6;
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 1.65rem;
|
||||
@ -541,7 +541,7 @@ input, select, textarea {
|
||||
input[type="checkbox"]:checked + label:before,
|
||||
input[type="radio"]:checked + label:before {
|
||||
background: #ffffff !important;
|
||||
border-color: #ffffff !important;
|
||||
border-color: #FDF5E6 !important;
|
||||
color: #1b1f22;
|
||||
content: '\f00c';
|
||||
}
|
||||
@ -549,7 +549,7 @@ input, select, textarea {
|
||||
input[type="checkbox"]:focus + label:before,
|
||||
input[type="radio"]:focus + label:before {
|
||||
background: rgba(255, 255, 255, 0.075);
|
||||
border-color: #ffffff;
|
||||
border-color: #FDF5E6;
|
||||
box-shadow: 0 0 0 1px #ffffff;
|
||||
}
|
||||
|
||||
@ -590,7 +590,7 @@ input, select, textarea {
|
||||
|
||||
.box {
|
||||
border-radius: 4px;
|
||||
border: solid 1px #ffffff;
|
||||
border: solid 1px #FDF5E6;
|
||||
margin-bottom: 2rem;
|
||||
padding: 1.5em;
|
||||
}
|
||||
@ -1307,7 +1307,7 @@ input, select, textarea {
|
||||
width: 5.5rem;
|
||||
height: 5.5rem;
|
||||
line-height: 5.5rem;
|
||||
border: solid 1px #ffffff;
|
||||
border: solid 1px #FDF5E6;
|
||||
justify-content: center;
|
||||
border-radius: 100%;
|
||||
}
|
||||
@ -1318,7 +1318,7 @@ input, select, textarea {
|
||||
|
||||
#header .content {
|
||||
border-style: solid;
|
||||
border-color: #ffffff;
|
||||
border-color: #FDF5E6;
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
max-width: 100%;
|
||||
@ -1357,13 +1357,13 @@ input, select, textarea {
|
||||
margin-bottom: 0;
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
border: solid 1px #ffffff;
|
||||
border: solid 1px #FDF5E6;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#header nav ul li {
|
||||
padding-left: 0;
|
||||
border-left: solid 1px #ffffff;
|
||||
border-left: solid 1px #FDF5E6;
|
||||
}
|
||||
|
||||
#header nav ul li:first-child {
|
||||
|
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="inner">
|
||||
<h1 style="font-family: 'Times New Roman', Times, serif;">3:17 Cleaning</h1>
|
||||
<h1 style="font-family: 'Times New Roman', Times, serif; color: #FDF5E6">3:17 Cleaning</h1>
|
||||
<p style="font-family: 'Oswald', sans-serif;">Thourough. Thoughtful. There.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user