환경설정

Tistory 링크 글씨색 변경

프루니에 2021. 3. 13. 18:59

포스팅 몇 개 하면서 링크가 글 쓸 때는 파란색으로 보이는데 실제 글에서는 검은색으로 보여서 설정을 변경합니다.

설정하기

이미지대로 따라가서 CSS 탭 맨 아래에 코드를 넣어줍니다.

.article a:link { color:#0000FF; text-decoration:underline;}
.article a:visited { color:#0000FF; text-decoration:underline;}
.article a:hover { color:#0000FF; text-decoration:underline;}
.article a:active { color:#0000FF; text-decoration:underline;}