Fixed the actual location for background color
This commit is contained in:
parent
0f2f4aa550
commit
7e5962be6a
1 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,8 @@ section{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
color: #404040;
|
<!--Modify HTML color here! Blue is 106fb7, Green is 24b710 -->
|
||||||
|
background: #106fb7;
|
||||||
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;
|
||||||
|
@ -177,7 +178,7 @@ p {
|
||||||
p + h2 {
|
p + h2 {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
<!--Modify HTML color here! Blue is 106fb7, Green is 24b710 -->
|
|
||||||
html {
|
html {
|
||||||
background: #106fb7;
|
background: #106fb7;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue