Commiting awesome new GREEN color
This commit is contained in:
parent
bfc60f476d
commit
61f3abd6ca
1 changed files with 3 additions and 4 deletions
|
@ -42,8 +42,7 @@ section{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
<!--Modify HTML color here! Blue is 106fb7, Green is 24b710 -->
|
background: #106fb7;
|
||||||
background: #24b710;
|
|
||||||
font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif;
|
font-family: "Helvetica Neue",Helvetica,"Liberation Sans",Arial,sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
@ -178,9 +177,9 @@ p {
|
||||||
p + h2 {
|
p + h2 {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
<!--Modify HTML color here! Blue is 106fb7, Green is 24b710 -->
|
||||||
html {
|
html {
|
||||||
background: #24b710;
|
background: #106fb7;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
code{
|
code{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue