Reply To: Horizontal Rule CSS

Home Forums Support Horizontal Rule CSS Reply To: Horizontal Rule CSS

Home Forums Support Horizontal Rule CSS Reply To: Horizontal Rule CSS

#202276
Tom
Lead Developer
Lead Developer

Hmm, there’s no way to tell it to inherit the text color I’m afraid.

By default it’s set to this:

hr {
	background-color: rgba(0, 0, 0, 0.1);
}

Which means it will be black, but at 10% opacity. This typically allows it to blend into any background color.