body font color and font

This commit is contained in:
Cameron Squire
2018-01-21 17:18:19 -08:00
parent e0fe2e0829
commit 0251fbcfcf
+3 -8
View File
@@ -1640,8 +1640,8 @@
/* Type */ /* Type */
body, input, select, textarea { body, input, select, textarea {
color: #585858; color: #ffffff;
font-family: "Source Sans Pro", Helvetica, sans-serif; font-family: 'Shrikhand', sans-serif;
font-size: 16pt; font-size: 16pt;
font-weight: 300; font-weight: 300;
line-height: 1.75; line-height: 1.75;
@@ -1734,27 +1734,22 @@
h2 { h2 {
font-size: 1.1em; font-size: 1.1em;
color: white
} }
h3 { h3 {
font-size: 1em; font-size: 1em;
color: white
} }
h4 { h4 {
font-size: 0.8em; font-size: 0.8em;
color: white
} }
h5 { h5 {
font-size: 0.8em; font-size: 0.8em;
color: white
} }
h6 { h6 {
font-size: 0.8em; font-size: 0.8em;
color: white
} }
@media screen and (max-width: 980px) { @media screen and (max-width: 980px) {
@@ -3200,7 +3195,7 @@
#footer { #footer {
padding: 5em 0 6em 0 ; padding: 5em 0 6em 0 ;
background-color: #000000; background-color: #696969;
} }
#footer > .inner { #footer > .inner {