This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

CSS Object Model Property
:

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