10 years later
I just realized that colorless border definition inherits its border-color from the element’s color definition.
div{
color: red;
border: 1px solid;
}
I’m red. Really.
I just realized that colorless border definition inherits its border-color from the element’s color definition.
div{
color: red;
border: 1px solid;
}