outline-color
The outline-color CSS property sets the color of an element's outline.
CSS
JS
object.style.outlineColor = "value";
Values
<'outline-color'> = <color> | invert
<color>
Specifies the color using a keyword or a numerical specification.
invert
Performs a color inversion on the pixels on the screen.
Initial
invert when invert is supported, currentcolor when invert is not supported
color
invert
currentcolor
JS
Internal
External