So I wanted to change the color of my background on the style sheet, went in and made a note of what it was before just in case. When I changed the color, not only did the background color not change, my logo went off center and the breadcrumb line changed color!
I changed it back to the original color and nothing happened- I can't get it back to how it was.
what happened????
*/
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #e5edf5;
}
I changed the #e5edf5 to another color, that is the only place I touched the css.


what happened????

)

