Commiting awesome new GREEN color

This commit is contained in:
Kyle Benson 2016-10-24 20:51:10 -04:00
parent bfc60f476d
commit 61f3abd6ca

View file

@ -42,8 +42,7 @@ section{
display: block;
}
body {
<!--Modify HTML color here! Blue is 106fb7, Green is 24b710 -->
background: #24b710;
background: #106fb7;
font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif;
font-size: 14px;
line-height: 1.4;
@ -178,9 +177,9 @@ p {
p + h2 {
margin-top: 2em;
}
<!--Modify HTML color here! Blue is 106fb7, Green is 24b710 -->
html {
background: #24b710;
background: #106fb7;
height: 100%;
}
code{