CSS Property: outline-color
The color of the outline around a box.
Possible Values
Value | Note | Example |
---|---|---|
[color] | #f00 | |
invert | Inverts the colors of the pixels that the outline covers. Not widely supported. | |
inherit | ||
initial | ||
unset |
Example
.ferrari { outline-color: red; }