Set body background to light gray
This commit is contained in:
parent
9658da6a8d
commit
9cb470ece9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #fefefe;
|
background: rgb(250, 250, 250);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue