Update main.css

This commit is contained in:
2021-09-20 19:00:22 -07:00
committed by GitHub
parent 459c7e0c46
commit ecbe13d3ce

View File

@ -98,7 +98,7 @@ input, select, textarea {
} }
body, input, select, textarea { body, input, select, textarea {
color: #a2a2a2; color: #fff;
font-family: "Source Sans Pro", Helvetica, sans-serif; font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 16pt; font-size: 16pt;
font-weight: 400; font-weight: 400;
@ -122,7 +122,7 @@ input, select, textarea {
} }
strong, b { strong, b {
color: #787878; color: #fff;
font-weight: 400; font-weight: 400;
} }
@ -135,7 +135,7 @@ input, select, textarea {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #787878; color: #fff;
font-weight: 400; font-weight: 400;
line-height: 1em; line-height: 1em;
margin: 0 0 1em 0; margin: 0 0 1em 0;
@ -1895,7 +1895,7 @@ input, select, textarea {
input[type="checkbox"] + label, input[type="checkbox"] + label,
input[type="radio"] + label { input[type="radio"] + label {
text-decoration: none; text-decoration: none;
color: #a2a2a2; color: #fff;
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
font-size: 1em; font-size: 1em;
@ -2446,7 +2446,7 @@ input, select, textarea {
background-color: transparent; background-color: transparent;
border-radius: 0.35em; border-radius: 0.35em;
border: solid 3px #efefef; border: solid 3px #efefef;
color: #787878 !important; color: #fff !important;
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
font-weight: 400; font-weight: 400;
@ -2650,11 +2650,11 @@ input, select, textarea {
} }
#footer .icons a { #footer .icons a {
color: rgba(255, 255, 255, 0.4); color: rgba(255, 255, 255);
} }
#footer .copyright { #footer .copyright {
color: rgba(255, 255, 255, 0.4); color: rgba(255, 255, 255);
font-size: 0.8em; font-size: 0.8em;
list-style: none; list-style: none;
margin: 1em 0 0 0; margin: 1em 0 0 0;
@ -2662,7 +2662,7 @@ input, select, textarea {
} }
#footer .copyright li { #footer .copyright li {
border-left: solid 1px rgba(255, 255, 255, 0.25); border-left: solid 1px rgba(255, 255, 255);
display: inline-block; display: inline-block;
line-height: 1em; line-height: 1em;
margin-left: 0.75em; margin-left: 0.75em;
@ -3077,7 +3077,7 @@ input, select, textarea {
#footer { #footer {
background-attachment: scroll; background-attachment: scroll;
background-color: #1f1815; background-color: #121212;
background-image: url("images/overlay.png"), url("../../images/bg.jpg"); background-image: url("images/overlay.png"), url("../../images/bg.jpg");
background-position: top left, bottom center; background-position: top left, bottom center;
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;