Change the color of a <hr> in all browsers

Posted Over 13 years ago. Visible to the public.

The following Sass will do it:

hr
  color: #ddd
  background-color: #ddd
  border: none
  height: 1px
Henning Koch
Last edit
About 13 years ago
Keywords
cross-browser, horizontal, rule, style
License
Source code in this card is licensed under the MIT License.
Posted by Henning Koch to makandra dev (2010-08-30 17:29)