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