The border-right-color CSS property sets the color of the right border of a box.
Syntax
CSS
border-right-color: value;
JS
object.style.borderRightColor = "value";
Values
<'border-right-color'> = <color>
<color>
Specifies the color using a keyword or a numerical specification.
Initial
currentColor