CSS property: -webkit-text-stroke-color

Description

Specifies the color of the outline (stroke) of text.

If not specified, the color specified by the color property is used. -webkit-text-stroke-color is commonly used in combination with -webkit-text-fill-color. Changes to this property can be animated.

Syntax

-webkit-text-stroke-color: <color>;

Values

<color>

The color of the stroke. Colors can be specified with a constant, an RGB value, or a hexadecimal value.

currentcolorThe value of the element's color property.
-webkit-activelinkThe default color of a hyperlink that is being clicked.
-webkit-focus-ring-colorThe color that surrounds a UI element, such as a text field, that has focus.
-webkit-linkThe default color of a hyperlink that has been visited.
-webkit-textThe default text color.

Versions