더 나은 내일의 내가 되자!

Tistory 링크 글씨색 변경 본문

환경설정

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;}

'환경설정' 카테고리의 다른 글

VSCode 탭간격 수정  (0) 2022.11.08
VSCode (Visual Studio Code) 추천 플러그인  (0) 2022.11.08
IntelliJ 단축키  (0) 2021.07.15
IntelliJ 환경설정 (링크들)  (0) 2021.03.13