changed whites to #FDF5E6

This commit is contained in:
eggman20339 2025-01-30 17:20:00 -05:00
parent 62ef5a38c6
commit 971bb2896b
2 changed files with 18 additions and 18 deletions

View File

@ -142,7 +142,7 @@ input, select, textarea {
} }
body, input, select, textarea { body, input, select, textarea {
color: #ffffff; color: #FDF5E6;
/*font-family: 'Oswald', sans-serif;*/ /*font-family: 'Oswald', sans-serif;*/
font-family: "times New Roman", Times, serif; font-family: "times New Roman", Times, serif;
font-weight: 300; font-weight: 300;
@ -178,7 +178,7 @@ input, select, textarea {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #ffffff; color: #FDF5E6;
/*font-weight: 600;*/ /*font-weight: 600;*/
line-height: 1.5; line-height: 1.5;
/*margin: 0 0 1rem 0;*/ /*margin: 0 0 1rem 0;*/
@ -262,7 +262,7 @@ input, select, textarea {
} }
blockquote { blockquote {
border-left: solid 4px #ffffff; border-left: solid 4px #FDF5E6;
font-style: italic; font-style: italic;
margin: 0 0 2rem 0; margin: 0 0 2rem 0;
padding: 0.5rem 0 0.5rem 2rem; padding: 0.5rem 0 0.5rem 2rem;
@ -293,7 +293,7 @@ input, select, textarea {
hr { hr {
border: 0; border: 0;
border-bottom: solid 1px #ffffff; border-bottom: solid 1px #FDF5E6;
margin: 2.75rem 0; margin: 2.75rem 0;
} }
@ -384,7 +384,7 @@ input, select, textarea {
} }
label { label {
color: #ffffff; color: #FDF5E6;
display: block; display: block;
font-size: 0.8rem; font-size: 0.8rem;
font-weight: 300; 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; 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; background-color: transparent;
border-radius: 4px; border-radius: 4px;
border: solid 1px #ffffff; border: solid 1px #FDF5E6;
color: inherit; color: inherit;
display: block; display: block;
outline: 0; outline: 0;
@ -435,7 +435,7 @@ input, select, textarea {
select:focus, select:focus,
textarea:focus { textarea:focus {
background: rgba(255, 255, 255, 0.075); background: rgba(255, 255, 255, 0.075);
border-color: #ffffff; border-color: #FDF5E6;
box-shadow: 0 0 0 1px #ffffff; box-shadow: 0 0 0 1px #ffffff;
} }
@ -450,7 +450,7 @@ input, select, textarea {
} }
select option { select option {
color: #ffffff; color: #FDF5E6;
background: #1b1f22; background: #1b1f22;
} }
@ -494,7 +494,7 @@ input, select, textarea {
-webkit-user-select: none; -webkit-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
color: #ffffff; color: #FDF5E6;
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
font-size: 0.8rem; 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; -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; 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-radius: 4px;
border: solid 1px #ffffff; border: solid 1px #FDF5E6;
content: ''; content: '';
display: inline-block; display: inline-block;
height: 1.65rem; height: 1.65rem;
@ -541,7 +541,7 @@ input, select, textarea {
input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before { input[type="radio"]:checked + label:before {
background: #ffffff !important; background: #ffffff !important;
border-color: #ffffff !important; border-color: #FDF5E6 !important;
color: #1b1f22; color: #1b1f22;
content: '\f00c'; content: '\f00c';
} }
@ -549,7 +549,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 {
background: rgba(255, 255, 255, 0.075); background: rgba(255, 255, 255, 0.075);
border-color: #ffffff; border-color: #FDF5E6;
box-shadow: 0 0 0 1px #ffffff; box-shadow: 0 0 0 1px #ffffff;
} }
@ -590,7 +590,7 @@ input, select, textarea {
.box { .box {
border-radius: 4px; border-radius: 4px;
border: solid 1px #ffffff; border: solid 1px #FDF5E6;
margin-bottom: 2rem; margin-bottom: 2rem;
padding: 1.5em; padding: 1.5em;
} }
@ -1307,7 +1307,7 @@ input, select, textarea {
width: 5.5rem; width: 5.5rem;
height: 5.5rem; height: 5.5rem;
line-height: 5.5rem; line-height: 5.5rem;
border: solid 1px #ffffff; border: solid 1px #FDF5E6;
justify-content: center; justify-content: center;
border-radius: 100%; border-radius: 100%;
} }
@ -1318,7 +1318,7 @@ input, select, textarea {
#header .content { #header .content {
border-style: solid; border-style: solid;
border-color: #ffffff; border-color: #FDF5E6;
border-top-width: 1px; border-top-width: 1px;
border-bottom-width: 1px; border-bottom-width: 1px;
max-width: 100%; max-width: 100%;
@ -1357,13 +1357,13 @@ input, select, textarea {
margin-bottom: 0; margin-bottom: 0;
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
border: solid 1px #ffffff; border: solid 1px #FDF5E6;
border-radius: 4px; border-radius: 4px;
} }
#header nav ul li { #header nav ul li {
padding-left: 0; padding-left: 0;
border-left: solid 1px #ffffff; border-left: solid 1px #FDF5E6;
} }
#header nav ul li:first-child { #header nav ul li:first-child {

View File

@ -22,7 +22,7 @@
</div> </div>
<div class="content"> <div class="content">
<div class="inner"> <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> <p style="font-family: 'Oswald', sans-serif;">Thourough. Thoughtful. There.</p>
</div> </div>
</div> </div>