index: changed page color.
This commit is contained in:
parent
64df2342fb
commit
c7ce3321cc
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin-top: 1.0em;
|
margin-top: 1.0em;
|
||||||
background-color: #8e0289;
|
background-color: white;
|
||||||
font-family: "Helvetica,Arial,FreeSans";
|
font-family: "Helvetica,Arial,FreeSans";
|
||||||
color: #ffffff;
|
color: black;
|
||||||
}
|
}
|
||||||
#container {
|
#container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue