text-decoration-color
속성 사용법
text-decoration-color
속성은
텍스트에 사용되는 text-decoration-line
으로 지정된 선 장식의 색상을 설정합니다.
텍스트 데코레이션 색상을 변경합니다.
selector {
text-decoration-line: underline;
text-decoration-color: /* value */
}
text-decoration-color
속성의 정의와 구문
초기 값 | currentcolor (현재 글자색) |
---|---|
적용 요소 | 모든 요소 |
상속 | 아니오 |
text-decoration-color
속성 값
color |
색상 값 |
---|
예제
<p>텍스트 데코레이션 컬러 값이 blue입니다.</p>
p {
text-decoration: underline;
text-decoration-color: blue;
}
텍스트 데코레이션 컬러 값이 blue입니다.
text-decoration-color
속성에 대한 브라우저 호환성
속성 |
Chrome
|
Edge
|
Firefox
|
Safari
|
---|---|---|---|---|
text-decoration-color
|
57 | 79 | 36 | 12.1 |
text-decoration-color
속성에 대한 명세서
명세서 사양 | |
---|---|
text-decoration-color
|
CSS Text Decoration Module Level 3 #text-decoration-color-property |