Use Windows XP background color

This commit is contained in:
Jordan Eldredge 2014-12-14 16:52:24 -08:00
parent 8656a85213
commit 153ec3e563

View file

@ -8,7 +8,7 @@ input[type=range]::-moz-focus-outer { border: 0; }
a:focus { outline: none; }
body {
background-color: #0072CC;
background-color: #224EB7;
font-family: arial;
font-size: 15px;
}