I'm trying to change the color of the horizontal rules in my site to make it blend with the background. I know that seems silly, but I need to use them for what I'm trying to do but I don't want them to be visible.
Here's what I'm doing.
.hr { border-color: #ffffff; }