Set body background to light gray

This commit is contained in:
Michael Mayer 2018-09-25 10:59:49 +02:00
parent 9658da6a8d
commit 9cb470ece9

View File

@ -21,7 +21,7 @@
}
body {
background: #fefefe;
background: rgb(250, 250, 250);
color: #333333;
font-family: Helvetica, Arial, sans-serif;
}