text-overline-color
Summary
Specifies the line color for the overline text decoration.
Overview table
- Initial value
 currentColor- Applies to
 - all elements with and generated content with textual content
 - Inherited
 - No
 - Media
 - visual
 - Computed value
 - <color>
 - Animatable
 - No
 
- Percentages
 - N/A
 
Syntax
text-overline-color: <color>
Values
- <color>
 - Specifies a color value
 
Examples
p {
   text-overline-color: green;
}
Related specifications
- CSS3 Text Module
 - Candidate Recommendation